-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
39 lines (39 loc) · 2.01 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
Package: newsmap
Type: Package
Title: Semi-Supervised Model for Geographical Document Classification
Version: 0.9.1
Authors@R: c(person("Kohei", "Watanabe", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Stefan", "Müller", email = "[email protected]", role = "aut"),
person("Dani", "Madrid-Morales", email = "[email protected]", role = "aut"),
person("Katerina", "Tertytchnaya", email = "[email protected]", role = "aut"),
person("Ke", "Cheng", email = "[email protected]", role = "aut"),
person("Chung-hong", "Chan", email = "[email protected]", role = "aut"),
person("Claude", "Grasland", email = "[email protected]", role = "aut"),
person("Giuseppe", "Carteny", email = "[email protected]", role = "aut"),
person("Elad", "Segev", email = "[email protected]", role = "aut"),
person("Dai", "Yamao", email = "[email protected]", role = "aut"),
person("Barbara Ellynes", "Zucchi Nobre Silva", email = "[email protected]", role = "aut"),
person("Lanabi", "la Lova", email = "[email protected]", role = "aut"),
person("Lungta", "Seki", email = "[email protected]", role = "aut"))
Maintainer: Kohei Watanabe <[email protected]>
Description: Semissupervised model for geographical document classification (Watanabe 2018) <doi:10.1080/21670811.2017.1293487>.
This package currently contains seed dictionaries in English, German, French, Spanish, Italian, Russian, Hebrew, Arabic, Turkish, Japanese and Chinese (Simplified and Traditional).
License: MIT + file LICENSE
URL: https://github.com/koheiw/newsmap
BugReports: https://github.com/koheiw/newsmap/issues
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.5),
methods
Imports:
utils,
Matrix,
quanteda (>= 2.1),
quanteda.textstats,
stringi
Suggests:
testthat
Language: en-GB
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)