Skip to content

Commit

Permalink
Update sentiment_stanford.R
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Jul 12, 2017
1 parent 9b95f09 commit e4975e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sentiment_stanford.R
Expand Up @@ -157,7 +157,7 @@ plot.sentiment <- function(x, transformation.function = syuzhet::get_dct_transfo


sentiment_stanford_helper <- function (text.var,
stanford.tagger = stansent::coreNLP_loc(), java.path = "java", ...) {
stanford.tagger = coreNLPsetup::coreNLP_loc(), java.path = "java", ...) {

if (!file.exists(stanford.tagger)) {
coreNLPsetup::check_stanford_installed(...)
Expand Down

0 comments on commit e4975e7

Please sign in to comment.