Class ItalianLightStemFilter
A TokenFilter that applies ItalianLightStemmer to stem Italian words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.It
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class ItalianLightStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceItalianLightStemFilter(TokenStream)
Declaration
public ItalianLightStemFilter(TokenStream input)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | input |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
IDisposable