From 3ec977098ce2fa9cb8b30268b57e658f31eff38a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 15:09:00 -0400 Subject: [PATCH] academic/link-grammar: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/link-grammar/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/academic/link-grammar/README b/academic/link-grammar/README index f985d7cb61..1250ac3145 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.).