install_mecab {RmecabKo} | R Documentation |
install_mecab
installs Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC.
install_mecab(mecabLocation)
mecabLocation |
a directory to install Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC. |
This code checks and installs Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC in user specified directory. Windows only.
None. The function will halt when the current operation system is not Windows, or /mecabLocation/mecab.exe exists.
See examples in Github.
## Not run:
install_mecab("D:/Rlibs/mecab")
## End(Not run)