Search Results for

    Show / Hide Table of Contents

    Interface IKuromojiPartOfSpeechTokenFilter

    The kuromoji_part_of_speech token filter removes tokens that match a set of part-of-speech tags. Part of the analysis-kuromoji plugin:

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKuromojiPartOfSpeechTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    StopTags

    An array of part-of-speech tags that should be removed. It defaults to the stoptags.txt file embedded in the lucene-analyzer-kuromoji.jar.

    Declaration
    [DataMember(Name = "stoptags")]
    IEnumerable<string> StopTags { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

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