Package | Description |
---|---|
gov.sandia.cognition.text.convert |
Provides classes for converting objects to a textual representation.
|
Modifier and Type | Method and Description |
---|---|
static DocumentFieldConcatenator |
CommonDocumentTextualConverterFactory.createTitleAuthorBodyConverter()
Creates a document text converter that puts the title, author, and body
fields together.
|
static DocumentFieldConcatenator |
CommonDocumentTextualConverterFactory.createTitleBodyConverter()
Creates a document text converter that puts the title and body fields
together.
|