Package org.apache.lucene.analysis.cn.smart.hhmm
SmartChineseAnalyzer Hidden Markov Model package.
-
Class Summary Class Description AbstractDictionary SmartChineseAnalyzer abstract dictionary implementation.BigramDictionary SmartChineseAnalyzer Bigram dictionary.BiSegGraph Graph representing possible token pairs (bigrams) at each start offset in the sentence.HHMMSegmenter Finds the optimal segmentation of a sentence into Chinese wordsPathNode SmartChineseAnalyzer internal node representationSegGraph Graph representing possible tokens at each start offset in the sentence.SegToken SmartChineseAnalyzer internal tokenSegTokenFilter Filters aSegToken
by converting full-width latin to half-width, then lowercasing latin.SegTokenPair A pair of tokens inSegGraph
WordDictionary SmartChineseAnalyzer Word Dictionary