Lynten / stanford-corenlp

Python wrapper for Stanford CoreNLP.
MIT License
919 stars 200 forks source link

Stanford CoreNLP server with error “Could not delete shutdown key file” #72

Open yus013 opened 5 years ago

yus013 commented 5 years ago

stanford-corenlp starts corenlp server which needs permission to delete file in /tmp.

It's better to have an entry in __init__ like "tmpdir=None" for non-sudo users. So they can customize the shutdown file storing path.

FYI: stackoverflow