-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.02 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
Package: RKOMORAN
Title: R Korean Morphological Analyzer
Version: 0.0.0.9004
Authors@R: c(
person(given = "Junsoo",
family = "Shin",
role = c("cph"),
email = "[email protected]"),
person(given = "Junghwan",
family = "Park",
role = c("ctb"),
email = "[email protected]"),
person(given = "Geunho",
family = "Lee",
role = c("aut", "cre"),
email = "[email protected]"))
Description: An implementation of wrapper of Korean Morphological Analyzer.
RKOMORAN is an open-source software for preprocessing the task of
Korean Natural Lanugage Processing. It is easy to use after installation.
Users can obtain the result of Korean morpheme just writing 1-2 lines.
Moreover, RKOMORAN provides the feature of custom dictionary. Custom
dictionary can give users the flexibility to customize their environment.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Imports:
rJava
RoxygenNote: 6.1.1