Compare commits
2 Commits
82524345f3
...
4cb8b71407
Author | SHA1 | Date | |
---|---|---|---|
4cb8b71407 | |||
7d1cbcaee0 |
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user