Tool
Bilingual Sentence Aligner
When people translate documents from one language to another, not all sentences are translated one-for-one. This Perl code implements an algorithm for finding which sentences do translate one-for-one in a parallel bilingual corpus.
Tool
Unification Grammar Sentence Realization Algorithms
Prolog implementations of two versions of the unfication grammar sentence realization aglorithm described in “A Complete, Efficient Sentence Realization Algorithm for Unification Grammar,” appearing in the Proceedings of the International Natural Language Generation Conference, INLG’02,…
Tool
Context-Free Parsing Algorithms
Reference implementations in Perl 5 of several parsing algorithms for context-free grammars. Last published: April 4, 2003.