Condividi tramite


DictionaryDecompounderTokenFilter.OnlyLongestMatch Property

Definition

Gets or sets a value indicating whether to add only the longest matching subword to the output. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to