Class KStemFilter
A high-performance kstem filter for english.
See "Viewing Morphology as an Inference Process" (Krovetz, R., Proceedings of the Sixteenth Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, 191-203, 1993).
All terms must already be lowercased for this filter to work correctly.
Note: This filter is aware of the Keyword
true
in a previous TokenImplements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.En
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class KStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceKStemFilter(TokenStream)
Declaration
public KStemFilter(TokenStream in)
Parameters
Type | Name | Description |
---|---|---|
Token |
in |
Methods
| Improve this Doc View SourceIncrementToken()
Returns the next, stemmed, input Token.
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System. |
The stemmed form of a token. |
Overrides
Implements
IDisposable