- build:
$ sbt package -verbose
- test:
$ sbt test
- run
- 사전 업데이트 등의 작업 후에 할 것 —
$ sbt "runMain org.openkoreantext.processor.tools.UpdateAllTheExamples"
- 기타
$ sbt "runMain org.openkoreantext.processor.qa.BatchGetUnknownNouns ./src/main/resources/org/openkoreantext/processor/util/example_tweets.txt"
$ sbt "runMain org.openkoreantext.processor.qa.BatchGetUnknownNouns ./src/main/resources/org/openkoreantext/processor/util/example_tweets.txt"
Looking to contribute something? Here's how you can help.
- 사전 업데이트 등의 작업 후에 할 것 —
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!
Guidelines for bug reports:
- Use the GitHub issue search — check if the issue has already been reported.