powered by
This function provides the number of tokens in a specified text, acting as a wrapper for an internal tokenizer function.
magicTokenizer(text)
Returns the number of tokens in the provided text.
A character string: the text for which the number of tokens is required.