SmartChineseAnalyzer

constructor()

Create a new SmartChineseAnalyzer, using the default stopword list.


constructor(useDefaultStopWords: Boolean)

Create a new SmartChineseAnalyzer, optionally using the default stopword list.


constructor(stopWords: CharArraySet?)

Create a new SmartChineseAnalyzer, using the provided Set of stopwords.