Package | Description |
---|---|
gov.sandia.cognition.text.convert |
Provides classes for converting objects to a textual representation.
|
Class and Description |
---|
AbstractMultiTextualConverter
An abstract implementation of the
MultiTextualConverter interface. |
AbstractSingleTextualConverter
An abstract implementation of the
SingleTextualConverter interface. |
AbstractTextualConverter
An abstract implementation of the
TextualConverter interface. |
DocumentFieldConcatenator
A document-text converter that concatenates multiple text fields from a
document together for further processing.
|
DocumentSingleFieldConverter
Extracts a single field from a document.
|
MultiTextualConverter
Interface for an
TextConverter that converts an input into possibly
multiple output textual objects. |
SingleTextualConverter
Interface for an
TextConverter that converts an input into a single
output. |
TextualConverter
Interface for a class that can convert some type of object into one or more
textual objects.
|