install_mecab: Install mecab-ko-msvc and mecab-ko-dic-msvc

Description Usage Arguments Details Value Examples

View source: R/install.R

Description

install_mecab installs Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC.

Usage

1
install_mecab(mecabLocation)

Arguments

mecabLocation

a directory to install Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC.

Details

This code checks and installs Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC in user specified directory. Windows only.

Value

None. The function will halt when the current operation system is not Windows, or /mecabLocation/mecab.exe exists.

See examples in Github.

Examples

1
2
3
4
## Not run: 
install_mecab("D:/Rlibs/mecab")

## End(Not run)

junhewk/RmecabKo documentation built on May 21, 2019, 3:03 a.m.