-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
96 lines (96 loc) · 2.48 KB
/
DESCRIPTION
File metadata and controls
96 lines (96 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Package: tall
Title: Text Analysis for All
Version: 1.0.0.9000
Authors@R: c(
person(given = "Massimo",
family = "Aria",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment= c(ORCID = "0000-0002-8517-9411")),
person(given = "Maria",
family = "Spano",
email = "[email protected]",
role = c("aut"),
comment= c(ORCID = "0000-0002-3103-2342")),
person(given ="Luca",
family = "D'Aniello",
email = "[email protected]",
role = c("aut"),
comment= c(ORCID = "0000-0003-1019-9212")),
person(given = "Corrado",
family = "Cuccurullo",
email = "[email protected]",
role = c("ctb"),
comment= c(ORCID = "0000-0002-7401-8575")),
person(given = "Michelangelo",
family = "Misuraca",
email = "[email protected]",
role = c("ctb"),
comment= c(ORCID = "0000-0002-8794-966X"))
)
Description: An R 'shiny' app designed for diverse text analysis tasks, offering a wide range of methodologies tailored to Natural Language Processing (NLP) needs.
It is a versatile, general-purpose tool for analyzing textual data.
'tall' features a comprehensive workflow, including data cleaning, preprocessing, statistical analysis, and visualization, all integrated for effective text analysis.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/massimoaria/tall,
https://massimoaria.github.io/tall-app/
BugReports: https://github.com/massimoaria/tall/issues
Depends:
R (>= 3.5.0),
shiny
Imports:
base64enc,
ca,
chromote,
curl (>= 6.3.0),
doParallel,
dplyr (>= 1.1.0),
DT,
fontawesome,
future,
ggplot2,
ggraph,
ggwordcloud,
httr2,
igraph,
jsonlite,
later,
Matrix,
openxlsx,
pagedown,
pdftools (>= 3.6.0),
plotly,
promises,
purrr,
ranger,
Rcpp (>= 1.0.3),
readr,
readtext,
readxl,
rlang,
RSpectra,
shinycssloaders (>= 1.1.0),
shinydashboardPlus,
shinyFiles,
shinyjs,
shinyWidgets,
sparkline,
stringr,
strucchange,
textrank,
tidygraph,
tidyr,
stm,
topicmodels,
udpipe,
umap,
visNetwork,
word2vec
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true
LinkingTo: Rcpp