Haskell library for using Google's SyntaxNet. SyntaxNet is natural language parser including:
- Part of Speech tagger,
- syntax tree generator,
- recognition of referential expressions.
This API allows:
- Reading saved SyntaxNet parse tree, POS, or reference assignment from file.
- Easy manipulation of the parse trees with extra information (given by POS and/or reference assignment.)
Documentation will put into docs folder.
Examples of parsed SyntaxNet inputs are attached.
There are following files there for each test:
.txtfile contains the input.cnllfile contains the SyntaxNet output fromrun.shscript (parsed by the library).treefile contains the SyntaxNet output fromdemo.shscript (if present)