CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
A dependency parser built using the Illinois Structured Learning framework.
It is not hard to compile. cd
to the main directory (edu.illinois.cs.cogcomp.depparse/
)
and run:
$ mvn compile
$ mvn dependency:copy-dependencies
The parser is meant to be used as part of the cogcomp-nlp-pipeline,
but it can also be used programmatically either from the DepAnnotator
class (sentence-by-sentence processing based on TextAnnotation
) or via the MainClass
class for batch file processing mode.
To see the full license for this software, see LICENSE.