Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. stopwords <- stopwords("en",source="stopwords-iso")
  2. stopwords
  3. create_vocabulary(it_train, ngram = c(ngram_min = 1L, ngram_max = 3L),
  4. stopwords=stopwords, sep_ngram = "_")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement