@MISC{Tomita_lrparsers, author = {Masaru Tomita}, title = {LR Parsers for Natural Languages}, year = {} }
Years of Citing Articles
Bookmark
OpenURL
Abstract
MLR, an extended t.R parser, is introduced, and its application to natural language parsing is discussed. An LR parser is a hift-reduce parser which is deterministically .quided by a parsing table. A parsing table can be obtained automatically from a contextfree phrase structure grammar, LR parsers cannot manage ambiguous gramlnars such as natural language grantmars, because their parsing tables would Itave multiply-delinud entries, which precludes deterministic parsing, MLR, however, can handle mulliply-defined entries, using a dynamic procjramnling method. When an input sentence is ambiguous, the MI.R parser produces all possible parse trees without parsing any part of the input sentence more than once in the same way, despite the fact that the parser does not maintain a chart as in chart ilarsing. Our method also prr)vides an elegant solution to the problem of multi-part-of.speech words such as "that". The MLR parser and its parsing table generator have been implemented at Carnegie-Mellon University, I