| 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.
|
| Class and Description |
|---|
| HHMMSegmenter
Finds the optimal segmentation of a sentence into Chinese words
|
| SegToken
SmartChineseAnalyzer internal token
|
| SegTokenFilter
Filters a
SegToken by converting full-width latin to half-width, then lowercasing latin. |
| Class and Description |
|---|
| AbstractDictionary
SmartChineseAnalyzer abstract dictionary implementation.
|
| BigramDictionary
SmartChineseAnalyzer Bigram dictionary.
|
| PathNode
SmartChineseAnalyzer internal node representation
|
| SegGraph
Graph representing possible tokens at each start offset in the sentence.
|
| SegToken
SmartChineseAnalyzer internal token
|
| SegTokenPair
A pair of tokens in
SegGraph |
| WordDictionary
SmartChineseAnalyzer Word Dictionary
|