Unification-Failure Filter for Natural Language
スポンサーリンク
概要
- 論文の詳細を見る
Graph unification is doubtlessly the most expensive process in unification-based grammar parsing since it takes the vast majority of the total parsing time of natural language sentences. A parsing time overload in unification consists in that, in general, no less than 60% of the graph unifications performed actually fail [1]-[6]. Thus one way to achieve unification time speed-up is focusing on an efficient, fast way to deal with such unification failures. In this paper, a process, prior to unification itself, capable of filtering or stopping a considerably high percentage of graphs that would fail unification is proposed. This unification-filtering process consists of comparison of signatures that correspond to each one of the graphs to be unified. Unification-filter(hereafter UF) is capable of stopping around 87% of the non-unifiable graphs before unification itself takes place. UF takes significantly less time to detect graphs that do not unify and discard them than it would take to unification to fail the attempt to unify the same graphs. As a result of using UF, unification is performed in an around 71% of the time for the fastest known unification algorithm.
- 社団法人電子情報通信学会の論文
- 1995-01-25
著者
-
Aoe Jun-ichi
Faculty Of Engineering Tokushima University
-
Maeda M.
Faculty of Engineering, Tokushima University
-
Tomabechi Hideto
Faculty of Engineering, Tokushima University
-
Tomabechi Hideto
Faculty Of Engineering Tokushima University
関連論文
- A Retrieval Method of a Double Array in Secondary Storage
- Unification-Failure Filter for Natural Language