We would like to do a POC that uses Java based NLP libraries like Stanford Core NLP and/or Deeplearning4J to train/use models that can extract insight / meaning / summary and provide answers to user queries against a custom document repository / DB (NoSQL DB / CSV). Is there any good documentation/simple code examples that illustrates this capability of these Java NLP libraries?
Java NLP - Insight from Text Data
159 views Asked by Sabari At
3
There are 3 answers
0
On
I think the best choice is Apache openNLP
Here is the complete project documentation and here is a working example You can find hundreds of sample projects like this on GitHub
Yes you can use Java for NPL, especially if you want to be faster than Python. The best toolkit you can use is OpenNLP Apache, with this you can do a pipeline just like Spacy in Python.