Class MorfologikFilter
Token
MorfologikFilter contains a Morphosyntactic
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Morfologik
Assembly: Lucene.Net.Analysis.Morfologik.dll
Syntax
public class MorfologikFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceMorfologikFilter(TokenStream)
Creates a filter with the default (Polish) dictionary.
Declaration
public MorfologikFilter(TokenStream input)
Parameters
Type | Name | Description |
---|---|---|
Token |
input | Input token stream. |
MorfologikFilter(TokenStream, Dictionary)
Creates a filter with a given dictionary.
Declaration
public MorfologikFilter(TokenStream input, Dictionary dict)
Parameters
Type | Name | Description |
---|---|---|
Token |
input | Input token stream. |
Dictionary | dict |
Methods
| Improve this Doc View SourceIncrementToken()
Retrieves the next token (possibly from the list of lemmas).
Declaration
public override sealed bool IncrementToken()
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceReset()
Resets stems accumulator and hands over to superclass.
Declaration
public override void Reset()
Overrides
Implements
IDisposable