Guest User

Untitled

a guest
Jan 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. autonomy = readLines("Dictionary/autonomy.txt", encoding = "UTF-8")
  2.  
  3. EODic<-quanteda::dictionary(list(autonomy=autonomy),encoding = "auto")
  4.  
  5. txt <- c("12th Battalion Productions is producing a fully holographic feature length production. Presenting a 3D audio-visual projection without a single cast member present, to give the illusion of live stage performance.")
  6.  
  7. liwcalike(txt, EODic, what = "word")
  8.  
  9. Error in stri_replace_all_charclass(value, "\p{Z}", concatenator) :
Add Comment
Please, Sign In to add comment