| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Predictor --+
|
MemorizePredictor
Predict words based on memorized (learnt) input tokens patterns.
This predictor is capable of tokens memorization. It memorize the inputed tokens and try to predict the suggestion using memorized tokens and n-grams (group of consecutive tokens).
|
| Class Hierarchy for MemorizePredictor |
|
|||
|
|||
| prdct.Prediction |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| Inherited from Predictor | |||
|---|---|---|---|
__metaclass__ = abc.ABCMeta
|
|||
|
|||
|
Inherited from |
|||
|
|||
MemorizePredictor creator.
|
Predict words based on memorized input tokens.
|
Learn what need to be learnt by tokens in the memory file.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 16 23:30:30 2015 | http://epydoc.sourceforge.net |