Interface | Description |
---|---|
Stemmer |
Interface for stemmer instances.
|
StringDataProvider |
Interface for objects that provide textual data.
|
StringFieldDataProvider |
Interface for objects that provide textual data in multiple fields.
|
TextDescriptorFactory<T extends LocalAbstractObject> |
Provides factory method for creating textual descriptor objects.
|
WordExpander |
Interface for word expansion techniques.
|
Class | Description |
---|---|
TextConversion |
Various utility methods for text conversion.
|
TextParametricConstructorConvertor<T extends MetaObjectParametric> |
Implementation of
Convertor that gets the data from the
parameters of the extracted object and constructs the object using Map constructor. |
Exception | Description |
---|---|
TextConversionException |
Exceptions that indicates an error when evaluating some of the text conversions.
|