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
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Describe the current behavior
上述例子在线版测试时label没有问题
Expected behavior
A clear and concise description of what you expected to happen.
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
Python version: 3.9
HanLP version: 2.1b27
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
amr模型: MRP2020_AMR_ZHO_MENGZI_BASE
例1 输入 ["我", "不", "吃饭"]
执行结果中, 吃饭 对应的 "anchors": []
例2, 输入 ["我", "吃饭"]
吃饭 对应的 "label": "死-01", "anchors": []
Code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
Describe the current behavior
上述例子在线版测试时label没有问题
Expected behavior
A clear and concise description of what you expected to happen.
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: