tags:

views:

143

answers:

5

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

+2  A: 

Two popular ones that I know of are:

Gate

OpenNLP

Chris J
+2  A: 

Also LingPipe is really nice.

ealdent
+1  A: 

Stanford has a very good collection of NLP tools.

Ken Bloom
A: 

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.

hapagolucky
+1  A: 

For other JVM languages see

oluies