Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.04 KB

Cogcomp Dependency Parser

A dependency parser built using the Illinois Structured Learning framework.

Quickstart

PREREQUISITES

  • Java 1.8+ (see here).
  • Maven 3 (see here)
  • If you are running it on Windows, you may need to set path variables (see here).

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.