问题
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