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:
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IKuromojiPartOfSpeechTokenFilter : ITokenFilter
Properties
| Edit this page View SourceStopTags
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> |