Method Tokenize
- Namespace
- LMKit.Tokenization
- Assembly
- LM-Kit.NET.dll
Tokenize(string)
Tokenizes the given text into an array of token identifiers. Special tokens are added and parsed based on the configuration.
public int[] Tokenize(string text)
Parameters
text
stringThe text to tokenize.
Returns
- int[]
An array of integers where each entry represents a token identifier.