Package jazzparser :: Package utils :: Package nltk :: Module storage :: Class MutableProbDistStorer
[hide private]
[frames] | no frames]

Class MutableProbDistStorer

source code

          object --+        
                   |        
        ObjectStorer --+    
                       |    
DictionaryProbDistStorer --+
                           |
                          MutableProbDistStorer

Nested Classes [hide private]
  STORED_CLASS
An mutable probdist where the probabilities may be easily modified.
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from ObjectStorer: dict_to_object, object_to_dict

Static Methods [hide private]
 
_dict_to_object(dic) source code

Inherited from DictionaryProbDistStorer (private): _object_to_dict

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_dict_to_object(dic)
Static Method

source code 
Overrides: ObjectStorer._dict_to_object