Package app :: Package autoranking :: Module bootstrap :: Class ExperimentConfigParser
[hide private]
[frames] | no frames]

Class ExperimentConfigParser

source code

ConfigParser.RawConfigParser --+    
                               |    
       ConfigParser.ConfigParser --+
                                   |
                                  ExperimentConfigParser

An extension of the ConfigParser that initializes necessary object for annotation pipelines according to the settings specified by the configuration files

Instance Methods [hide private]
 
java_init(self) source code
 
get_classpath(self) source code
 
get_gatewayclient(self) source code
 
java_terminate(self) source code
 
getlearner(self) source code
 
get_classifier_params(self) source code
 
exists_parser(self, language) source code
 
get_parser(self, language) source code
 
get_parser_name(self, language) source code
 
exists_checker(self, language) source code
 
_get_checker_settings(self, checker_name) source code
 
get_checker(self, language) source code
 
get_source_language(self) source code
 
get_target_language(self) source code
 
exists_lm(self, language) source code
 
get_lm(self, language) source code
 
get_lm_name(self, language) source code
 
get_truecaser_model(self, language) source code
 
get_path(self) source code
 
prepare_dir(self, continue_step=None) source code
 
_get_new_step_id(self, existing_files) source code
 
__del__(self) source code

Inherited from ConfigParser.ConfigParser: get, items

Inherited from ConfigParser.ConfigParser (private): _interpolate, _interpolation_replace

Inherited from ConfigParser.RawConfigParser: __init__, add_section, defaults, getboolean, getfloat, getint, has_option, has_section, options, optionxform, read, readfp, remove_option, remove_section, sections, set, write

Inherited from ConfigParser.RawConfigParser (private): _get, _read

Class Variables [hide private]
  checker = 0

Inherited from ConfigParser.ConfigParser (private): _KEYCRE

Inherited from ConfigParser.RawConfigParser: OPTCRE, OPTCRE_NV, SECTCRE

Inherited from ConfigParser.RawConfigParser (private): _boolean_states