update comment padding
This commit is contained in:
parent
95f2fe551d
commit
a0032708af
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -66,7 +66,7 @@ def cleanTweet(tweet: str) -> str:
|
||||||
tweet = sub(r"\S+(?=si|ci)", " ", tweet)
|
tweet = sub(r"\S+(?=si|ci)", " ", tweet)
|
||||||
|
|
||||||
# Remove key smashing in certains words
|
# Remove key smashing in certains words
|
||||||
# uiii naaaan quoiiii noooon heiiin siiii
|
# uiii naaaan quoiiii noooon heiiin siiii
|
||||||
tweet = sub(
|
tweet = sub(
|
||||||
r"(?<=ui)i+|(?<=na)a+(?<!n)|(?<=quoi)i+|(?<=no)o+(?<!n)|(?<=hei)i+(?<!n)|(?<=si)i+", "", tweet)
|
r"(?<=ui)i+|(?<=na)a+(?<!n)|(?<=quoi)i+|(?<=no)o+(?<!n)|(?<=hei)i+(?<!n)|(?<=si)i+", "", tweet)
|
||||||
|
|
||||||
|
|
Reference in a new issue