Description Usage Arguments Details Value Examples
install_mecab installs Mecab-Ko-MSVC and Mecab-Ko-Dic-MSVC.
| 1 | 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.
| 1 2 3 4 | ## Not run: 
install_mecab("D:/Rlibs/mecab")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.