StopAnalyzer.Stopwords Propriedade

Definição

Obtém ou define uma lista de palavras irrelevantes.

[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