Snowball.Net 2.0.0 Class Library

SnowballAnalyzer Constructor

Builds the named analyzer with no stop words.

Overload List

Builds the named analyzer with no stop words.

public SnowballAnalyzer(string);

Builds the named analyzer with the given stop words.

public SnowballAnalyzer(string,string[]);

See Also

SnowballAnalyzer Class | Lucene.Net.Analysis.Snowball Namespace