-
Notifications
You must be signed in to change notification settings - Fork 59
/
DESCRIPTION
39 lines (39 loc) · 1.17 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
Package: KoNLP
Maintainer: Heewon Jeon <[email protected]>
License: GPL-3
Title: Korean NLP Package
Authors@R: c(
person("Heewon", "Jeon", email = "[email protected]", role = c("aut", "cre")),
person("Taekyung", "Kim", role = "ctb")
)
Description: POS Tagger and Morphological Analyzer for Korean text based research. It provides tools for corpus linguistics research such as Keystroke converter, Hangul automata, Concordance, and Mutual Information. It also provides a convenient interface for users to apply, edit and add morphological dictionary selectively.
SystemRequirements: Java (>= 1.6)
URL: https://github.com/haven-jeon/KoNLP
BugReports: https://github.com/haven-jeon/KoNLP/issues
Version: 0.80.2
Repository: CRAN
Date: 2016-11-21
Encoding: UTF-8
Suggests: knitr,
rmarkdown
Depends:
R(>= 3.3.1)
Imports:
rJava (>= 0.9-8),
utils (>= 3.3.1),
stringr (>= 1.1.0),
hash (>= 2.2.6),
tau (>= 0.0-18),
Sejong (>= 0.01),
RSQLite (>= 1.0.0),
devtools (>= 1.12.0)
Collate:
'onLoad.R'
'manageDic.R'
'hangulUtils.R'
'koAnalyzerRun.R'
'tagdata.R'
'Concordances.R'
'utils.R'
RoxygenNote: 6.0.1
VignetteBuilder: knitr