Partilhar via


StopwordsTokenFilter.Stopwords Propriedade

Definição

Obtém ou define a lista de palavras irrelevantes. Essa propriedade e a propriedade stopwords list não podem ser definidas.

[Newtonsoft.Json.JsonProperty(PropertyName="stopwords")]
public System.Collections.Generic.IList<string> Stopwords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stopwords")>]
member this.Stopwords : System.Collections.Generic.IList<string> with get, set
Public Property Stopwords As IList(Of String)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a