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
Yes 34 is wrong. It's in the termco::token_count. I'll look into within a day and isolate the problem. Note that 23 is incorrect as well. There are 23 words but 26 tokens (words and letters)
> sentimentr::sentiment_attributes("Assisted Local yy on resolving mm ll jj ll upgrade issues. He created a ww qq process for V. xx and tt gg.")[1]
$Meta
Stat n
1 words 23
2 tokens 26
3 sentences 2
4 questions 0
sentiment_attributes("Assisted Local yy on resolving mm ll jj ll upgrade issues. He created a ww qq process for V. xx and tt gg.")[1]
str_count("Assisted Local yy on resolving mm ll jj ll upgrade issues. He created a ww qq process for V. xx and tt gg.","\S+")
The text was updated successfully, but these errors were encountered: