Search Results for

    Show / Hide Table of Contents

    Class KuromojiAnalyzer

    Inheritance
    object
    AnalyzerBase
    KuromojiAnalyzer
    Implements
    IKuromojiAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerBase.Type
    AnalyzerBase.Version
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class KuromojiAnalyzer : AnalyzerBase, IKuromojiAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    KuromojiAnalyzer()

    Declaration
    public KuromojiAnalyzer()

    Properties

    | Edit this page View Source

    Mode

    Declaration
    public KuromojiTokenizationMode? Mode { get; set; }
    Property Value
    Type Description
    KuromojiTokenizationMode?
    | Edit this page View Source

    UserDictionary

    Declaration
    public string UserDictionary { get; set; }
    Property Value
    Type Description
    string

    Implements

    IKuromojiAnalyzer
    IAnalyzer

    Extension Methods

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