Search Results for

    Show / Hide Table of Contents

    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:

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKuromojiReadingFormTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    UseRomaji

    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?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • UseRomaji
    • Extension Methods
    Back to top Generated by DocFX