A Tabulation-Based Parsing Method that Reduces Copying
A Tabulation-Based Parsing Method that Reduces Copying
复制标题
一种减少复制的基于表格的解析方法
DOI:
10.3115/1075096.1075122
复制
发表时间:
2003
期刊:
影响因子:
--
通讯作者:
Cosmin Munteanu
中科院分区:
文献类型:
--
作者:
Gerald Penn;Cosmin Munteanu
This paper presents a new bottom-up chart parsing algorithm for Prolog along with a compilation procedure that reduces the amount of copying at run-time to a constant number (2) per edge. It has applications to unification-based grammars with very large partially ordered categories, in which copying is expensive, and can facilitate the use of more sophisticated indexing strategies for retrieving such categories that may otherwise be overwhelmed by the cost of such copying. It also provides a new perspective on "quick-checking" and related heuristics, which seems to confirm that forcing an early failure (as opposed to seeking an early guarantee of success) is in fact the best approach to use. A preliminary empirical evaluation of its performance is also provided.