install_dic: Install Mecab-Ko-Dic in Linux and Mac OSX.

Description Usage Details Value Examples

Description

install_dic installs Mecab-Ko-Dic.

Usage

1

Details

This code checks and installs Mecab-Ko-Dic in Linux and Mac OSX. This is essential for using custom-defined user dictionary. Installing Mecab-Ko-Dic needs system previleges, because it uses 'make install' to build from source and install it to system.

Value

None. The function will halt when the current operation system is not Linux or Mac OSX, or Mecab-Ko-Dic is installed already.

See examples in Github.

Examples

1
2
3
4
## Not run: 
install_dic()

## End(Not run)

RmecabKo documentation built on May 2, 2019, 4:22 a.m.