|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configurable | |
---|---|
net.sf.eos.analyzer | The package contains classes and patterns to support analyzing of
CharSequence . |
net.sf.eos.config | Main package to support the configuration of the classes in the εοs environment. |
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.hadoop.mapred.cooccurrence | Main task of the εοs-toolkit mapreduce system to support cooccurrence based entity oriented search. |
net.sf.eos.hadoop.mapred.decompose | Decomposes a text into it sentences in a mapreduce task. |
net.sf.eos.lucene | εοs based on Lucene. |
net.sf.eos.medline | Support to work with data from the NLM Medline database. |
net.sf.eos.search | Retrieval independent definitions of data and processes in a entity oriented search lookup. |
net.sf.eos.sentence | It is essential to eleminate double sentences in a corpus with respect to additional metadata. |
Uses of Configurable in net.sf.eos.analyzer |
---|
Classes in net.sf.eos.analyzer that implement Configurable | |
---|---|
class |
TextBuilder
Implementation creates new text sequences from Token - or
CharSequence -lists. |
static class |
TextBuilder.SpaceBuilder
Simple implementation concats all texts from the tokens delimited by space (ASCII 0x20). |
class |
TokenizerSupplier
Support class for ResettableTokenizer . |
Uses of Configurable in net.sf.eos.config |
---|
Subinterfaces of Configurable in net.sf.eos.config | |
---|---|
interface |
ConfigurableSupplier<T>
Instances supply objects of a single type which are configurable . |
Classes in net.sf.eos.config that implement Configurable | |
---|---|
class |
Configured
Support class for configurable objects. |
Uses of Configurable in net.sf.eos.document |
---|
Classes in net.sf.eos.document that implement Configurable | |
---|---|
class |
Serializer
Implementations must serialize and deserialize an EosDocument . |
class |
XmlSerializer
Serializer and deserializer for an EosDocument . |
Uses of Configurable in net.sf.eos.entity |
---|
Classes in net.sf.eos.entity that implement Configurable | |
---|---|
class |
AbstractDictionaryBasedEntityRecognizer
An implementation of a @code EntityRecognizer} identifies entities in a text. |
class |
CommonNameResolver
The common name resolver maps an ID of an entity to the common name of the entity. |
class |
SimpleLongestMatchDictionaryBasedEntityRecognizer
A simple matcher for named entities. |
Uses of Configurable in net.sf.eos.hadoop.mapred |
---|
Classes in net.sf.eos.hadoop.mapred that implement Configurable | |
---|---|
class |
AbstractKeyGenerator<K extends WritableComparable>
Simple implementation with a factory. |
Uses of Configurable in net.sf.eos.hadoop.mapred.cooccurrence |
---|
Classes in net.sf.eos.hadoop.mapred.cooccurrence that implement Configurable | |
---|---|
class |
DictionaryBasedEntityIdKeyGenerator
|
class |
IdMetadataKeyGenerator
Creates a new map based on the document metadata value of EosDocument.ID_META_KEY and optionally other metadata information. |
Uses of Configurable in net.sf.eos.hadoop.mapred.decompose |
---|
Classes in net.sf.eos.hadoop.mapred.decompose that implement Configurable | |
---|---|
class |
TextMetaKeyGenerator
|
Uses of Configurable in net.sf.eos.lucene |
---|
Classes in net.sf.eos.lucene that implement Configurable | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
DefaultEosQuery
Use internally AnalyzerSupplier , SearcherSupplier and
CommonNameResolver if configured. |
|||||||||||||||||||||||||||||||||||||||||||||||||
class |
DefaultLuceneDocumentCreator
Copyright © 2008. All Rights Reserved. |