Cogcomp Dependency Parser

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.

Cogcomp Dependency Parser

A dependency parser built using the Illinois Structured Learning framework.

Quickstart

PREREQUISITES

COMPILATION

It is not hard to compile. cd to the main directory (edu.illinois.cs.cogcomp.depparse/) and run:

 $ mvn compile
 $ mvn dependency:copy-dependencies

USE

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.

Licensing

To see the full license for this software, see LICENSE.