Compartir a través de


CjkBigramTokenFilter.OutputUnigrams Propiedad

Definición

Obtiene o establece un valor que indica si se van a generar unigramas y bigrams (si es true) o solo bigrams (si es false). El valor predeterminado es False.

[Newtonsoft.Json.JsonProperty(PropertyName="outputUnigrams")]
public bool? OutputUnigrams { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputUnigrams")>]
member this.OutputUnigrams : Nullable<bool> with get, set
Public Property OutputUnigrams As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a