-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 918 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
Package: HunMineR
Title: Companion package to the Hungarian text mining textbook
Version: 0.0.0.9000
Authors@R:
c(person(given = "Ákos",
family = "Máté",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sebők",
family = "Miklós",
role = "aut"),
person(given = "Ring",
family = "Orsolya",
role = "aut"),
person(given = "poltextLab",
role = c("cph", "fnd")))
Description: The package provides the data examples used in the Hungarian text mining textbook,
titled Szövegbányászat és mesterséges intelligencia R-ben (https://tankonyv.poltextlab.com/). It contains text data, stopwords and metadata used in the textbook.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
quanteda
Depends:
R (>= 3.5.0)