FreeLing  4.0
Public Attributes
freeling::analyzer::analyzer_config_options Class Reference

Class analyzer::config_options contains the configuration options that define which modules are active and which configuration files are loaded for each of them at construction time. More...

Collaboration diagram for freeling::analyzer::analyzer_config_options:
Collaboration graph
[legend]

List of all members.

Public Attributes

std::wstring Lang
 Language of text to process.
std::wstring TOK_TokenizerFile
 Tokenizer configuration file.
std::wstring SPLIT_SplitterFile
 Splitter configuration file.
std::wstring MACO_Decimal
 Morphological analyzer options.
std::wstring MACO_Thousand
std::wstring MACO_UserMapFile
std::wstring MACO_LocutionsFile
std::wstring MACO_QuantitiesFile
std::wstring MACO_AffixFile
std::wstring MACO_ProbabilityFile
std::wstring MACO_DictionaryFile
std::wstring MACO_NPDataFile
std::wstring MACO_PunctuationFile
std::wstring MACO_CompoundFile
double MACO_ProbabilityThreshold
std::wstring PHON_PhoneticsFile
 Phonetics config file.
std::wstring NEC_NECFile
 NEC config file.
std::wstring SENSE_ConfigFile
 Sense annotator and WSD config files.
std::wstring UKB_ConfigFile
std::wstring TAGGER_HMMFile
 Tagger options.
std::wstring TAGGER_RelaxFile
int TAGGER_RelaxMaxIter
double TAGGER_RelaxScaleFactor
double TAGGER_RelaxEpsilon
bool TAGGER_Retokenize
ForceSelectStrategy TAGGER_ForceSelect
std::wstring PARSER_GrammarFile
 Chart parser config file.
std::wstring DEP_TxalaFile
 Dependency parsers config files.
std::wstring DEP_TreelerFile
std::wstring COREF_CorefFile
 Coreference resolution config file.
std::wstring SEMGRAPH_SemGraphFile
 semantic graph extractor config file

Detailed Description

Class analyzer::config_options contains the configuration options that define which modules are active and which configuration files are loaded for each of them at construction time.

Options in this set can not be altered once the analyzer is created.


Member Data Documentation

Coreference resolution config file.

Referenced by freeling::analyzer::analyzer().

Dependency parsers config files.

Referenced by freeling::analyzer::analyzer().

Language of text to process.

Referenced by freeling::analyzer::analyzer().

Morphological analyzer options.

Referenced by freeling::analyzer::analyzer().

NEC config file.

Referenced by freeling::analyzer::analyzer().

Chart parser config file.

Referenced by freeling::analyzer::analyzer().

Phonetics config file.

Referenced by freeling::analyzer::analyzer().

semantic graph extractor config file

Referenced by freeling::analyzer::analyzer().

Sense annotator and WSD config files.

Referenced by freeling::analyzer::analyzer().

Splitter configuration file.

Referenced by freeling::analyzer::analyzer().

Tagger options.

Referenced by freeling::analyzer::analyzer().

Tokenizer configuration file.

Referenced by freeling::analyzer::analyzer().


The documentation for this class was generated from the following file: