-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.38 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
Package: textdata
Title: Download and Load Various Text Datasets
Version: 0.4.5.9000
Authors@R: c(
person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0679-1945")),
person("Julia", "Silge", , "julia.silge@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-3671-836X"))
)
Description: Provides a framework to download, parse, and store text
datasets on the disk and load them when needed. Includes various
sentiment lexicons and labeled text data sets for classification and
analysis.
License: MIT + file LICENSE
URL: https://emilhvitfeldt.github.io/textdata/, https://github.com/EmilHvitfeldt/textdata
BugReports: https://github.com/EmilHvitfeldt/textdata/issues
Imports:
fs,
rappdirs,
readr,
tibble
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.3.1.9000
Collate:
'cache_info.R'
'dataset_ag_news.R'
'dataset_dbpedia.R'
'dataset_imdb.R'
'dataset_sentence_polarity.R'
'dataset_trec.R'
'embedding_glove.R'
'lexicon_nrc_vad.R'
'lexicon_nrc_eil.R'
'lexicon_nrc.R'
'lexicon_bing.R'
'lexicon_loughran.R'
'lexicon_afinn.R'
'download_functions.R'
'info.R'
'load_dataset.R'
'printer.R'
'process_functions.R'
'textdata-package.R'