10

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

KJW
  • 15,035
  • 47
  • 137
  • 243
  • See [Java : Is there a good natural language processing library ](http://stackoverflow.com/questions/870460/java-is-there-a-good-natural-language-processing-library) – Matthew Flaschen Jun 17 '10 at 02:44

5 Answers5

5

Two popular ones that I know of are:

Gate

OpenNLP

Chris J
  • 9,164
  • 7
  • 40
  • 39
3

Also LingPipe is really nice.

ealdent
  • 3,677
  • 1
  • 25
  • 26
1

Stanford has a very good collection of NLP tools.

Ken Bloom
  • 57,498
  • 14
  • 111
  • 168
1

For other JVM languages see

oluies
  • 17,694
  • 14
  • 74
  • 117
0

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.

Lee Becker
  • 311
  • 1
  • 9