taku910 / mecab

Yet another Japanese morphological analyzer
924 stars 211 forks source link

Installing mecab #48

Open Stolaine opened 5 years ago

Stolaine commented 5 years ago

I know there must be very simple solution for this but as I don't know it I am asking.

How do I install taku910/mecab

I got the following error while installing external libraries for LASER (https://github.com/facebookresearch/LASER) automatic installation of the Japanese tokenizer mecab may be tricky Please install it manually from https://github.com/taku910/mecab

The installation directory should be /home/appuser/sheshank.k/projects/laser/tools-external/mecab

chezou commented 5 years ago

Is this the right place to issue? I mean here is the repo of MeCab, not LASER. I guess it’d be better to ask at LASER issue.

The standard installation is written in here http://taku910.github.io/mecab/#install , or you can check the script of LASER https://github.com/facebookresearch/LASER/blob/master/install_external_tools.sh#L124