Package | Description |
---|---|
gov.sandia.cognition.text |
Provides classes for processing text.
|
gov.sandia.cognition.text.term |
Provides term representing text content in documents.
|
gov.sandia.cognition.text.token |
Provides text tokenization algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOccurrenceInText<DataType>
An abstract implementation of the
OccurrenceInText interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
TermOccurrence
Interface for an occurrence of a term in some text.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTermOccurrence
A default implementation of the
TermOccurrence interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
Token
Interface for a meaningful chunk of text, called a token.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToken
A default implementation of the
Token interface. |