次の方法で共有


CjkBigramTokenFilter.OutputUnigrams プロパティ

定義

ユニグラムと bigram の両方を出力するか (true の場合)、または bigram だけを出力するかを示す値を取得または設定します (false の場合)。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象