Package jazzparser :: Package utils :: Package nltk :: Module probability :: Class CutoffFreqDistStorer
[hide private]
[frames] | no frames]

Class CutoffFreqDistStorer

source code

          object --+    
                   |    
storage.ObjectStorer --+
                       |
                      CutoffFreqDistStorer

Nested Classes [hide private]
  STORED_CLASS
Like FreqDist, but returns zero counts for everything with a count less than a given cutoff.
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 storage.ObjectStorer: dict_to_object, object_to_dict

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

Inherited from object: __class__

Method Details [hide private]

_object_to_dict(obj)
Static Method

source code 
Overrides: storage.ObjectStorer._object_to_dict

_dict_to_object(dic)
Static Method

source code 
Overrides: storage.ObjectStorer._dict_to_object