-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 969 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: pttR
Title: Retrieve and Process Textual Data from PTT
Version: 0.0.0.9000
Authors@R: c(
person("Yongfu", "Liao", email = "[email protected]", role = c("aut", "cre")),
person("LOPE @ NTU", role = "cph"))
Description: Provide functions to scrape and extract data from PTT Web,
perform Chinese word segmentation based on a PTT-specific dictionary,
and construct corpus objects compatible with tm and quanteda.
URL: https://liao961120.github.io/pttR/, https://github.com/liao961120/pttR
BugReports: https://github.com/liao961120/pttR/issues
Depends: R (>= 3.4.0)
License: GPL-3
LazyData: true
Imports: dplyr,
magrittr,
jiebaR,
jiebaRD,
rvest,
stringr,
stringi,
tibble,
tidyr,
xml2,
RCurl,
lubridate,
tm,
quanteda,
Hmisc,
R.utils
Suggests:
knitr,
rmarkdown,
testthat,
covr,
devtools,
magick,
readr
VignetteBuilder: knitr
RoxygenNote: 6.1.0
Encoding: UTF-8