Jump to ratings and reviews
Rate this book

Parsing Techniques: A Practical Guide. Monographs in Computer Science.

Rate this book
Parsing - syntax analysis by computer - has been and continues to be an essential part of computer science. Parsing techniques have provided a solid basis for compiler construction since the mid-1960s, and continue to do so, thereby contributing to all existing software today. They enable Web browsers to analyze HTML pages, and PostScript printers to analyze PostScript, among other things; and some of the more advanced techniques are being used in code generation in compilers and in data compression. In linguistics, the importance of formal grammars was recognized early on, but only relatively recently have the corresponding parsing techniques been applied extensively; and their importance as general pattern recognizers is slowly being acknowledged. Today, with problems of speed and memory largely out of the way, these general techniques have grown considerably in importance, both in computer science, where advanced compilers now often use general CF parsers, and in 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. To provide readers with low-threshold access to the full field of parsing techniques, this second edition uses a two-tiered structure. The basic ideas behind the dozen or so existing parsing techniques are explained in an intuitive and narrative style, starting from first principles of data structures and algorithms; this provides breadth and accessibility. The hundreds of realizations and improvements of these techniques are then explained in a much terser, yet still informal, style in the summaries of more than 700 papers referenced in the book; this provides depth.

677 pages, ebook

First published January 1, 1990

26 people are currently reading
289 people want to read

About the author

Dick Grune

9 books3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (41%)
4 stars
15 (41%)
3 stars
5 (13%)
2 stars
0 (0%)
1 star
1 (2%)
Displaying 1 - 3 of 3 reviews
Profile Image for Philip.
16 reviews2 followers
November 15, 2018
This book is really dense on the topic of parsing. It covers a lot of techniques, as the name suggest. Don't expect too much code related. You will see a lot of diagrams and discussion around ideas of a given technique.
Profile Image for Michael Thorpe.
2 reviews4 followers
September 8, 2012
Incredibly awesome book, explains parsing from the (no pun intended) bottom up.
1 review
October 1, 2023
Linguistics for linguists, information technology for computer scientists!
Don't mess around if you aren't proficient in either.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.