Principles and Implementation of Deductive Parsing
cmp-lg
2008-02-03 v1 计算与语言
摘要
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.
引用
@article{arxiv.cmp-lg/9404008,
title = {Principles and Implementation of Deductive Parsing},
author = {Stuart M. Shieber and Yves Schabes and Fernando C. N. Pereira},
journal= {arXiv preprint arXiv:cmp-lg/9404008},
year = {2008}
}
备注
69 pages, includes full Prolog code