次の方法で共有


Split(String, ValueTuple<Int32,Int32>) コンストラクター

定義

トークンとオフセットを使用して Split オブジェクトを作成する

public Split (string token, (int Index, int End) offset);
new Microsoft.ML.Tokenizers.Split : string * ValueTuple<int, int> -> Microsoft.ML.Tokenizers.Split
Public Sub New (token As String, offset As ValueTuple(Of Integer, Integer))

パラメーター

token
String

適用対象