TAL recognition in O(M(n2)) time

  • Authors:
  • Sanguthevar Rajasekaran;Shibu Yooseph

  • Affiliations:
  • Univ. of Florida;Univ. of Pennsylvania

  • Venue:
  • ACL '95 Proceedings of the 33rd annual meeting on Association for Computational Linguistics
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose an O(M(n2)) time algorithm for the recognition of Tree Adjoining Languages (TALs), where n is the size of the input string and M(k) is the time needed to multiply two k x k boolean matrices. Tree Adjoining Grammars (TAGs) are formalisms suitable for natural language processing and have received enormous attention in the past among not only natural language processing researchers but also algorithms designers. The first polynomial time algorithm for TAL parsing was proposed in 1986 and had a run time of O(n6). Quite recently, an O(n3 M (n)) algorithm has been proposed. The algorithm presented in this paper improves the run time of the recent result using an entirely different approach.