| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
FeatureDictWriter Utility class to encode data feature vectors (represented as string:count feature dictionaries) into a plain text file format, that can then be re-read using the matching "FeatureDictReader" class. |
|||
|
FeatureDictReader Utility class to dencode data feature vectors (represented as index:count lines in a text file) into a string:count feature dictionary objects. |
|||
|
|||
log = logging.getLogger(Const.APPLICATION_NAME)
|
|||
handler = logging.StreamHandler(sys.stderr)
|
|||
formatter = logging.Formatter(Const.LOGGER_FORMAT)
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:23 2007 | http://epydoc.sourceforge.net |