You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"f""'{self.__class__.__name__}' is deprecated and ""
f""will be removed in the future. ""
f""It is recommended to use the '{WhitespaceTokenizer.__name__}' or ""
f""another {Tokenizer.__name__} instead."","
Definition of Done
resolve warnings in 3.0 version
Removed the deprecated tokenizers from the codebase.
Added a changelog entry for 3.0 saying we've removed the previously deprecated tokenizers
Removed the references in the docs
The text was updated successfully, but these errors were encountered:
Background
This warning was found in:
Definition of Done
The text was updated successfully, but these errors were encountered: