Namespace Lucene.Net.Analysis.Cn.Smart.Hhmm
SmartChineseAnalyzer Hidden Markov Model package.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Classes
HHMMSegmenter
Finds the optimal segmentation of a sentence into Chinese words
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
SegToken
SmartChineseAnalyzer internal token
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
SegTokenFilter
Filters a SegToken by converting full-width latin to half-width, then lowercasing latin. Additionally, all punctuation is converted into COMMON_DELIMITER
This is a Lucene.NET EXPERIMENTAL API, use at your own risk