Uses of Package
org.apache.lucene.analysis.cn.smart.hhmm
-
Packages that use org.apache.lucene.analysis.cn.smart.hhmm Package Description org.apache.lucene.analysis.cn.smart Analyzer for Simplified Chinese, which indexes words.org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package. -
Classes in org.apache.lucene.analysis.cn.smart.hhmm used by org.apache.lucene.analysis.cn.smart Class Description HHMMSegmenter Finds the optimal segmentation of a sentence into Chinese wordsSegToken SmartChineseAnalyzer internal tokenSegTokenFilter Filters aSegToken
by converting full-width latin to half-width, then lowercasing latin. -
Classes in org.apache.lucene.analysis.cn.smart.hhmm used by org.apache.lucene.analysis.cn.smart.hhmm Class Description AbstractDictionary SmartChineseAnalyzer abstract dictionary implementation.BigramDictionary SmartChineseAnalyzer Bigram dictionary.PathNode SmartChineseAnalyzer internal node representationSegGraph Graph representing possible tokens at each start offset in the sentence.SegToken SmartChineseAnalyzer internal tokenSegTokenPair A pair of tokens inSegGraph
WordDictionary SmartChineseAnalyzer Word Dictionary