cbail / textnets

R package to perform automated text analysis using network techniques
MIT License
211 stars 62 forks source link

Does not seem to work #19

Open yahyanazer opened 4 years ago

yahyanazer commented 4 years ago

Tried very hard to make this work, but

Error in check_input(x) : Input must be a character vector of any length or a list of character vectors, each of which has a length of 1. In addition: Warning message: 'unnesttokens' is deprecated. Use 'unnest_tokens' instead. See help("Deprecated")

cbail commented 4 years ago

Hi- it looks like you are either trying to analyze a blank dataset or you are passing a non-character vector.