https://github.com/justhalf/java-nlp-toolkit
My personal Java NLP toolkit that serves as an interface to various existing NLP libraries.
https://github.com/justhalf/java-nlp-toolkit
java natural-language-processing toolkit
Last synced: 6 months ago
JSON representation
My personal Java NLP toolkit that serves as an interface to various existing NLP libraries.
- Host: GitHub
- URL: https://github.com/justhalf/java-nlp-toolkit
- Owner: justhalf
- Created: 2016-03-30T10:27:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T13:06:23.000Z (about 8 years ago)
- Last Synced: 2025-08-16T05:45:48.330Z (11 months ago)
- Topics: java, natural-language-processing, toolkit
- Language: Java
- Size: 75.2 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://stanfordnlp.github.io/CoreNLP/),
but with the ability to replace the components from other NLP packages, such as [OpenNLP](https://opennlp.apache.org/)
and [NLP4J](https://github.com/emorynlp/nlp4j).
Unlike [DKPro](https://dkpro.github.io/), 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.