Difference between revisions of "Link Grammar"

From Free Software Directory
Jump to: navigation, search
m (Add language (c++), VCS (GitHub); Update: license (LGPL), bug track (GitHub), categories (c library).)
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|Short description=Syntactic parser for the English language
 
|Short description=Syntactic parser for the English language
 
|Full description=The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. The system assigns to a sentence 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.). The parser has a dictionary of about 60000 word forms. It covers a range of syntactic constructions, including many rare and idiomatic ones. The parser skips over the portions of the sentence that it cannot understand, and assigns some structure to the rest of the sentence. It can handle unknown vocabulary, and makes intelligent guesses from context and spelling about the syntactic categories of unknown words. It understands capitalization, numerical expressions, and various punctuation symbols.
 
|Full description=The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. The system assigns to a sentence 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.). The parser has a dictionary of about 60000 word forms. It covers a range of syntactic constructions, including many rare and idiomatic ones. The parser skips over the portions of the sentence that it cannot understand, and assigns some structure to the rest of the sentence. It can handle unknown vocabulary, and makes intelligent guesses from context and spelling about the syntactic categories of unknown words. It understands capitalization, numerical expressions, and various punctuation symbols.
 +
|Homepage URL=http://www.abisource.com/projects/link-grammar/
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
+
|Computer languages=C,C++
|Homepage URL=http://www.abisource.com/projects/link-grammar/
+
|Documentation note=http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/tr91-196.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/LG-IWPT93.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/tr95-125.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/gram3gram.pdf and http://www.abisource.com/projects/link-grammar/dict/index.html and http://jon.dehdari.org/link-grammar/primer.html and http://www.abisource.com/projects/link-grammar/api/index.html
|VCS checkout command=
+
|Decommissioned/Obsolete=No
|Computer languages=C
+
|Accepts cryptocurrency donations=No
|Documentation note=http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/tr91-196.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/LG-IWPT93.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/tr95-125.pdf and http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/gram3gram.pdf and http://www.abisource.com/projects/link-grammar/dict/index.html and http://ling.osu.edu/~jonsafari/link-grammar/primer.html and http://www.abisource.com/projects/link-grammar/api/index.html
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Ruby_LinkParser,GENIA_Tagger
 
|Related projects=Ruby_LinkParser,GENIA_Tagger
 
|Keywords=grammar,parser,syntax,sentence,structure,dictionary,link,vocabulary,construction
 
|Keywords=grammar,parser,syntax,sentence,structure,dictionary,link,vocabulary,construction
|Is GNU=n
+
|Version identifier=5.3.15
|Last review by=Janet Casey
+
|Version date=2017/02/12
|Last review date=2009-04-02
+
|Version status=stable
 +
|Version download=https://www.abisource.com/downloads/link-grammar/current/link-grammar-5.3.15.tar.gz
 +
|Test entry=No
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/01
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=4.4.3
+
|Is GNU=No
|Version date=2009-04-02
+
|License verified date=2009-04-02
|Version status=stable
+
}}
|Version download=http://www.abisource.com/downloads/link-grammar/4.4.3/
+
{{Project license
 +
|License=LinkGrammarLicense
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-04-02
 +
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-04-02
 +
}}
 +
{{Project license
 +
|License=PublicDomain
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-04-02
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-02
 
|License verified date=2009-04-02
|Version comment=
+
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=ampli
 +
|License verified date=2018/04/21
 +
|License note=From version 5.0.0.
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Dom Lachowicz
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Dom Lachowicz
 
 
|Email=cinamod@hotmail.com
 
|Email=cinamod@hotmail.com
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Linas Vepstas
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Linas Vepstas
 
 
|Email=linas@linas.org
 
|Email=linas@linas.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 48: Line 68:
 
|Resource audience=Bug Tracking
 
|Resource audience=Bug Tracking
 
|Resource kind=Bug Tracking
 
|Resource kind=Bug Tracking
|Resource URL=http://code.google.com/p/link-parser/issues/list?ts=1201707275
+
|Resource URL=https://github.com/opencog/link-grammar/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 54: Line 74:
 
|Resource kind=Mailing List Info/Archive
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://groups.google.com/group/link-grammar?hl=en
 
|Resource URL=http://groups.google.com/group/link-grammar?hl=en
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/opencog/link-grammar
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library
 +
|Library=C
 +
|Program-build-automation=make-related
 +
|Programming-language=C, C++
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, iOS
 
|Text-creation=word-processing
 
|Text-creation=word-processing
 
|Use=text-creation
 
|Use=text-creation
 
|Works-with=text
 
|Works-with=text
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LinkGrammarLicense
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-02
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-02
 
}}
 
{{Project license
 
|License=PublicDomain
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-02
 
}}
 
{{Project license
 
|License=Expat
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-02
 
}}
 

Revision as of 07:30, 21 April 2018


[edit]

Link Grammar

http://www.abisource.com/projects/link-grammar/
Syntactic parser for the English language

The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. The system assigns to a sentence 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.). The parser has a dictionary of about 60000 word forms. It covers a range of syntactic constructions, including many rare and idiomatic ones. The parser skips over the portions of the sentence that it cannot understand, and assigns some structure to the rest of the sentence. It can handle unknown vocabulary, and makes intelligent guesses from context and spelling about the syntactic categories of unknown words. It understands capitalization, numerical expressions, and various punctuation symbols.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv2.1

Verified by

ampli

Verified on

21 April 2018

Notes

From version 5.0.0.

Verified by

Kelly Hopkins

Verified on

2 April 2009

License

Expat

Verified by

Kelly Hopkins

Verified on

2 April 2009

Verified by

Kelly Hopkins

Verified on

2 April 2009

Verified by

Kelly Hopkins

Verified on

2 April 2009




Leaders and contributors

Contact(s)Role
Linas Vepstas Maintainer
Dom Lachowicz Maintainer
Amir Plivatsky Maintainer


Resources and communication

AudienceResource typeURI
DeveloperVCS Repository Webviewhttps://github.com/opencog/link-grammar
GeneralMailing List Info/Archivehttp://groups.google.com/group/link-grammar?hl=en
DeveloperDownloadhttp://www.abisource.com/downloads/link-grammar/
Bug TrackingBug Trackinghttps://github.com/opencog/link-grammar/issues


Software prerequisites




Entry








































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.