TR94-08
Principles and Implementation of Deductive Parsing
-
- "Principles and Implementation of Deductive Parsing", Tech. Rep. TR94-08, Mitsubishi Electric Research Laboratories, Cambridge, MA, May 1994.BibTeX TR94-08 PDF
- @techreport{MERL_TR94-08,
- author = {Stuart M. Shieber, Yves Schabes, Fernando C. N. Pereira},
- title = {Principles and Implementation of Deductive Parsing},
- institution = {MERL - Mitsubishi Electric Research Laboratories},
- address = {Cambridge, MA 02139},
- number = {TR94-08},
- month = may,
- year = 1994,
- url = {https://www.merl.com/publications/TR94-08/}
- }
,
- "Principles and Implementation of Deductive Parsing", Tech. Rep. TR94-08, Mitsubishi Electric Research Laboratories, Cambridge, MA, May 1994.
Abstract:
We present a system for generating parsers based directly on the metaphor of parsing as deduction. Parsing algorithms can be represented directly as deduction systems, and a single deduction engine can interpret such deduction systems so as to implement the corresponding parser. The method generalizes easily to parsers for augmented phrase structure formalisms, such as definite-clause grammars and other logic grammar formalisms, and has been used for rapid prototyping of parsing algorithms for a variety of formalisms including variants of tree-adjoining grammars, categorial grammars, and lexicalized context-free grammars.