クラスの概要 |
ReadingProcessor |
A text processor that builds reading data suitable for application as
furigana. |
ReadingProcessor.ReadingResult |
The result of reading processing. |
SenFactory |
A factory to manage creation of Viterbi , StringTagger , and
ReadingProcessor objects
Thread Safety: This class and all its public methods are thread safe. |
StreamTagger |
Tokenizes text read from a java.io.Reader
See examples.StreamTaggerDemo in the Sen source for an example of how to
use this class
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads. |
StringTagger |
Tokenizes strings
See examples.StringTaggerDemo in the Sen source for an example of how to
use this class
Thread Safety: Objects of this class are NOT thread safe and
should not be accessed simultaneously by multiple threads. |