CjkBigramTokenFilter.OutputUnigrams Property

Definition

Gets or sets a value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to