mloss.org TurboParserhttp://mloss.orgUpdates and additions to TurboParserenThu, 11 Oct 2012 02:59:04 -0000TurboParser 2.0http://mloss.org/software/view/219/<html><p>Dependency parsing is a lightweight syntactic formalism that relies on lexical relationships between words. Nonprojective dependency grammars may generate languages that are not context-free, offering a formalism that is arguably more adequate for some natural languages. Statistical parsers, learned from treebanks, have achieved the best performance in this task. While only local models (arc-factored) allow for exact inference, it has been shown that including non-local features and performing approximate inference can greatly increase performance. </p> <p>This package contains a C++ implementation of a dependency parser based on the papers [1,2,3,4] below. </p> <p>This package allows: </p> <ul> <li><p>learning a parser/tagger from a treebank, </p> </li> <li><p>running a parser/tagger on new data, </p> </li> <li><p>evaluating the results against a gold-standard. </p> </li> </ul></html>Andre MartinsThu, 11 Oct 2012 02:59:04 -0000http://mloss.org/software/rss/comments/219http://mloss.org/software/view/219/dependency parserlarge margin structured classifier