Search Results for

    Show / Hide Table of Contents

    Class NoriAnalyzer

    The nori analyzer consists of the following tokenizer and token filters:

    - nori_tokenizer

    - nori_part_of_speech token filter

    - nori_readingform token filter

    - nori_number token filter

    - lowercase token filter

    Inheritance
    object
    AnalyzerBase
    NoriAnalyzer
    Implements
    INoriAnalyzer
    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 NoriAnalyzer : AnalyzerBase, INoriAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    NoriAnalyzer()

    Declaration
    public NoriAnalyzer()

    Properties

    | Edit this page View Source

    DecompoundMode

    The regular expression pattern, defaults to \W+.

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

    StopTags

    An array of part-of-speech tags that should be removed.

    Declaration
    public IEnumerable<string> StopTags { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    UserDictionary

    The Nori tokenizer uses the mecab-ko-dic dictionary by default. A user_dictionary with custom nouns (NNG) may be appended to the default dictionary. This property allows you to specify this file on disk

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

    Implements

    INoriAnalyzer
    IAnalyzer

    Extension Methods

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