| AbstractDictionary | SmartChineseAnalyzer abstract dictionary implementation. |
code | html |
| BiSegGraph | Graph representing possible token pairs (bigrams) at each start offset in the sentence. | code | html |
| BigramDictionary | SmartChineseAnalyzer Bigram dictionary. | code | html |
| HHMMSegmenter | Finds the optimal segmentation of a sentence into Chinese words
WARNING: The status of the analyzers/smartcn analysis.cn.smart package is experimental. |
code | html |
| PathNode | SmartChineseAnalyzer internal node representation
Used by BiSegGraph to maximize the segmentation with the Viterbi algorithm. |
code | html |
| SegGraph | Graph representing possible tokens at each start offset in the sentence. | code | html |
| SegToken | SmartChineseAnalyzer internal token
WARNING: The status of the analyzers/smartcn analysis.cn.smart package is experimental. |
code | html |
| SegTokenFilter | Filters a SegToken by converting full-width latin to half-width, then lowercasing latin. |
code | html |
| SegTokenPair | A pair of tokens in SegGraph
WARNING: The status of the analyzers/smartcn analysis.cn.smart package is experimental. |
code | html |
| WordDictionary | SmartChineseAnalyzer Word Dictionary
WARNING: The status of the analyzers/smartcn analysis.cn.smart package is experimental. |
code | html |