This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Error #494
Comments
I have no idea that senna could run non-english🙈 text. This error could be raised from senna directly or from you system terminal |
|
Senna don't have different between Windows32 or Windows 64. Check you terminal support UTF |
annotator.get_annoations("He created the robot and broke it after making it")["srl"] |
I count not find the root😑. But you found the issue or like to get your hands dirty please free to PR❤️ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
from pntl.tools import Annotator
text = "Unlike the classic PPP technique, in our new approach, the ionospheric-free linear combination is not used."
annotator = Annotator()
'srl'返回字典列表,标识句子中各种动词的语义角色。
result = []
result = annotator.get_annoations(text)['srl']
I reported an error after running this code
OSError: [WinError 123] 文件名、目录名或卷标语法不正确。: ''
The text was updated successfully, but these errors were encountered: