muste

MUSTE: Multimodal semantic text editing

The goal of this project is a tool that will simplify editing of grammatical text, a kind of predictive editor similar to the word prediction systems used in mobile phones. The main difference with current text input methods is that the user can edit anywhere in the text, not just add words at the end. The user just point at a word or a phrase, and the system suggests alternatives based on an underlying grammar. When the user selects an alternative, the system will automatically reformulate the sentence by changing inflection or word order, or adding or removing words, so that it will always be grammatically correct.

The underlying grammar formalism is GF, which has support for writing multlingual parallel grammars. This makes the MUSTE editor a multilingual translator, provided that the underlying grammar supports several languages.

The theory behind MUSTE is grammar- and language-independent, so the MUSTE tool works for any GF grammar (even though some grammars are better suited than others). There is an online demonstration, purely written in Javascript here:

muste.html

The code is open-source and licensed under GPLv3, and is available at the Github project page:

http://github.com/heatherleaf/muste