Dela via


DictionaryDecompounderTokenFilter.MaxSubwordSize Property

Definition

Gets or sets the maximum subword size. Only subwords shorter than this are outputted. Default is 15. Maximum is 300.

[Newtonsoft.Json.JsonProperty(PropertyName="maxSubwordSize")]
public int? MaxSubwordSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxSubwordSize")>]
member this.MaxSubwordSize : Nullable<int> with get, set
Public Property MaxSubwordSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to