A dependency parser built using the Illinois Structured Learning framework.
- 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).
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.