Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 377 Bytes

clj-cn-nlp

A clojure wrapper for Stanford CoreNLP package based on stan-cn-* Java wrapper for Simplified Chinese users.

We only provide 3 function:

  • seg: String -> String
  • ner: String -> String
  • tag: String -> String

providing Chinese word segmentation, naming entity recognization and POS tagging respectively.

License

Eclipse Public License v1.0