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
I want to run relation_extractor.py parallelly. but it gives an error。
Extracting relations for 1001_q_context.txt
Traceback (most recent call last):
File "main.py", line 152, in
exit(main(argv))
File "main.py", line 146, in main
entities_relations = stanford_ie(filename, verbose, generate_graphviz)
File "main.py", line 124, in stanford_ie
with open(out, 'r') as output_file:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/openie/out.txt'
How should I solve it?Thank you very much .
The text was updated successfully, but these errors were encountered:
I want to run relation_extractor.py parallelly. but it gives an error。
Extracting relations for 1001_q_context.txt
Traceback (most recent call last):
File "main.py", line 152, in
exit(main(argv))
File "main.py", line 146, in main
entities_relations = stanford_ie(filename, verbose, generate_graphviz)
File "main.py", line 124, in stanford_ie
with open(out, 'r') as output_file:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/openie/out.txt'
How should I solve it?Thank you very much .
The text was updated successfully, but these errors were encountered: