Class NoriPartOfSpeechTokenFilter
The nori_part_of_speech token filter removes tokens that match a set of part-of-speech tags.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class NoriPartOfSpeechTokenFilter : TokenFilterBase, INoriPartOfSpeechTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceNoriPartOfSpeechTokenFilter()
Declaration
public NoriPartOfSpeechTokenFilter()
Properties
| Edit this page View SourceStopTags
An array of part-of-speech tags that should be removed.
Declaration
public IEnumerable<string> StopTags { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |