-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.3 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
Package: elbird
Title: Blazing Fast Morphological Analyzer Based on Kiwi(Korean Intelligent Word Identifier)
Version: 0.2.5
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "mrchypark@gmail.com",
comment = c(ORCID = "0000-0001-6474-2570"))
Description: This is the R wrapper package Kiwi(Korean Intelligent Word Identifier),
a blazing fast speed morphological analyzer for Korean.
It supports configuration of user dictionary and detection of
unregistered nouns based on frequency.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/mrchypark/elbird/
BugReports: https://github.com/mrchypark/elbird/issues
SystemRequirements: A valid Kiwi installation. Dynamic library is
downloaded from <https://github.com/bab2min/Kiwi/releases> during the
build step. See <https://github.com/bab2min/Kiwi> as well as for API
documentation. A recent-enough compiler with C++11 support is required.
git, curl and cmake required to build from source for kiwi.
Depends:
R (>= 3.5)
Imports:
dplyr,
purrr,
tibble,
R6 (>= 2.4.0),
vroom,
matchr
LinkingTo:
cpp11
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3