Share via


DictionaryDecompounderTokenFilter.MinSubwordSize プロパティ

定義

サブワードの最小サイズを取得または設定します。 これより長いサブワードのみが出力されます。 既定値は 2 です。 最大値は 300 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象