-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.23 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
40
Package: jliwc
Title: A Japanese Text Analyzer for J-LIWC Dictionary
Version: 0.5.7
Authors@R:
person("Tasuku", "Igarashi", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9432-4425"))
Description: A Japanese text analyzer using J-LIWC, the Japanese version
of LIWC (Linguistic Inquiry and Word Count). The J-LIWC2015 dictionary
is developed by Igarashi, Okuda, and Sasahara (2022)
<doi:10.3389/fpsyg.2022.841534>. The dictionary file is available at
<https://www.liwc.app/dictionaries> (LIWC-22) and
<https://www.liwc.net/dictionaries/> (LIWC2015) for academic and
university license users (non-commercial use only).
License: GPL (>= 3)
URL: https://github.com/tasukuigarashi/jliwc
BugReports: https://github.com/tasukuigarashi/jliwc/issues
Depends:
R (>= 4.2.0)
Imports:
dplyr,
gibasa (>= 1.0.1),
jsonlite,
quanteda (>= 0.9.8),
rlang,
stringi,
stringr,
tcltk,
tidyr,
tools,
utils,
withr
Suggests:
testthat (>= 3.0.0),
mockery
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: External dictionary file (J-LIWC2015) required for
full functionality.