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/slack-desc | |
parent | 1b64d7c12263ec220eabe44a9c3e9c06e5eddf71 (diff) | |
download | slackbuilds-eb725f41f121ca176627b932d821b6082913a337.tar.gz |
academic/link-grammar: Added to 12.1 repository
Diffstat (limited to 'academic/link-grammar/slack-desc')
-rw-r--r-- | academic/link-grammar/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/link-grammar/slack-desc b/academic/link-grammar/slack-desc new file mode 100644 index 0000000000..caa738406f --- /dev/null +++ b/academic/link-grammar/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-------------------------------------------------| +link-grammar: Link Grammar Parser (syntactic parser of English) +link-grammar: +link-grammar: The Link Grammar Parser is a syntactic parser of English, based +link-grammar: on link grammar, an original theory of English syntax. Given a +link-grammar: sentence, the system assigns to it a syntactic structure, which +link-grammar: consists of a set of labeled links connecting pairs of words. +link-grammar: The parser also produces a "constituent" (Penn tree-bank style +link-grammar: phrase tree) representation of a sentence (showing noun phrases, +link-grammar: verb phrases, etcetera). +link-grammar: +link-grammar: Homepage: http://www.abisource.org/projects/link-grammar/ |