Learn R Programming

RmecabKo (version 0.1.6.2)

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

Description

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

Usage

install_mecab(mecabLocation)

Arguments

mecabLocation

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

Value

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

See examples in Github.

Details

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

Examples

Run this code
# NOT RUN {
install_mecab("D:/Rlibs/mecab")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab