-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
85 lines (85 loc) · 2.28 KB
/
DESCRIPTION
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
Package: tall
Title: Text Analysis for All
Version: 0.1.1
Authors@R: c(
person(given = "Massimo",
family = "Aria",
email = "aria@unina.it",
role = c("aut", "cre", "cph"),
comment=(ORCID = "0000-0002-8517-9411")),
person(given = "Maria",
family = "Spano",
email = "maria.spano@unina.it",
role = c("aut"),
comment= c(ORCID = "0000-0002-3103-2342")),
person(given ="Luca",
family = "D'Aniello",
email = "luca.daniello@unina.it",
role = c("aut"),
comment= c(ORCID = "0000-0003-1019-9212")),
person(given = "Corrado",
family = "Cuccurullo",
email = "corrado.cuccurullo@unicampania.it",
role = c("ctb"),
comment= c(ORCID = "0000-0002-7401-8575")),
person(given = "Michelangelo",
family = "Misuraca",
email = "mmisuraca@unisa.it",
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.2
URL: https://github.com/massimoaria/tall,
https://www.k-synth.com/tall/
BugReports: https://github.com/massimoaria/tall/issues
Depends:
R (>= 3.5.0),
shiny
Imports:
graphics,
dplyr (>= 1.1.0),
shinyWidgets,
shinydashboardPlus,
chromote,
later,
promises,
tidyr,
purrr,
plotly,
stringr,
Rcpp (>= 1.0.3),
RSpectra,
rlang,
DT,
openxlsx,
visNetwork,
igraph,
udpipe,
topicmodels,
pdftools,
textrank,
strucchange,
sparkline,
tidygraph,
readxl,
readtext,
jsonlite,
fontawesome,
ca,
ldatuning,
shinycssloaders,
shinyjs,
shinyFiles,
readr,
curl,
pagedown,
parallel,
doParallel
LazyData: true
LinkingTo: Rcpp