クラスの概要 |
CToken |
Represents an entry in the token file. |
Dictionary |
The Dictionary class wraps access to a compiled Sen dictionary |
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
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads. |
Tokenizer |
A String Tokenizer
The Tokenizer uses a Dictionary to assist the decomposition of
strings into potential morphemes |
Viterbi |
An implementation of the Viterbi algorithm used to find the most likely
sequence of morphemes comprising a sentence
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads. |