Compare commits

...

2 Commits

View File

@ -17,6 +17,7 @@ def tokenize(
converted_text: Union[str, List[str]] = text.lower()
if has_emoji and use_emoji:
text = text.lower()
parts = []
highest_end = 0
for emoji_part in emoji.emoji_list(text):