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 |
|
|||
Inherited from Predictor | |||
---|---|---|---|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
Prediction |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from Predictor | |||
---|---|---|---|
_abc_cache = <_weakrefset.WeakSet object at 0x7f2a42360550>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f2a423
|
|||
_abc_negative_cache_version = 39
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f2a42360490>
|
|
|||
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 Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |