Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 749 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 749 Bytes

arcs-py

Python implementation of Arc-Eager and Arc-Hybrid Greedy Dependency Parsing trained with a dynamic oracle described in:

Goldberg, Yoav, and Joakim Nivre. "Training Deterministic Parsers with Non-Deterministic Oracles." (2013)

Goldberg, Yoav, and Joakim Nivre. "A Dynamic Oracle for Arc-Eager Dependency Parsing" (2012)

The sample data comes from Question Bank and a sample of PTB provided by NLTK in the corpora section, which I converted to a labeled dependency CONLL file using LTH converter and David Vadas' patches. Somebody I hope to get around to making the parser labeled, but for right now its unlabeled only. The sample data also contains non-projective parses, which are ignored by the sample driver program.