-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
14 lines (14 loc) · 827 Bytes
/
DESCRIPTION
File metadata and controls
14 lines (14 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: TextMiningGUI
Version: 0.3
Date: 2021-04-16
Title: Text Mining GUI Interface
Authors@R: c(person("Conrado", "Reyes", email = "coreyes@gmail.com", role = c("aut", "cre")),
person("Purificacion", "Galindo", role = c("tch")))
Maintainer: Conrado Reyes <coreyes@gmail.com>
URL: https://c0reyes.github.io/TextMiningGUI/
Depends: R(>= 3.6), syuzhet
Imports: tcltk, dplyr, tidyr, tidytext, tibble, tm, slam, ggplot2, ggwordcloud, RColorBrewer
Suggests: tkrplot, SnowballC, readxl, jsonlite, parallel, ggrepel, ggpubr, igraph, ggraph, ape, topicmodels, ca, corrr, data.table, knitr, rmarkdown
Description: Graphic interface for text analysis, implement a few methods such as biplots, correspondence analysis, co-occurrence, clustering, topic models, correlations and sentiments.
License: GPL (>= 2)
LazyData: true