ShingleTokenFilter.OutputUnigramsIfNoShingles Property

Definition

A value indicating whether to output unigrams for those times when no shingles are available. This property takes precedence when outputUnigrams is set to false. Default is false.

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

Property Value

Applies to