Presage is used in a bunch of open-source projects.

ACAT Assistive Context-Aware Toolkit

ACAT, the Assistive Context-Aware Toolkit, is an open source platform developed at Intel Labs to enable people with motor neuron diseases and other disabilities to have full access to the capabilities and applications of their computers through very constrained interfaces suitable for their condition. ACAT was originally developed by researchers at Intel Labs for Professor Stephen Hawking. Predictive text functionality is provided by the presage WCF service.

Presage comes with a number of demo applications, some of which might be usable in their own right.

gprompter

gprompter is a cross-platform predictive text editor. gprompter displays predictions in a contextual pop-up box as each letter is typed. Predictions can be easily selected and inserted in the document. gprompter is a cross-platform GTK+ application.

pyprompter

pyprompter is a cross-platform predictive text editor. pyprompter displays predictions in a contextual pop-up box as each letter is typed. Predictions can be easily selected and inserted in the document. pyprompter is a cross-platform wxPython application.

pypresagemate

pypresagemate is a universal predictive text companion. Pypresagemate works alongside any AT-SPI aware application. The Assistive Technology Service Provider Interface (AT-SPI) is a toolkit-neutral way of providing accessibility facilities in applications. Pypresagemate works in the background by tracking what keystrokes are typed and displaying predictions in its window. When a prediction is selected, text is sent to the active application.

presage_simulator is a console application that simulates presage predictive process and reports on predictive performance.

presage_demo is an ncurses based application designed to interactively test presage predictive functionality.

presage_demo_text is a simple console application designed to interactively test presage predictive functionality.

presage_python_demo is a simple console application designed to interactively test presage python binding.