Classes
TokenCounter
TokenCounter.count_tokens()
A class for counting tokens.
Count the number of tokens in a text.
text (str) – The text to count the tokens of.
The number of tokens in the text.
int