Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 643 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 643 Bytes

Java NLP Toolkit

My personal Java NLP toolkit that serves as an interface to various existing NLP libraries.

This Java NLP Toolkit is designed to be used in the same way as Stanford CoreNLP, but with the ability to replace the components from other NLP packages, such as OpenNLP and NLP4J.

Unlike DKPro, which uses UIMA framework, this project uses Stanford CoreNLP simple APIs to interface with your program. So we got the ease of use from Stanford CoreNLP and the performance from many NLP packages.