Search Results for

    Show / Hide Table of Contents

    Class NoriTokenizer

    Tokenizer that ships with the analysis-nori plugin

    Inheritance
    object
    TokenizerBase
    NoriTokenizer
    Implements
    INoriTokenizer
    ITokenizer
    Inherited Members
    TokenizerBase.Type
    TokenizerBase.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 NoriTokenizer : TokenizerBase, INoriTokenizer, ITokenizer

    Constructors

    | Edit this page View Source

    NoriTokenizer()

    Declaration
    public NoriTokenizer()

    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

    DiscardPunctuation

    Whether punctuation should be discarded from the output. Defaults to true.

    Declaration
    public bool? DiscardPunctuation { get; set; }
    Property Value
    Type Description
    bool?
    | 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
    | Edit this page View Source

    UserDictionaryRules

    The Nori tokenizer uses the mecab-ko-dic dictionary by default. A user_dictionary with custom nouns (NNG) can be specified inline with this property

    Declaration
    public IEnumerable<string> UserDictionaryRules { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Implements

    INoriTokenizer
    ITokenizer

    Extension Methods

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