Proceedings of the Fifth Conference on European Chapter of the Association for Computational Linguistics - 1991
DOI: 10.3115/977180.977193
|View full text |Cite
|
Sign up to set email alerts
|

An extended LR parsing algorithm for grammars using feature-based syntactic categories

Abstract: This paper proposes an LR parsing algorithm modified for grammars with feature-based categories. The proposed algorithm does not instantiate categories during preprocessing of a grammar as proposed elsewhere.As a result, it constructs a minimal size of GOTO/ACTION table and eliminates the necessity of search for GOTO table entries during parsing.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
8
0

Year Published

1992
1992
2007
2007

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(8 citation statements)
references
References 2 publications
0
8
0
Order By: Relevance
“…Although the sample grammar used throughout the article is essentially context-free, there is nothing in principle that restricts the method to such grammars. In fact, the method could be extended to grammars employing complex feature structures as easily as the LR-parsing scheme itself, see for example (Nakazawa 1991), and this is currently being done. Some hand editing is necessary when preparing the grammar for the inversion step, but it is limited to specifying the ow of arguments in the grammar rules.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…Although the sample grammar used throughout the article is essentially context-free, there is nothing in principle that restricts the method to such grammars. In fact, the method could be extended to grammars employing complex feature structures as easily as the LR-parsing scheme itself, see for example (Nakazawa 1991), and this is currently being done. Some hand editing is necessary when preparing the grammar for the inversion step, but it is limited to specifying the ow of arguments in the grammar rules.…”
Section: Discussionmentioning
confidence: 99%
“…The goto entries, like \g4", simply indicate what state to transit to once a nonterminal of that type has been constructed. In conjunction with grammar formalisms employing complex feature structures, this procedure is associated with a number of interesting problems, many of which are discussed in (Nakazawa 1991) and (Samuelsson 1994c). For example, the termination criterion must be modi ed: If a new set of items is constructed that is more speci c than an existing one, then this search branch is abandoned and the recursion terminates.…”
Section: Lr Compilation For Parsingmentioning
confidence: 99%
“…The extension to the LR algorithm presented by Nakazawa (1991) uses a similar approach to that described here; the functions involved however are those necessary for the construction of an LR parsing table (i.e. the GOTO and ACTION functions).…”
Section: Related Researchmentioning
confidence: 99%
“…This problem call I)e solved by using so called "resl;rictors" to block out the feature l)rol)agatioll leading to non-termination, see Ill], hut still the number of items t[lat are slight variants of oneanother may I)e quite large. In her paper [5], Nakazawa proposes a simple and elegant solution to this problem:…”
Section: Problems With Lr Parsingmentioning
confidence: 99%