We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Mr. Rinker,
when I used the check_stanford_installed(), I received:
"Stanford coreNLP does not appear to be installed in root. Would you like me to try to install it there?"
I accepted and it downloaded the file. However there seems to be an installation problem:
In file.copy(stan, file.path(root, "/"), , TRUE) : Error with creating directory /var/folders/k4/f38ndgfd6s7d40z7t8mmzm3m0000gn/T//Rtmp7QiEOq/stanford-corenlp-full-2017-06-09: Permission denied
I am on a MacBook Pro 2015.
Do you know how to solve this issue?
The text was updated successfully, but these errors were encountered:
I do not have a mac to test. I'd appreciate a pull request to ensure eveything works on a mac.
If that is a tall order you can manually installe coreNLP yourself and pass the location into the sentiment function yourself.
Sorry, something went wrong.
I'll give this one more day and then close due to inactivity.
I am having this same problem but on ubuntu. I have coreNLP installed. How do I pass this location into sentiment?
No branches or pull requests
Dear Mr. Rinker,
when I used the check_stanford_installed(), I received:
"Stanford coreNLP does not appear to be installed in root.
Would you like me to try to install it there?"
I accepted and it downloaded the file. However there seems to be an installation problem:
In file.copy(stan, file.path(root, "/"), , TRUE) :
Error with creating directory
/var/folders/k4/f38ndgfd6s7d40z7t8mmzm3m0000gn/T//Rtmp7QiEOq/stanford-corenlp-full-2017-06-09: Permission denied
I am on a MacBook Pro 2015.
Do you know how to solve this issue?
The text was updated successfully, but these errors were encountered: