|
LGParser
merges the contents of multiple word list files into a single file.
A word list file contains a list of words, one word on each line.
Usage:
lgparser "sentence text to parse"
where "sentence text to parse" is the text of the sentence to parse.
The link grammar parser is a natural language parser based on
link grammar theory. Given a sentence, the system assigns to the
sentence a syntactic structure consisting of a set of labeled
links connecting pairs of words. The parser also produces a
"constituent" representation of a sentence (showing noun
phrases, verb phrases, etc.).
|