Search Results for

    Show / Hide Table of Contents

    Interface IKuromojiIterationMarkCharFilter

    The kuromoji_iteration_mark normalizes Japanese horizontal iteration marks (odoriji) to their expanded form. Part of the analysis-kuromoji plugin:

    Inherited Members
    ICharFilter.Type
    ICharFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKuromojiIterationMarkCharFilter : ICharFilter

    Properties

    | Edit this page View Source

    NormalizeKana

    Declaration
    [DataMember(Name = "normalize_kana")]
    bool? NormalizeKana { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NormalizeKanji

    Declaration
    [DataMember(Name = "normalize_kanji")]
    bool? NormalizeKanji { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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