diff options
author | Michael Gabilondo <mgabilo{at}gmail{dot}com> | 2010-05-11 22:53:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:05 +0200 |
commit | eb725f41f121ca176627b932d821b6082913a337 (patch) | |
tree | 4937b64c0d309a1a9a5eb4c41e1649b1594a0ff2 /academic/link-grammar/README | |
parent | 1b64d7c12263ec220eabe44a9c3e9c06e5eddf71 (diff) |
academic/link-grammar: Added to 12.1 repository
Diffstat (limited to 'academic/link-grammar/README')
-rw-r--r-- | academic/link-grammar/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/link-grammar/README b/academic/link-grammar/README new file mode 100644 index 000000000000..133d73ae15ec --- /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). |