All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description BaseFormAttribute Attribute forToken.getBaseForm()
.BaseFormAttributeImpl Attribute forToken.getBaseForm()
.BinaryDictionary Base class for a binary-encoded in-memory dictionary.CharacterDefinition Character category data.ConnectionCosts n-gram connection cost dataCSVUtil Utility class for parsing CSV textDictionary Dictionary interface for retrieving morphological data by id.GraphvizFormatter Outputs the dot (graphviz) string for the viterbi lattice.InflectionAttribute Attribute for Kuromoji inflection data.InflectionAttributeImpl Attribute for Kuromoji inflection data.JapaneseAnalyzer Analyzer for Japanese that uses morphological analysis.JapaneseBaseFormFilter Replaces term text with theBaseFormAttribute
.JapaneseKatakanaStemFilter ATokenFilter
that normalizes common katakana spelling variations ending in a long sound character by removing this character (U+30FC).JapanesePartOfSpeechStopFilter Removes tokens that match a set of part-of-speech tags.JapaneseReadingFormFilter ATokenFilter
that replaces the term attribute with the reading of a token in either katakana or romaji form.JapaneseTokenizer Tokenizer for Japanese that uses morphological analysis.JapaneseTokenizer.Mode Tokenization mode: this determines how the tokenizer handles compound and unknown words.PartOfSpeechAttribute Attribute forToken.getPartOfSpeech()
.PartOfSpeechAttributeImpl Attribute forToken.getPartOfSpeech()
.ReadingAttribute Attribute for Kuromoji reading dataReadingAttributeImpl Attribute for Kuromoji reading dataToken Analyzed token with morphological data from its dictionary.TokenInfoDictionary Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.TokenInfoFST Thin wrapper around an FST with root-arc caching for Japanese.ToStringUtil Utility class for english translations of morphological data, used only for debugging.UnknownDictionary Dictionary for unknown-word handling.UserDictionary Class for building a User Dictionary.