Share via


CjkBigramTokenFilter.OutputUnigrams Property

Definition

A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false.

public bool? OutputUnigrams { get; set; }
member this.OutputUnigrams : Nullable<bool> with get, set
Public Property OutputUnigrams As Nullable(Of Boolean)

Property Value

Applies to