diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:09:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:35 +0700 |
commit | 3ec977098ce2fa9cb8b30268b57e658f31eff38a (patch) | |
tree | 8a4df9c61748b2d5ee340d7d412de3bc950302db /academic | |
parent | c906cfe4657b83d5e0ab004a15a1af6195cd04f0 (diff) |
academic/link-grammar: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/link-grammar/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/academic/link-grammar/README b/academic/link-grammar/README index f985d7cb61df..1250ac314535 100644 --- a/academic/link-grammar/README +++ b/academic/link-grammar/README @@ -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.). |