Sciweavers

45 search results - page 1 / 9
» A Unification-Based Parser for Relational Grammar
Sort
View
ACL
1993
13 years 5 months ago
A Unification-Based Parser for Relational Grammar
We present an implemented unification-based parser for relational grammars developed within the stratified feature grammar (SFG) framework, which generalizes Kasper-Rounds logic t...
David E. Johnson, Adam Meyers, Lawrence S. Moss
ACL
1989
13 years 4 months ago
Efficient Parsing for French
Parsing with categorial grammars often leads to problems such as proliferating lexical ambiguity, spurious parses and overgeneration. This paper presents a parser for French devel...
Claire Gardent, Gabriel G. Bès, Pierre-Fran...
IALP
2009
13 years 1 months ago
Improving the Performance of the Link Parser
The paper describes an approach to extend the coverage of a Link Grammar based parser on the constructions that are not being handled currently by the grammar. There are about thir...
Yalamanchi Viswanatha Naidu, Anil Kumar Singh, Dip...
COLING
2010
12 years 10 months ago
Forest-guided Supertagger Training
Supertagging is an important technique for deep syntactic analysis. A supertagger is usually trained independently of the parser using a sequence labeling method. This presents an...
Yao-zhong Zhang, Takuya Matsuzaki, Jun-ichi Tsujii
CPP
2011
107views more  CPP 2011»
12 years 3 months ago
Simple, Functional, Sound and Complete Parsing for All Context-Free Grammars
Parsing text to identify grammatical structure is a common task, especially in relation to programming languages and associated tools such as compilers. Parsers for context-free g...
Tom Ridge