Class JapaneseBaseFormFilter
Replaces term text with the IBaseFormAttribute.
This acts as a lemmatizer for verbs and adjectives. To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the IKeywordAttribute before this TokenStream.
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Ja
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class JapaneseBaseFormFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceJapaneseBaseFormFilter(TokenStream)
Declaration
public JapaneseBaseFormFilter(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