Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 358 Bytes

stanford-segmenter

chinese parsing segmentation of words

to load in intellij idea, run 'gradlew idea' on any OS and then import (no need to install gradle but must have jdk installed)

to load in eclipse, run 'gradlew eclipse' on any OS (no need to install gradle but must have jdk installed)

to build the jar, run 'gradlew assemble'