mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
532 B
Plaintext
10 lines
532 B
Plaintext
The Link Grammar Parser is a syntactic parser of English, Russian,
|
|
Arabic and Persian (and other languages as well), based on Link
|
|
Grammar, an original theory of syntax and morphology. 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" (HPSG style phrase tree)
|
|
representation of a sentence (showing noun phrases, verb phrases,
|
|
etc.). The RelEx extension provides Stanford-style Dependency
|
|
Grammar output.
|