Tanl Linguistic Pipeline |
Classes that provide reading configuration settings from configuration files. More...
Classes | |
class | Tanl::NER::conf_feature |
A conf_feature contains a set of feature specifications. More... | |
class | Parser::conf_feature |
A conf_feature contains a set of feature specifications. More... | |
class | IXE::conf< ColorMap > |
conf<ColorMap> is a Var containing a set of pair<TermColor, TermWeight> associated to an HTML tag/meta-attribute. More... | |
class | IXE::Configuration |
A Configuration object that holds all the configuration variables. More... | |
class | IXE::Var< T > |
Configuration variable. More... | |
class | IXE::VarDefault< T > |
Configuration variable with default value. More... | |
class | IXE::conf< bool > |
A conf<bool> is a Var for containing the value of a Boolean configuration variable. More... | |
class | IXE::conf< float > |
A conf<float> is a Var for containing the value of a float configuration variable. More... | |
class | IXE::conf< int > |
A conf<int> is a Var for containing the value of an integer configuration variable. More... | |
class | IXE::conf< PatternSet > |
A conf_PatternSet contains a list of shell wildcard patterns. More... | |
class | IXE::conf_set< T > |
A conf_set contains a set of configuration values. More... | |
class | IXE::conf< std::string > |
A conf<string> is a configuration variable containing a string value. More... | |
class | IXE::conf< std::vector< std::string > > |
A conf_vector contains a set of configuration values. More... | |
class | IXE::Conversion |
A Conversion maps a filename pattern to a conversion command. More... | |
class | IXE::ExcludeFile |
An ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction. More... | |
class | IXE::FileType |
A FileType maps a filename pattern to a file type. More... | |
class | IXE::IncludeFile |
An IncludeFile contains the set of filename patterns to include during either indexing or extraction. More... | |
class | IXE::PatternList |
An PatternList contains a list of shell wildcard patterns. More... | |
class | IXE::PatternMap< T > |
A PatternMap maps a shell wildcard pattern to an object of type T. More... | |
class | IXE::PatternSet |
A PatternSet contains a set of shell wildcard patterns. More... | |
class | IXE::PatternVar |
A PatternVar is a configuration variable containing a set of filename patterns. More... | |
Typedefs | |
typedef std::vector< std::pair < Pattern2, std::string > > | IXE::Replacements |
A conf_Replacements contains pairs of (RegExp::Pattern, replacement). | |
typedef std::map< char const *, char const * > | IXE::Dictionary |
A conf_dictionary contains a dictionary. | |
typedef conf_set< std::string > | IXE::conf_stringset |
A conf_set contains a set of configuration string values. | |
typedef FileType | IXE::MimeType |
A MimeType maps a mime type to a document reader type. | |
Variables | |
ColorMap & | IXE::colorMap = colorMapVar.value |
Contains a set of pair<TermColor, TermWeight> associated to an HTML tag/meta-attribute. |
Classes that provide reading configuration settings from configuration files.
typedef std::map<char const*, char const*> IXE::Dictionary |
A conf_dictionary contains a dictionary.
typedef std::vector<std::pair<Pattern2, std::string> > IXE::Replacements |
A conf_Replacements contains pairs of (RegExp::Pattern, replacement).
The replacement string may contain backslash references ( ... ) to refer to portions matched by Pattern.