-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 893 Bytes
/
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
Package: corplingr
Type: Package
Title: Tidy Concordances, Collocates, and Wordlist
Version: 1.0
Authors@R: person(given = "Gede Primahadi Wijaya", family = "Rajeg", email = "primahadiwijaya@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2047-8621"))
Description: Generates concordances, collocates, and wordlist from text corpora.
It is designed initially to work with raw corpora, namely the
randomised, sentence-based corpus of the Indonesian Leipzig Corpora.
Depends: R (>= 4.0)
Imports:
dplyr (>= 1.0.5),
tidyr (>= 1.1.3),
purrr (>= 0.3.3),
stringr (>= 1.4.0),
readr (>= 1.4.0),
tibble (>= 3.1.0),
rlang (>= 0.4.3),
stringi (>= 1.5.3),
assertthat (>= 0.2.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0),
covr
RoxygenNote: 7.1.0
URL: https://github.com/gederajeg/corplingr