Ideas for Google Summer of Code/Rule-based finite-state disambiguation

From Apertium
Jump to navigation Jump to search

Currently Apertium only has a bigram/trigram part-of-speech tagger. The objective of this task would be to implement a disambiguation framework for Apertium that can be expressed as a finite-state transducer. It might be a good idea to express this as constraint rules, in a novel XML-based file format.

Tasks

  • Define an XML format for writing finite-state constraint rules.
  • Write a compiler which turns these rules into a binary finite-state representation.
  • Write a processor which applies these rules to an Apertium input stream.

Coding challenge

Frequently asked questions

Previous GSOC projects