R package for mining text functions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 23 lines 569 B view raw
1Package: mintR 2Title: mintR: function to mine text 3Version: 0.0.0.9000 4Authors@R: 5 person("Aurélien", "Goutsmedt", , "agoutsmedt@hotmail.fr", role = c("aut", "cre")) 6Description: Various functions for text mining and analysis: tokenization, counting terms, extracting structural topic model effects, labelling topics, etc.. 7License: CC BY 4.0 8Encoding: UTF-8 9Imports: 10 cli, 11 data.table, 12 forcats, 13 ggplot2, 14 here, 15 scales, 16 stats, 17 stm, 18 stringr, 19 tidytext, 20 tokenizers, 21 utils 22Roxygen: list(markdown = TRUE) 23RoxygenNote: 7.3.3