Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 618 Bytes

Graph Fragment Language for Easy Syntactic Annotation

Software to support a lightweight dependency-style annotation language. by Nathan Schneider, Brendan O'Connor, Naomi Saphra, and Chris Dyer.

  • parser/ -- a parser for the GFL annotations format.
  • scripts/ -- a tool for checking and visualizing them, in GraphViz.
  • anno/ -- some annotated sentences.

Getting started

The viewer needs Python 2.7 and GraphViz ("dot" command) to be installed. Run:

$ scripts/view.py anno/tweets/dev.0000.anno
$ scripts/view.py -w anno/tweets/dev.0000.anno
$ scripts/view.py anno/nietzsche.anno

etc.