-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.21 KB
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
Package: RcppMeCab
Title: 'rcpp' Wrapper for 'mecab' Library
Version: 0.0.1.5
Authors@R: c(person("Junhewk", "Kim", role = c("aut", "cre"),
email = "junhewk.kim@gmail.com"),
person("Taku", "Kudo", role = c("aut"),
email = "taku@chasen.org"),
person("Akiru", "Kato", role = c("ctb")),
person("Patrick", "Schratz", role = c("ctb")))
Description: R package based on 'Rcpp' for 'MeCab': Yet Another Part-of-Speech and Morphological Analyzer.
The purpose of this package is providing a seamless developing and analyzing environment for CJK texts.
This package utilizes parallel programming for providing highly efficient text preprocessing 'posParallel()' function.
For installation, please refer to README.md file.
Depends: R (>= 3.4.0)
License: GPL
Encoding: UTF-8
BugReports: https://github.com/junhewk/RcppMeCab/issues
RoxygenNote: 7.3.3
Language: en-US
LinkingTo:
Rcpp,
RcppParallel,
BH
Imports:
Rcpp,
RcppParallel
Suggests:
testthat,
spelling
SystemRequirements:
MeCab 0.996 or higher for Japanese (libmecab-dev (deb), mecab-devel (rpm)),
mecab-ko 0.999 (https://github.com/Pusnow/mecab-ko-msvc) for Korean