python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I load large (25k and + words) .txt documents to then structure it as one token per row?
How could I load a big folder (more than 100 .txt files) of files for textmining (analysing the most frequent words, their evolution, word clustering and topic, POS, and so) with the TidyText package?...
IvanLdF
Votes: 0
Answers: 1
how to unlist a `tknlist`?
step_tokenize returns a vector of type tknlist. How can I get a rectangular for of it? I mean something like unnesting the tokens and add them a cols of the tibble.
library(textrecipes)
library(modeld...
Nip
Votes: 0
Answers: 1
scale_x_reordered does not work in facet_grid
I am a newbie in R and would like to seek your advice regarding visualization using reorder_within, and scale_x_reordered (library: tidytext).
I want to show the data (ordered by max to min) by states...
Kob
Votes: 0
Answers: 1