Add Beagle

This commit is contained in:
Dainius Jocas
2019-11-08 10:59:10 +02:00
committed by Andreas Kull
parent 61dc9b9729
commit afb120d146

View File

@ -660,6 +660,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Libraries that specialize in processing text.*
- [Beagle](https://github.com/tokenmill/beagle) - Stored full-text search query engine.
- [CogCompNLP](https://github.com/CogComp/cogcomp-nlp) - Provides common annotators for plain text input. (Research and Academic Use License)
- [CoreNLP](https://nlp.stanford.edu/software/corenlp.shtml) - Provides a set of fundamental tools for tasks like tagging, named entity recognition, and sentiment analysis. (GPL-3.0-or-later)
- [DKPro](https://dkpro.github.io) - Collection of reusable NLP tools for linguistic pre-processing, machine learning, lexical resources, etc.