| Interface | Description |
|---|---|
| SentenceIterator |
An iterator over a sequence of characters, consisting of subsequences that
may overlap, and that do not necessarily cover every character in the
underlying sequence.
|
| Class | Description |
|---|---|
| CToken |
Represents an entry in the token file.
|
| Dictionary |
The
Dictionary class wraps access to a compiled Sen dictionary |
| DictionaryUtil |
encoding methods for packing the POS file (mostly from Lucene)
|
| Morpheme |
A class representing part-of-speech data for a morpheme.
|
| Node |
A node within the
Viterbi cost lattice |
| Reading |
A class representing a reading applied to a set of characters within a
sentence
|
| Sentence |
A Sentence represents a character array to be morphologically analysed.
|
| Token |
A single token from an analysed sentence
|
| Tokenizer |
A String Tokenizer
|
| Viterbi |
An implementation of the Viterbi algorithm used to find the most likely
sequence of morphemes comprising a sentence
|