Interface IKuromojiReadingFormTokenFilter
The kuromoji_readingform token filter replaces the token with its reading form in either katakana or romaji.
Part of the analysis-kuromoji
plugin:
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IKuromojiReadingFormTokenFilter : ITokenFilter
Properties
| Edit this page View SourceUseRomaji
Whether romaji reading form should be output instead of katakana. Defaults to false.
Declaration
[DataMember(Name = "use_romaji")]
bool? UseRomaji { get; set; }
Property Value
Type | Description |
---|---|
bool? |