-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 838 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 838 Bytes
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
Package: N2H4
Type: Package
Title: Handling Methods for Naver News Text Crawling
Version: 0.8.4
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "mrchypark@gmail.com",
comment = c(ORCID = "0000-0001-6474-2570"))
Description: Provides some functions to get Korean text sample from news articles in
Naver which is popular news portal service <https://news.naver.com/> in Korea.
License: MIT + file LICENSE
URL: https://forkonlp.github.io/N2H4/, https://github.com/forkonlp/N2H4
BugReports: https://github.com/forkonlp/N2H4/issues
RoxygenNote: 7.3.3
Depends:
R (>= 3.5.0)
Encoding: UTF-8
Suggests:
testthat,
devtools,
usethis,
xml2
Imports:
rvest,
jsonlite,
tibble,
lifecycle,
httr2,
magrittr