LR Parsing
Title | LR Parsing PDF eBook |
Author | Nigel P. Chapman |
Publisher | CUP Archive |
Pages | 254 |
Release | 1987-12-17 |
Genre | Computers |
ISBN | 9780521304139 |
Generalized LR Parsing
Title | Generalized LR Parsing PDF eBook |
Author | Masaru Tomita |
Publisher | Springer Science & Business Media |
Pages | 172 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 1461540348 |
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.
Parsing Techniques
Title | Parsing Techniques PDF eBook |
Author | Dick Grune |
Publisher | Springer Science & Business Media |
Pages | 677 |
Release | 2007-10-29 |
Genre | Computers |
ISBN | 0387689540 |
This second edition of Grune and Jacobs’ brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues to be an essential part of computer science and linguistics. Parsing techniques have grown considerably in importance, both in computer science, ie. advanced compilers often use general CF parsers, and computational linguistics where such parsers are the only option. They are used in a variety of software products including Web browsers, interpreters in computer devices, and data compression programs; and they are used extensively in linguistics.
Generalized LR Parsing
Title | Generalized LR Parsing PDF eBook |
Author | Masaru Tomita |
Publisher | Springer Science & Business Media |
Pages | 194 |
Release | 1991-08-31 |
Genre | Computers |
ISBN | 9780792392019 |
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.
Current Issues in Parsing Technology
Title | Current Issues in Parsing Technology PDF eBook |
Author | Masaru Tomita |
Publisher | Springer Science & Business Media |
Pages | 308 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 1461539862 |
An Introduction to Formal Languages and Automata
Title | An Introduction to Formal Languages and Automata PDF eBook |
Author | Peter Linz |
Publisher | Jones & Bartlett Learning |
Pages | 600 |
Release | 2022-02-18 |
Genre | Computers |
ISBN | 1284231607 |
"This book is designed for an introductory course on formal languages, automata, computability, and related matters"--
Handbook of Natural Language Processing
Title | Handbook of Natural Language Processing PDF eBook |
Author | Robert Dale |
Publisher | CRC Press |
Pages | 1015 |
Release | 2000-07-25 |
Genre | Business & Economics |
ISBN | 0824746341 |
This study explores the design and application of natural language text-based processing systems, based on generative linguistics, empirical copus analysis, and artificial neural networks. It emphasizes the practical tools to accommodate the selected system.