Skip to content

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

Notifications You must be signed in to change notification settings

guokr/clj-cn-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published