text. Split on "white spaces" only, for sub-word tokenization, see
WordPieceTokenizer.

Args:
    **never_split**: (*optional*) list of str
        Kept for backward compatibility purposes. Now implemented directly at the base class level (see
        [`PreTrainedTokenizer.tokenize`]) List of token not to split.
Frg