Property StopwordSet
StopwordSet
Returns the analyzer's stopword set or an empty set if the analyzer has no stopwords
Declaration
public virtual CharArraySet StopwordSet { get; }
Property Value
Type | Description |
---|---|
CharArraySet | the analyzer's stopword set or an empty set if the analyzer has no stopwords |