Package tipy :: Module prdct
[hide private]
[frames] | no frames]

Module prdct

source code

Classes for predictors and to handle suggestions and predictions.

Classes [hide private]
  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.
Variables [hide private]
  __package__ = 'tipy'