Commit Graph

2 Commits (9700016972f1e1d5c03af85cbbe72ab716f70e9e)

Author SHA1 Message Date
Jack Nagel fa3d2d7bf4 link-grammar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:02:56 -05:00
Tryn Mirell c43fe3a1f2 link-grammar 4.7.4
The Link Grammar Parser is a syntactic parser of English (and other
languages as well), based on link grammar, an original theory of English
syntax. Given a sentence, the system assigns to it a syntactic
structure, which consists of a set of labelled links connecting pairs of
words. The parser also produces a "constituent" (Penn tree-bank style
phrase tree) representation of a sentence (showing noun phrases, verb
phrases, etc.). The RelEx extension provides dependency-parse output.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-29 17:33:04 -08:00