Class KuromojiPartOfSpeechTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class KuromojiPartOfSpeechTokenFilter : TokenFilterBase, IKuromojiPartOfSpeechTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceKuromojiPartOfSpeechTokenFilter()
Declaration
public KuromojiPartOfSpeechTokenFilter()
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
public IEnumerable<string> StopTags { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |