summaryrefslogtreecommitdiff
path: root/academic/link-grammar/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/link-grammar/README')
-rw-r--r--academic/link-grammar/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/link-grammar/README b/academic/link-grammar/README
new file mode 100644
index 0000000000..133d73ae15
--- /dev/null
+++ b/academic/link-grammar/README
@@ -0,0 +1,8 @@
+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.).
+
+This SlackBuild requires apache-ant and JDK (from /extra).