Per-node optimization of finite-state mechanisms for natural language processing

  • Authors:
  • Alexander Troussov;Brian O'Donovan;Seppo Koskenniemi;Nikolay Glushnev

  • Affiliations:
  • IBM Dublin Software Lab, Airways Ind. Est., Dublin 17, Ireland;IBM Dublin Software Lab, Airways Ind. Est., Dublin 17, Ireland;Oy IBM Ab., Helsinki, Finland;IBM Dublin Software Lab, Airways Ind. Est., Dublin 17, Ireland

  • Venue:
  • CICLing'03 Proceedings of the 4th international conference on Computational linguistics and intelligent text processing
  • Year:
  • 2003

Quantified Score

Hi-index 0.01

Visualization

Abstract

Finite-state processing is typically based on structures that allow for efficient indexing and sequential search. However, this "rigid" framework has several disadvantages when used in natural language processing, especially for non-alphabetical languages. The solution is to systematically introduce polymorphic programming techniques that are adapted to particular cases. In this paper we describe the structure of a morphological dictionary implemented with finite-state automata using variable or polymorphic node formats. Each node is assigned a format from a predefined set reflecting its utility in corpora processing as measured by a number of graph theoretic metrics and statistics. Experimental results demonstrate that this approach permits a 52% increase in the performance of dictionary look-up.