Compartir a través de


StemmerOverrideTokenFilter.Rules Propiedad

Definición

Obtiene o establece una lista de reglas de lematización con el siguiente formato: "word => stem", por ejemplo: "ran => run".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a