Interface INoriPartOfSpeechTokenFilter
The nori_part_of_speech token filter removes tokens that match a set of part-of-speech tags.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface INoriPartOfSpeechTokenFilter : ITokenFilter
Properties
| Edit this page View SourceStopTags
An array of part-of-speech tags that should be removed.
Declaration
[DataMember(Name = "stoptags")]
IEnumerable<string> StopTags { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |