Tokenizer.Encode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes input text to object has the tokens list, tokens Ids, tokens offset mapping.
public Microsoft.ML.Tokenizers.TokenizerResult Encode (string sequence);
member this.Encode : string -> Microsoft.ML.Tokenizers.TokenizerResult
Public Function Encode (sequence As String) As TokenizerResult
Parameters
- sequence
- String
The text to tokenize.
Returns
The tokenization result includes the tokens list, tokens Ids, tokens offset mapping.