See: Description
| 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 words
|
| PathNode |
SmartChineseAnalyzer internal node representation
|
| SegGraph |
Graph representing possible tokens at each start offset in the sentence.
|
| SegToken |
SmartChineseAnalyzer internal token
|
| SegTokenFilter |
Filters a
SegToken by converting full-width latin to half-width, then lowercasing latin. |
| SegTokenPair |
A pair of tokens in
SegGraph |
| WordDictionary |
SmartChineseAnalyzer Word Dictionary
|