|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationKey | |
---|---|
net.sf.eos.analyzer | The package contains classes and patterns to support analyzing of
CharSequence . |
net.sf.eos.document | Contains the base document for all εοs data. |
net.sf.eos.entity | Support for named entity recognizer. |
net.sf.eos.hadoop | Base package for the Hadoop support in εοs. |
net.sf.eos.hadoop.mapred | Contains the base infrastructure for mapreduce handling. |
net.sf.eos.hadoop.mapred.cooccurrence | Main task of the εοs-toolkit mapreduce system to support cooccurrence based entity oriented search. |
net.sf.eos.hadoop.mapred.index | Mapreduce task to create a Lucene index in the HDFS. |
net.sf.eos.lucene | εοs based on Lucene. |
net.sf.eos.sentence | It is essential to eleminate double sentences in a corpus with respect to additional metadata. |
net.sf.eos.trie | Contains the base structure for memory based entity recognition. |
net.sf.eos.util.functions | Some useful functions. |
Uses of ConfigurationKey in net.sf.eos.analyzer |
---|
Fields in net.sf.eos.analyzer with annotations of type ConfigurationKey | |
---|---|
static String |
TextBuilder.TEXT_BUILDER_IMPL_CONFIG_NAME
The configuration key name for the classname of the builder. |
static String |
TokenizerSupplier.TOKENIZER_PROVIDER_IMPL_CONFIG_NAME
The configuration key name for the classname of the provider. |
Uses of ConfigurationKey in net.sf.eos.document |
---|
Fields in net.sf.eos.document with annotations of type ConfigurationKey | |
---|---|
static String |
Serializer.SERIALIZER_IMPL_CONFIG_NAME
The configuration key name for the classname of the serializer. |
Uses of ConfigurationKey in net.sf.eos.entity |
---|
Fields in net.sf.eos.entity with annotations of type ConfigurationKey | |
---|---|
static String |
AbstractDictionaryBasedEntityRecognizer.ABSTRACT_DICTIONARY_BASED_ENTITY_RECOGNIZER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
static String |
CommonNameResolver.COMMON_NAME_RESOLVER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
static String |
AbstractDictionaryBasedEntityRecognizer.MAX_TOKEN_CONFIG_NAME
Key for the maximum token count. |
Uses of ConfigurationKey in net.sf.eos.hadoop |
---|
Fields in net.sf.eos.hadoop with annotations of type ConfigurationKey | |
---|---|
static String |
DistributedCacheStrategy.STRATEGY_IMPL_CONFIG_NAME
The key for the name of the strategy implementing class. |
Uses of ConfigurationKey in net.sf.eos.hadoop.mapred |
---|
Fields in net.sf.eos.hadoop.mapred with annotations of type ConfigurationKey | |
---|---|
static String |
AbstractKeyGenerator.ABSTRACT_KEY_GENERATOR_IMPL_CONFIG_NAME
|
Uses of ConfigurationKey in net.sf.eos.hadoop.mapred.cooccurrence |
---|
Fields in net.sf.eos.hadoop.mapred.cooccurrence with annotations of type ConfigurationKey | |
---|---|
static String |
IdMetadataKeyGenerator.META_FIELD_FOR_SEPARATION_CONFIG_NAME
The meta field for separation. |
static String |
DictionaryBasedEntityRecognizerReducer.META_FIELD_FOR_SEPARATION_CONFIG_NAME
The meta field for separation. |
Uses of ConfigurationKey in net.sf.eos.hadoop.mapred.index |
---|
Fields in net.sf.eos.hadoop.mapred.index with annotations of type ConfigurationKey | |
---|---|
static String |
LuceneOutputFormat.MAX_BUFFERED_DOCS_CONFIG_NAME
The name of the max buffered docs value. |
static String |
LuceneOutputFormat.MAX_FIELD_LENGTH_CONFIG_NAME
The maximum field length. |
static String |
LuceneOutputFormat.MAX_MERGE_DOCS_CONFIG_NAME
The name of the max merge docs value. |
static String |
LuceneOutputFormat.MERGE_FACTOR_CONFIG_NAME
The name of the merge factory value. |
static String |
LuceneOutputFormat.RAM_BUFFER_SIZE_MB_CONFIG_NAME
The RAM buffer size in MB. |
Uses of ConfigurationKey in net.sf.eos.lucene |
---|
Fields in net.sf.eos.lucene with annotations of type ConfigurationKey | |
---|---|
static String |
AnalyzerSupplier.ANALYZER_PROVIDER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
static String |
DirectorySupplier.DIRECTORY_SUPPLIER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
static String |
LuceneDocumentCreator.DOCUMENT_CREATOR_IMPL_CONFIG_NAME
The configuration key name for the classname of the creator. |
static String |
LuceneEosLookup.LUCENE_EOS_LOOKUP_IMPL_CONFIG_NAME
The configuration key name for the classname of the creator. |
static String |
SearcherSupplier.SEARCHER_SUPPLIER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
static String |
SimilaritySupplier.SIMILARITY_SUPPLIER_IMPL_CONFIG_NAME
The configuration key name for the classname of the factory. |
Uses of ConfigurationKey in net.sf.eos.sentence |
---|
Fields in net.sf.eos.sentence with annotations of type ConfigurationKey | |
---|---|
static String |
Sentencer.MESSAGE_DIGEST_CONFIG_NAME
The name of the algorithm of the message digest. |
static String |
Sentencer.SENTENCER_IMPL_CONFIG_NAME
The configuration key name for the classname of the implementation. |
Uses of ConfigurationKey in net.sf.eos.trie |
---|
Fields in net.sf.eos.trie with annotations of type ConfigurationKey | |
---|---|
static String |
AbstractTrieLoader.TRIE_LOADER_IMPL_CONFIG_NAME
|
Uses of ConfigurationKey in net.sf.eos.util.functions |
---|
Methods in net.sf.eos.util.functions that return ConfigurationKey | |
---|---|
ConfigurationKey |
ConfigurationKeyIntrospectorFunction.apply(ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport from)
Extracts the ConfigurationKey from the given class
with the specified value of the key. |
Methods in net.sf.eos.util.functions with parameters of type ConfigurationKey | |
---|---|
String |
DefaultValueConfigurationKeyFunction.apply(ConfigurationKey from)
Returns the default value of a ConfigurationKey . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |