开发者

Natural Language Processing Solution in Java? [duplicate]

开发者 https://www.devze.com 2023-01-03 22:44 出处:网络
This question already has answers here: 开发者_运维技巧 Is there a good natural language processing library [closed]
This question already has answers here: 开发者_运维技巧 Is there a good natural language processing library [closed] (3 answers) Closed 8 years ago.

Are there any equally great packages like Python's NTLK in Java world ?


Two popular ones that I know of are:

Gate

OpenNLP


Also LingPipe is really nice.


Stanford has a very good collection of NLP tools.


For other JVM languages see

  • Scala: Scala NLP
  • Clojure: clojure-opennlp


ClearTK provides a Java framework for doing statistical NLP. Its strength is not so much in its libraries, but in providing the infrastructure and wrappers for rich feature extraction and model training.

0

精彩评论

暂无评论...
验证码 换一张
取 消