Sciweavers

242 search results - page 9 / 49
» A non-projective dependency parser
Sort
View
EMNLP
2008
13 years 11 months ago
A Tale of Two Parsers: Investigating and Combining Graph-based and Transition-based Dependency Parsing
Graph-based and transition-based approaches to dependency parsing adopt very different views of the problem, each view having its own strengths and limitations. We study both appr...
Yue Zhang 0004, Stephen Clark
EMNLP
2009
13 years 7 months ago
Unbounded Dependency Recovery for Parser Evaluation
This paper introduces a new parser evaluation corpus containing around 700 sentences annotated with unbounded dependencies, from seven different grammatical constructions. We run ...
Laura Rimell, Stephen Clark, Mark Steedman
EMNLP
2011
12 years 9 months ago
Multi-Source Transfer of Delexicalized Dependency Parsers
We present a simple method for transferring dependency parsers from source languages with labeled training data to target languages without labeled training data. We first demons...
Ryan T. McDonald, Slav Petrov, Keith Hall
ACL
2008
13 years 11 months ago
Task-oriented Evaluation of Syntactic Parsers and Their Representations
This paper presents a comparative evaluation of several state-of-the-art English parsers based on different frameworks. Our approach is to measure the impact of each parser when i...
Yusuke Miyao, Rune Sætre, Kenji Sagae, Takuy...
ICFP
2010
ACM
13 years 11 months ago
Total parser combinators
A monadic parser combinator library which guarantees termination of parsing, while still allowing many forms of left recursion, is described. The library's interface is simil...
Nils Anders Danielsson