Sciweavers

62 search results - page 1 / 13
» Polish parsers, step by step
Sort
View
11
Voted
ICFP
2003
ACM
14 years 4 months ago
Polish parsers, step by step
We present the derivation of a space efficient parser combinator library: the constructed parsers do not keep unnecessary references to the input, produce online results and effic...
R. John M. Hughes, S. Doaitse Swierstra
NAACL
2007
13 years 6 months ago
A Three-Step Deterministic Parser for Chinese Dependency Parsing
This paper presents a three-step dependency parser to parse Chinese deterministically. By dividing a sentence into several parts and parsing them separately, it aims to reduce the...
Kun Yu, Sadao Kurohashi, Hao Liu
ACL
2001
13 years 6 months ago
Syntactic Parsing as a Step for Automatically Augmenting Semantic Lexicons
This paper investigates how, and to what extent the flexibility and robustness of a partial parser can be utilized to automatically extend existing semantic lexicons. Our work is ...
Dimitrios Kokkinakis
TSD
2009
Springer
13 years 11 months ago
Intraclausal Coordination and Clause Detection as a Preprocessing Step to Dependency Parsing
Abstract. The impact of clause and intraclausal coordination detection to dependency parsing of Slovene is examined. New methods based on machine learning and heuristic rules are p...
Domen Marincic, Matjaz Gams, Tomaz Sef
MTPP
2010
13 years 2 months ago
A Fast General Parser for Automatic Code Generation
Abstract. The code generator in a compiler attempts to match a subject tree against a collection of tree-shaped patterns for generating instructions. Tree-pattern matching may be c...
Wuu Yang