Class SmartChineseWordTokenFilterFactory
Factory for the SmartChineseAnalyzer WordTokenFilter
Note: this class will currently emit tokens for punctuation. So you should either add a WordDelimiterFilter after to remove these (with concatenate off), or use the SmartChinese stoplist with a StopFilterFactory via:
words="org/apache/lucene/analysis/cn/smart/stopwords.txt"
@lucene.experimental
Inheritance
System.Object
SmartChineseWordTokenFilterFactory
Inherited Members
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public class SmartChineseWordTokenFilterFactory : TokenFilterFactory
Constructors
Name | Description |
---|---|
SmartChineseWordTokenFilterFactory(IDictionary<String, String>) | Creates a new SmartChineseWordTokenFilterFactory |
Methods
Name | Description |
---|---|
Create(TokenStream) |