Search Results for

    Show / Hide Table of Contents

    Class NoriAnalyzerDescriptor

    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
    DescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>
    AnalyzerDescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>
    NoriAnalyzerDescriptor
    Implements
    IDescriptor
    INoriAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerDescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>.Type
    AnalyzerDescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>.Version(string)
    DescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>.Self
    DescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>.Assign<TValue>(TValue, Action<INoriAnalyzer, TValue>)
    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 NoriAnalyzerDescriptor : AnalyzerDescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>, IDescriptor, INoriAnalyzer, IAnalyzer

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerDescriptorBase<NoriAnalyzerDescriptor, INoriAnalyzer>.Type

    Methods

    | Edit this page View Source

    DecompoundMode(NoriDecompoundMode?)

    The regular expression pattern, defaults to \W+.

    Declaration
    public NoriAnalyzerDescriptor DecompoundMode(NoriDecompoundMode? mode)
    Parameters
    Type Name Description
    NoriDecompoundMode? mode
    Returns
    Type Description
    NoriAnalyzerDescriptor
    | Edit this page View Source

    StopTags(IEnumerable<string>)

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

    Declaration
    public NoriAnalyzerDescriptor StopTags(IEnumerable<string> stopTags)
    Parameters
    Type Name Description
    IEnumerable<string> stopTags
    Returns
    Type Description
    NoriAnalyzerDescriptor
    | Edit this page View Source

    StopTags(params string[])

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

    Declaration
    public NoriAnalyzerDescriptor StopTags(params string[] stopTags)
    Parameters
    Type Name Description
    string[] stopTags
    Returns
    Type Description
    NoriAnalyzerDescriptor
    | Edit this page View Source

    UserDictionary(string)

    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 NoriAnalyzerDescriptor UserDictionary(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    NoriAnalyzerDescriptor

    Implements

    IDescriptor
    INoriAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Type
    • Methods
      • DecompoundMode(NoriDecompoundMode?)
      • StopTags(IEnumerable<string>)
      • StopTags(params string[])
      • UserDictionary(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX