-
报错:raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: ‘java’
- -
在Ubuntu下的安装Stanford CoreNLP(参考一下链接):
-
https://github.com/Yuzhen-Li/yuzhenli.github.io/wiki/Stanford-CoreNLP在Ubuntu下的安装与使用
-
测试:
import subprocess
subprocess.call(['java'])
- 没报错即可