- Link Grammar Parser
The Link Grammar Parser or LinkParser is a parser for English which analyzes sentences using the
Link Grammar framework.It was written by Davy Temperley, Daniel Sleator, and John Lafferty of
Carnegie Mellon University .Examples
* Find the verb in the sentence "he is a big dog".en.sentence.verb.to_s => "is"
* Find the direct object of the sentence "he is a big dog".en.sentence.object.to_s => "dog"[http://www.deveiate.org/projects/Linguistics/wiki/English More examples]
References
* Daniel Sleator and Davy Temperley, "Parsing English with a Link Grammar", "Third International Workshop on Parsing Technologies", 1993. [http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/LG-IWPT93.pdf PDF]
* Dennis Grinberg, John Lafferty, and Daniel Sleator, "A robust parsing algorithm for link grammars", "Proceedings of the Fourth International Workshop on Parsing Technologies", Prague, September, 1995. [http://www.cs.cmu.edu/afs/cs.cmu.edu/project/link/pub/www/papers/ps/tr95-125.pdf PDF]External links
* [http://www.link.cs.cmu.edu/link/ Link Grammar Parser] home page
* [http://www.eturner.net/linkgrammar-wn/ LinkGrammar-WN] , lexicon expansion for the Link Grammar Parser
* [http://www.faeriemud.org/wiki/LinkParser Ruby port]
Wikimedia Foundation. 2010.