summaryrefslogtreecommitdiffstats
path: root/academic/link-grammar/README
blob: d122e6690de63b97d3f0491a14dce63ed4fe1ab0 (plain)
1
2
3
4
5
6
7
8
The Link Grammar Parser is a syntactic parser of English, 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 labeled 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.).

This requires the jdk package (from /extra) and apache-ant.