Share via


EnglishRoberta.TokenToId(String) Method

Definition

Map the token to tokenized Id.

public override int? TokenToId (string token);
override this.TokenToId : string -> Nullable<int>
Public Overrides Function TokenToId (token As String) As Nullable(Of Integer)

Parameters

token
String

The token to map to the Id.

Returns

The mapped Id of the token.

Applies to