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
u = ''.join(set('今天天气真好' + unique_text[:396]))
u = ''.join(set('今天天气真好' + unique_text[:396]+unique_text[398:400]))
u = ''.join(set('今天天气真好' + unique_text[396:400]))
all correct.
The text was updated successfully, but these errors were encountered:
I think this problem cause python stop working #47 , so open a separated issue.
example:
unique_text: https://pastebin.com/n2i280i8
got wrong word .
I tried to locate the error:
Error
got
[('今天', 444), ('今天天气I好', 111), ('今天好', 222)]
Correct
all correct.
The text was updated successfully, but these errors were encountered: