Class NoriPartOfSpeechTokenFilterDescriptor
The nori_part_of_speech token filter removes tokens that match a set of part-of-speech tags.
Inheritance
NoriPartOfSpeechTokenFilterDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class NoriPartOfSpeechTokenFilterDescriptor : TokenFilterDescriptorBase<NoriPartOfSpeechTokenFilterDescriptor, INoriPartOfSpeechTokenFilter>, IDescriptor, INoriPartOfSpeechTokenFilter, ITokenFilter
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
An array of part-of-speech tags that should be removed.
Declaration
public NoriPartOfSpeechTokenFilterDescriptor StopTags(IEnumerable<string> stopTags)
Parameters
Returns
|
Edit this page
View Source
An array of part-of-speech tags that should be removed.
Declaration
public NoriPartOfSpeechTokenFilterDescriptor StopTags(params string[] stopTags)
Parameters
Type |
Name |
Description |
string[] |
stopTags |
|
Returns
Implements
Extension Methods