mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/link-grammar: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c906cfe465
commit
3ec977098c
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
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.).
|
||||
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.).
|
||||
|
|
Loading…
Reference in a new issue