Class FrenchStemFilter
A TokenFilter that stems french words.
The used stemmer can be changed at runtime after the filter object is created (as long as it is a FrenchStemmer).
To prevent terms from being stemmed use an instance of KeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Obsolete("(3.1) Use SnowballFilter with FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0")]
[Serializable]
public sealed class FrenchStemFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
FrenchStemFilter(TokenStream) |
Properties
Name | Description |
---|---|
Stemmer | Set a alternative/custom FrenchStemmer for this filter. |
Methods
Name | Description |
---|---|
IncrementToken() |