Compare commits

...

2 Commits

View File

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