diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2016-02-15 00:24:45 +0100 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2016-02-15 00:25:16 +0100 |
commit | 78865993cb66df5389c919fb1232d0d8498d9d30 (patch) | |
tree | 0cd6a1e8ca13840504f4ffc80c985216c248c6a0 /dev-libs/link-grammar/metadata.xml | |
parent | media-libs/mesa: Remove old (diff) | |
download | gentoo-78865993cb66df5389c919fb1232d0d8498d9d30.tar.gz gentoo-78865993cb66df5389c919fb1232d0d8498d9d30.tar.bz2 gentoo-78865993cb66df5389c919fb1232d0d8498d9d30.zip |
dev-libs/link grammar: added new ebuild for 5.3.3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/link-grammar/metadata.xml')
-rw-r--r-- | dev-libs/link-grammar/metadata.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/link-grammar/metadata.xml b/dev-libs/link-grammar/metadata.xml index 82e4c90bde02..d0d22785b362 100644 --- a/dev-libs/link-grammar/metadata.xml +++ b/dev-libs/link-grammar/metadata.xml @@ -6,9 +6,10 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <longdescription lang="en"> - The Link Grammar Parser is a syntactic parser of English, based on link - grammar, an original theory of English syntax. The system is written in - generic C code, and runs on any platform with a C compiler. + The Link Grammar Parser is a syntactic parser of English, Russian, Arabic and Persian (and other languages as well), + based on Link Grammar, an original theory of syntax and morphology. Given a sentence, the system assigns to it a + syntactic structure, which consists of a set of labelled links connecting pairs of words. The parser also produces a "constituent" + (HPSG style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.). </longdescription> <use> <flag name="aspell">Adds support for <pkg>app-text/aspell</pkg> spell checker</flag> |