|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryMethod | |
---|---|
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.mapred | Contains the base infrastructure for mapreduce handling. |
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. |
Uses of FactoryMethod in net.sf.eos.analyzer |
---|
Methods in net.sf.eos.analyzer with annotations of type FactoryMethod | |
---|---|
static TokenizerSupplier |
TokenizerSupplier.newInstance(Configuration config)
Creates a new instance. |
static TextBuilder |
TextBuilder.newInstance(Configuration config)
Creates a new instance of a of the builder. |
Uses of FactoryMethod in net.sf.eos.document |
---|
Methods in net.sf.eos.document with annotations of type FactoryMethod | |
---|---|
static Serializer |
Serializer.newInstance(Configuration config)
|
Uses of FactoryMethod in net.sf.eos.entity |
---|
Methods in net.sf.eos.entity with annotations of type FactoryMethod | |
---|---|
static CommonNameResolver |
CommonNameResolver.newInstance(Configuration config)
Creates a new instance of a of the recognizer. |
static DictionaryBasedEntityRecognizer |
AbstractDictionaryBasedEntityRecognizer.newInstance(Tokenizer source)
Creates a new instance of a of the recognizer. |
static DictionaryBasedEntityRecognizer |
AbstractDictionaryBasedEntityRecognizer.newInstance(Tokenizer source,
Configuration config)
Creates a new instance of a of the recognizer. |
Uses of FactoryMethod in net.sf.eos.hadoop.mapred |
---|
Methods in net.sf.eos.hadoop.mapred with annotations of type FactoryMethod | |
---|---|
static AbstractKeyGenerator<? extends WritableComparable> |
AbstractKeyGenerator.newInstance(Configuration conf)
Creates a new instance. |
Uses of FactoryMethod in net.sf.eos.lucene |
---|
Methods in net.sf.eos.lucene with annotations of type FactoryMethod | |
---|---|
static SimilaritySupplier |
SimilaritySupplier.newInstance(Configuration config)
Creates a new instance of a of the provider. |
static SearcherSupplier |
SearcherSupplier.newInstance(Configuration config)
Creates a new instance of a of the factory. |
static LuceneDocumentCreator |
LuceneDocumentCreator.newInstance(Configuration config)
Creates a new instance of a of the creator. |
static DirectorySupplier |
DirectorySupplier.newInstance(Configuration config)
Creates a new instance of a of the factory. |
static AnalyzerSupplier |
AnalyzerSupplier.newInstance(Configuration config)
Creates a new instance of a of the provider. |
Uses of FactoryMethod in net.sf.eos.sentence |
---|
Methods in net.sf.eos.sentence with annotations of type FactoryMethod | |
---|---|
static Sentencer |
Sentencer.newInstance(Configuration config)
Creates a new instance of a of the implementation. |
Uses of FactoryMethod in net.sf.eos.trie |
---|
Methods in net.sf.eos.trie with annotations of type FactoryMethod | |
---|---|
static TrieLoader |
AbstractTrieLoader.newInstance()
Default TrieLoader is XmlTrieLoader . |
static TrieLoader |
AbstractTrieLoader.newInstance(Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |