Natural Language Processing Solution in Java? [duplicate]

怎甘沉沦 提交于 2019-12-20 10:42:22

问题


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


回答1:


Two popular ones that I know of are:

Gate

OpenNLP




回答2:


Also LingPipe is really nice.




回答3:


Stanford has a very good collection of NLP tools.




回答4:


For other JVM languages see

  • Scala: Scala NLP
  • Clojure: clojure-opennlp



回答5:


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.



来源:https://stackoverflow.com/questions/3058039/natural-language-processing-solution-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!