Interface for KMP-compatible tokenizers.
Tokenizers convert text into a sequence of tokens (integers) processed by models like BERT.
Returns the vocabulary size of the tokenizer.
Converts a list of token IDs back into a string.
Converts a string into a list of token IDs.