Skip to content

Files

Latest commit

 

History

History

depparse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.