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

Class FreqDistStorer

source code

  object --+    
           |    
ObjectStorer --+
               |
              FreqDistStorer

Nested Classes [hide private]
  STORED_CLASS
A frequency distribution for the outcomes of an experiment.
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]
 
_object_to_dict(obj) source code
 
_dict_to_object(dic, start_dist=None) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_object_to_dict(obj)
Static Method

source code 
Overrides: ObjectStorer._object_to_dict

_dict_to_object(dic, start_dist=None)
Static Method

source code 
Overrides: ObjectStorer._dict_to_object