Cheshire3 Object Model: Class PosNormalizer

Package textmining :: Module tmNormalizer :: Class PosNormalizer

Class PosNormalizer
source code

Object Tree:
           object --+            
                    |            
configParser.C3Object --+        
                        |        
   baseObjects.Normalizer --+    
                            |    
  normalizer.SimpleNormalizer --+
                                |
                               PosNormalizer
Known Subclasses:
EnjuNormalizer, ExactGeniaNormalizer, GeniaNormalizer, TsujiiPosNormalizer, UnparsedGeniaNormalizer

Base class for deriving Part of Speech Normalizers

Instance Methods

Inherited from normalizer.SimpleNormalizer: __init__, process_hash, process_string

Inherited from configParser.C3Object: auth_function, get_config, get_default, get_object, get_path, get_setting, log_function, unauth_function, unlog_function

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Class Variables

Inherited from configParser.C3Object: configStore, defaults, functionLogger, id, name, objectType, objects, parent, paths, permissionHandlers, settings, subConfigs, unresolvedObjects

Inherited from object: __class__