-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文本纠错AssertionError #50
Comments
我将这句改为了assert len(mask_id) >= 1,但是这样输出的结果为类似{(8, ''): [('[', 0.8247228860855103), (']', 0.08479063957929611), ('被', 0.006882567889988422), ('/', 0.0036284865345805883), ('『', 0.0036059825215488672)]},缺少了原本的错误的字。 |
将你的输入文本和测试代码也发一下?不然不好追踪原因。 |
'import xmnlp Lazy load checker... 进程已结束,退出代码1 |
|
TypeError: 'NoneType' object is not subscriptable |
checker.py文件中50行assert len(mask_id) == 1出现AssertionError请问如何解决
The text was updated successfully, but these errors were encountered: