Skip to main content
  • Book
  • © 1991

Generalized LR Parsing

Editors:

Buy it now

Buying options

eBook USD 84.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 109.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book USD 109.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

This is a preview of subscription content, log in via an institution to check for access.

Table of contents (11 chapters)

  1. Front Matter

    Pages i-xiii
  2. The Generalized LR Parsing Algorithm

    • Masaru Tomita, See-Kiong Ng
    Pages 1-16
  3. Experiments with GLR and Chart Parsing

    • Patrick Shann
    Pages 17-34
  4. GLR Parsing in Time O(n 3)

    • James R. Kipps
    Pages 43-59
  5. GLR Parsing for ε-Grammers

    • Rahman Nozohoor-Farshi
    Pages 61-75
  6. Parallel GLR Parsing Based on Logic Programming

    • Hozumi Tanaka, Hiroaki Numazaki
    Pages 77-91
  7. GLR Parsing with Scoring

    • Keh-Yih Su, Jong-Nae Wang, Mei-Hui Su, Jing-Shin Chang
    Pages 93-112
  8. GLR Parsing With Probability

    • J. H. Wright, E. N. Wrigley
    Pages 113-128
  9. GLR Parsing for Erroneous Input

    • Stuart Malone, Sue Felshin
    Pages 129-139
  10. GLR Parsing for Noisy Input

    • Hiroaki Saito, Masaru Tomita
    Pages 141-151
  11. GLR Parsing in Hidden Markov Model

    • Kenji Kita, Takeshi Kawabata, Hiroaki Saito
    Pages 153-164
  12. Back Matter

    Pages 165-166

About this book

The Generalized LR parsing algorithm (some call it "Tomita's algorithm") was originally developed in 1985 as a part of my Ph.D thesis at Carnegie Mellon University. When I was a graduate student at CMU, I tried to build a couple of natural language systems based on existing parsing methods. Their parsing speed, however, always bothered me. I sometimes wondered whether it was ever possible to build a natural language parser that could parse reasonably long sentences in a reasonable time without help from large mainframe machines. At the same time, I was always amazed by the speed of programming language compilers, because they can parse very long sentences (i.e., programs) very quickly even on workstations. There are two reasons. First, programming languages are considerably simpler than natural languages. And secondly, they have very efficient parsing methods, most notably LR. The LR parsing algorithm first precompiles a grammar into an LR parsing table, and at the actual parsing time, it performs shift-reduce parsing guided deterministically by the parsing table. So, the key to the LR efficiency is the grammar precompilation; something that had never been tried for natural languages in 1985. Of course, there was a good reason why LR had never been applied for natural languages; it was simply impossible. If your context-free grammar is sufficiently more complex than programming languages, its LR parsing table will have multiple actions, and deterministic parsing will be no longer possible.

Editors and Affiliations

  • Carnegie Mellon University, USA

    Masaru Tomita

Bibliographic Information

  • Book Title: Generalized LR Parsing

  • Editors: Masaru Tomita

  • DOI: https://doi.org/10.1007/978-1-4615-4034-2

  • Publisher: Springer New York, NY

  • eBook Packages: Springer Book Archive

  • Copyright Information: Springer Science+Business Media New York 1991

  • Hardcover ISBN: 978-0-7923-9201-9Published: 31 August 1991

  • Softcover ISBN: 978-1-4613-6804-5Published: 02 October 2012

  • eBook ISBN: 978-1-4615-4034-2Published: 06 December 2012

  • Edition Number: 1

  • Number of Pages: XIII, 166

  • Topics: Artificial Intelligence, Computational Linguistics

Buy it now

Buying options

eBook USD 84.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 109.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book USD 109.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access