Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 854 Bytes

sbt.md

File metadata and controls

19 lines (14 loc) · 854 Bytes

SBT

  • 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.

Bugs reports

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:

  1. Use the GitHub issue search — check if the issue has already been reported.