| Home | Trees | Indices | Help |
|
|---|
|
|
Classes for predictors and to handle suggestions and predictions.
|
|||
|
Suggestion A suggestion consists of a string and a probility. |
|||
|
Prediction Class for predictions from predictors. |
|||
|
PredictorActivator Query the predictors listed in the registry to get their suggestions. |
|||
|
PredictorRegistry List every predictors instances that are to be used for word prediction. |
|||
|
Predictor Base class for predictors. |
|||
|
WeightNgramPredictor Compute prediction from n-gram model in database. |
|||
|
LastOccurPredictor Compute predictions based on their last occurences and frequencies. |
|||
|
MemorizePredictor Predict words based on memorized (learnt) input tokens patterns. |
|||
|
DictionaryPredictor Very simple word predictor using a dictionary. |
|||
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:49 2015 | http://epydoc.sourceforge.net |