shihuanting

Results 3 issues of shihuanting

File "D:\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1429 in _call_tf_sessionrun File "D:\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1341 in _run_fn File "D:\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1356 in _do_call File "D:\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1350 in _do_run File "D:\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1173 in _run...

I have a problem, hope you can give me some suggestions annotator.get_annoations("He created the robot and broke it after making it.")["srl"] Why is my running result like this: [{'A0': 'i',...

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 = []...