-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.85 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
Package: tall
Title: Text Analysis for All
Version: 0.0.9
Authors@R: c(
person(given = "Massimo",
family = "Aria",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment=(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 NLP needs.
It is a versatile, general-purpose tool for analyzing textual data.
TALL features a comprehensive workflow, including data cleaning, pre-processing, 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
Imports:
graphics,
dplyr (>= 1.1.0),
tidyr,
purrr,
stringr,
Rcpp (>= 1.0.3),
RSpectra,
rlang,
shiny,
stats,
udpipe
Depends:
R (>= 3.5.0)
LazyData: true
LinkingTo: Rcpp