-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
26 lines (26 loc) · 849 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
Package: KoSpacing
Type: Package
Title: Automatic Korean word spacing with R
Version: 0.1.2
Authors@R: c(
person("Heewon", "Jeon", email = "[email protected]", role = c("aut", "cre")),
person(given = "Chanyub",
family = "Park",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6474-2570"))
)
Maintainer: Heewon Jeon <[email protected]>
URL: https://github.com/haven-jeon/KoSpacing
BugReports: https://github.com/haven-jeon/KoSpacing/issues
Description: Automatic word spacing contributes to preprocessing of morphological analysis, the basic tool for Korean natural language processing.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
keras,
hashmap,
reticulate,
rstudioapi
Remotes: nathan-russell/hashmap