Downloadliste

Projektbeschreibung

Presage (formerly known as Soothsayer) is an intelligent predictive text entry platform. It exploits redundant information embedded in natural languages to generate predictions. Its modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-24 07:56
0.8

Diese Version enthält zwei neue Vorhersage-Anwendungen, gprompter und pypresagemate. Gprompter ist ein Cross-Plattform-Predictive Text-Editor. Pypresagemate ist ein universelles Worterkennung Begleiter. Pypresagemate arbeitet mit einer AT-SPI-fähigen Anwendung. Diese Version bietet einen neuen Rückruf-aware-Programmierschnittstelle, um es einfacher zu entwickeln interaktive Anwendungen ankündigen. Presage Anwendungen nicht mehr benötigen, um die Interaktion der Nutzer, indem sie ausdrücklich die Aktualisierung der Kontext zu verfolgen. Es gibt noch andere Bugfixes und Verbesserungen.
Tags: Major feature enhancements
This release includes two new predictive applications, gprompter and pypresagemate. Gprompter is a cross-platform predictive text editor. Pypresagemate is a universal predictive text companion. Pypresagemate works alongside any AT-SPI aware application. This release provides a new callback-aware programming interface to make it easier to develop interactive presage applications. Presage applications no longer need to track user interaction by explicitly updating the context. There are other bugfixes and enhancements.

2009-11-01 23:17
0.7.3

Diese Version enthält die neuen prädiktiven ARPA-Plugin, das die Anwendung von statistischen Sprache ermöglicht die Modellierung von Daten in der ARPA N-Gramm-Format. Jedes N-Gramm ist mit seinen Discount log Wahrscheinlichkeit und die Katz Backoff Gewicht gespeichert. Wahrscheinlichkeiten werden durch Anwendung Katz Backoff Glättung der Maximum-Likelihood-Schätzung Schätzungen auf der Basis von N-Gramm zählt Daten. Diese Version bietet auch ein umfangreiches Sprache Modell aus der British National Corpus (BNC) mit 20.001 unigrams, Bigramme 517537 und 1648226 Trigramme, mit Hilfe einer geglätteten Katz Backoff Trigramm Modell generiert werden.
This version includes the new predictive ARPA plugin, which enables the use of statistical language modelling data in the ARPA N-gram format. Each N-gram is stored with its discounted log probability and its Katz backoff weight. Probabilities are estimated by applying Katz backoff smoothing to the maximum likelihood estimates based on n-gram counts data. This version also provides an extensive language model generated from the British National Corpus (BNC) containing 20,001 unigrams, 517,537 bigrams, and 1,648,226 trigrams, computed using a smoothed Katz backoff trigram model.

2009-08-17 02:09
0.7.2

Diese Version bietet Unterstützung für automatische Filter-Plugins und eine neue Vorhersage-Methode eine geordnete Rückkehr multimap Wahrscheinlichkeit-Token-Paaren. Die Filter-Funktion ermöglicht Lookahead Vorhersage. Es gibt eine Reihe von Bugfixes, wie dem Umgang mit UTF-8 kodierten Text, eine Initialisierung Fehler in der Demo-Programm ankündigen, und erstellen Sie in gpresagemate Problem behebt. Die Souffleuse kommt mit Verbesserungen der Benutzeroberfläche, wie Textgröße Kontrollen. Es gibt auch andere Bugfixes und Verbesserungen.
This release adds support for predictive plugins filters and a new predict method returning an ordered multimap of probability-token pairs. The filters feature enables lookahead prediction. There are a number of bugfixes, such as handling of UTF-8 encoded text, an initialization bug in the presage demo program, and build problem fixes in gpresagemate. The prompter comes with user interface improvements, such as text size controls. There are also other bugfixes and enhancements.

2008-11-09 04:11
0.7.1

Diese Version ist in der Lage zu lernen "on the fly" aus dem Kontext und den Text, die derzeit eingesetzt. Die geglättete n-Gramm-prädiktive Plugin dynamisch lernt aus dem aktuellen Kontext, und es entstehen neue Vorhersagen. Ein n-Gramm zu viel Kohärenz Fehler durch die dynamische Lernfähigkeit der geglätteten n-Gramm-prädiktive Plugin ausgelöst wurde in dieser Version behoben. Vervollständigung Prüfroutine Fall Empfindlichkeit verschiedener Zusammenstellung Warnungen und Souffleur UTF8 wurden behoben.
Tags: Minor bugfixes
This version is able to learn "on the fly" from
the context and the text currently being entered.
The smoothed n-gram predictive plugin dynamically
learns from the current context, while generating
new predictions. An n-gram count consistency bug
triggered by the dynamic learning capability of
the smoothed n-gram predictive plugin has been
fixed in this release. Completion validation
routine case sensitiveness, various compilation
warnings, and prompter UTF8 encoding were fixed.

2008-09-10 06:00
0.7

Diese Version ist in der Lage zu lernen "on the fly" aus dem Kontext und den Text, die derzeit eingesetzt. Die geglättete n-Gramm-prädiktive Plugin lernt dynamisch aus dem aktuellen Kontext, und es entstehen neue Vorhersagen. Diese Version bietet bessere Vorhersagen durch schrittweise Erhöhung der Tiefe der Vorhersage Generation, und enthält einige Bugfixes auf den Kontext Änderungen detection code. Es enthält eine neue dejavu Predictive-Plugin, und eine neue GTK-Anwendung, deren Ziel ist es, eine andere Anwendung mit Vorzeichen prädiktive Funktionalität zu erweitern.
Tags: Major feature enhancements
This release is able to learn "on the fly" from the context and the text currently being entered. The smoothed n-gram predictive plugin dynamically learns from the current context, while generating new predictions. This release provides better predictions by incrementally increasing the depth of prediction generation, and incorporates several bugfixes to the context changes detection code. It includes a new dejavu predictive plugin, and a new GTK application whose aim is to augment any other application with presage predictive functionality.

Project Resources