install_mecab {RmecabKo} | R Documentation |
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. |
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
## Not run:
install_mecab("D:/Rlibs/mecab")
## End(Not run)
[Package RmecabKo version 0.1.6.2 Index]