Package | Description |
---|---|
gov.sandia.cognition.text.term |
Provides term representing text content in documents.
|
gov.sandia.cognition.text.term.filter |
Provides classes for filtering and transforming terms.
|
gov.sandia.cognition.text.term.filter.stem |
Provides stemming algorithms for terms.
|
gov.sandia.cognition.text.term.relation |
Provides relationships between terms.
|
gov.sandia.cognition.text.term.vector |
Provides methods for handling documents represented as term vectors.
|
gov.sandia.cognition.text.token |
Provides text tokenization algorithms.
|
Class and Description |
---|
AbstractTerm
Creates a new
AbstractTerm . |
AbstractTermIndex
An abstract implementation of the
TermIndex class that handles a lot
of the convenience method implementations. |
DefaultIndexedTerm
Default implementation of the
IndexedTerm interface. |
DefaultTerm
A default implementation of the
Term interface. |
DefaultTermIndex
A default implementation of the
TermIndex interface. |
DefaultTermNGram
A default implementation of the
TermNGram interface. |
DefaultTermOccurrence
A default implementation of the
TermOccurrence interface. |
IndexedTerm
Interface for a term plus its index.
|
Term
Interface for a term, which is a basic unit of data in information retrieval.
|
Termable
Interface for an object that can be turned into a
Term . |
TermCounts
Interface for a class that holds counts associated with terms.
|
TermIndex
An interface for an index of terms.
|
TermNGram
Interface for a term that is some type of n-gram.
|
TermOccurrence
Interface for an occurrence of a term in some text.
|
Class and Description |
---|
Term
Interface for a term, which is a basic unit of data in information retrieval.
|
Termable
Interface for an object that can be turned into a
Term . |
TermOccurrence
Interface for an occurrence of a term in some text.
|
Class and Description |
---|
TermOccurrence
Interface for an occurrence of a term in some text.
|
Class and Description |
---|
IndexedTerm
Interface for a term plus its index.
|
Term
Interface for a term, which is a basic unit of data in information retrieval.
|
TermIndex
An interface for an index of terms.
|
Class and Description |
---|
Termable
Interface for an object that can be turned into a
Term . |
TermIndex
An interface for an index of terms.
|
Class and Description |
---|
DefaultTerm
A default implementation of the
Term interface. |
Termable
Interface for an object that can be turned into a
Term . |
TermOccurrence
Interface for an occurrence of a term in some text.
|