forked from UBC-MDS/coRPysprofiling-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.36 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
Package: coRPysprofiling
Title: R Package for EDA and EDV on text
Version: 0.0.0.9000
Authors@R:
c(person(given = "Anita",
family = "Li",
role = c("aut"),
email = "[email protected]"),
person(given = "Elanor",
family = "Boyle-Stanley",
role = c("aut"),
email = "[email protected]"),
person(given = "Junghoo",
family = "Kim",
role = c("aut"),
email = "[email protected]"),
person(given = "Ivy",
family = "Zhang",
role = c("aut", "cre"),
email = "[email protected]"))
Description: coRPysprofiling is an open-source library designed to bring exploratory
data analysis and visualization to the domain of natural language processing.
Functions in the package will be used to provide some elementary statistics and
visualizations for a single text corpus or provide functions to compare multiple
corpora with each other.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown
Config/testthat/edition: 3
Imports:
stopwords,
tokenizers,
word2vec,
stringr,
here,
stringi,
ggplot2,
ggwordcloud,
dplyr
VignetteBuilder: knitr