Snowball.Net 2.0.0 Class Library

SnowballFilter Class

A filter that stems words using a Snowball-generated stemmer. Available stemmers are listed in {@link SF.Snowball.Ext}. The name of a stemmer is the part of the class name before "Stemmer", e.g., the stemmer in {@link EnglishStemmer} is named "English".

For a list of all members of this type, see SnowballFilter Members.

System.Object
   Lucene.Net.Analysis.TokenStream
      Lucene.Net.Analysis.TokenFilter
         Lucene.Net.Analysis.Snowball.SnowballFilter

public class SnowballFilter : TokenFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Analysis.Snowball

Assembly: Snowball.Net (in Snowball.Net.dll)

See Also

SnowballFilter Members | Lucene.Net.Analysis.Snowball Namespace