A Shift First Strategy for Generalized LR Parsing
スポンサーリンク
概要
- 論文の詳細を見る
Tomita's parsing method (GLR) is a practical and successful parsing method for natural language. However, one difficulty in the GLR is that interleaved constraint processing of syntax and semantics in parallel is not trivial during parsing, because it uses the precompiled table for a fast real-time parsing. In this paper, we present a method which makes the GLR adaptable to interleaved parsing while making some limitation on its generality. For interleaved parsing, the conflicts of the LR parsing table must be resolved at the parse time. The shift-reduce conflict among the above conflicts is the most serious one for interleaved parsing because of the lack of knowledge for the conflict resolution at the parse time. Therefore, we concentrate on resolving a shift-reduce conflict by introducing a grammar which is called a shift-first LR(k) grammar. Our method for this is that the conflict resolution is delayed by the shift-first strategy which makes an unconditional choice of shift actions in the case of a shift-reduce conflict. Then, a delayed resolution that resolves the conflict, is made. Depending on the decision of the resolution, the pseudo parsing, which parses symbols in the LR parser stack, proceeds. Our experiments showed that our parser is efficient while attaining the interleaved parsing at real time.
- 社団法人電子情報通信学会の論文
- 1994-10-25
著者
-
Lee Yong-seok
Department Of Information Science & Intelligent Systems University Of Tokushima
-
Aoe Jun-ichi
Department Of Information Science & Intelligent Systems Tokushima University
-
Aoe Jun-ichi
Department Of Information Science & Intelligent Systems University Of Tokushima
-
Tomabechi Hideto
Department of Information Science & Intelligent Systems, University of Tokushima
-
Tomabechi H
Tokushima Univ. Tokushima‐shi Jpn
関連論文
- P3-IS-71 Laparoscopic treatment of a large omental cyst : a case report(Group93 Reproduction3,International Session)
- Combined treatment of vascular endothelial growth factor and human neural stem cells in experimental focal cerebral ischemia
- P-IS-9 Analysis of the in vitro synergistic effect of 5-fluorouracil and cisplatin on cervical carcinoma cells(Oncology 3,Group 90,International Session)
- An Automatic Selection Method of Key Search Algorith ms
- An Algorithm to Allocate Diagrams Automatically on Document Formatting Systems
- A Shift First Strategy for Generalized LR Parsing
- Neural Networks and the Time-Sliced Paradigm for Speech Recognition
- A Fast Correction Method for Erroneous Sentences Using the LR Parsing