diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-22 08:24:33 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-22 08:24:33 +0000 |
commit | fe3cd0525f2e14057c6a277b2bcb683d0e256d2f (patch) | |
tree | 800ac78bd2b7c834e3230098452c16ba36fa4549 /textproc/Makefile | |
parent | 2d636e9a5f85260ebd11c411fbe79d9654138b07 (diff) |
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"
representation of a sentence (showing noun phrases, verb phrases, etc.).
WWW: http://www.link.cs.cmu.edu/link/
Notes
Notes:
svn path=/head/; revision=135835
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 594d88f0056a..a58774a55745 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -217,6 +217,7 @@ SUBDIR += libxml2 SUBDIR += libxode SUBDIR += libxslt + SUBDIR += link-grammar SUBDIR += linux-aspell SUBDIR += linux-expat SUBDIR += linux-libxml |