Class JapaneseReadingFormFilter
A TokenFilter that replaces the term attribute with the reading of a token in either katakana or romaji form. The default reading form is katakana.
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Ja
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public sealed class JapaneseReadingFormFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceJapaneseReadingFormFilter(TokenStream)
Declaration
public JapaneseReadingFormFilter(TokenStream input)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | input |
JapaneseReadingFormFilter(TokenStream, Boolean)
Declaration
public JapaneseReadingFormFilter(TokenStream input, bool useRomaji)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | input | |
| System.Boolean | useRomaji |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
IDisposable