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
Hi! In some cases I'm getting unwanted whitespaces around the quotation marks, e.g.: fastpunct.punct('i m going for sure explained my friend')
-> " I'm going for sure ", explained my friend.
But fastpunct.punct('im going for sure explained my friend')
-> "I'm going for sure", explained my friend.
Hi! In some cases I'm getting unwanted whitespaces around the quotation marks, e.g.:
fastpunct.punct('i m going for sure explained my friend')->
" I'm going for sure ", explained my friend.But
fastpunct.punct('im going for sure explained my friend')->
"I'm going for sure", explained my friend.