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
Describe the bug
A clear and concise description of what the bug is.
from hanlp import CustomDictionary 后,调用CustomDictionary.reload()返回false,无法更新词典,通过打印部分日志后仍然没有解决问题
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Describe the current behavior
A clear and concise description of what happened.
reload永远返回false,暂时无法定位具体原因
Expected behavior
A clear and concise description of what you expected to happen.
期望reload得到True的返回结果,成功更新
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux 3.10.0-957.el7.x86_64 while 方法可能少写break #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Python version: 3.6.8
HanLP version: 0.1.63
Other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
见上边的截图中
I've completed this form and searched the web for solutions.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
from hanlp import CustomDictionary 后,调用CustomDictionary.reload()返回false,无法更新词典,通过打印部分日志后仍然没有解决问题
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Describe the current behavior
A clear and concise description of what happened.
reload永远返回false,暂时无法定位具体原因
Expected behavior
A clear and concise description of what you expected to happen.
期望reload得到True的返回结果,成功更新
System information
Other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
见上边的截图中
The text was updated successfully, but these errors were encountered: