Skip to content

Commit

Permalink
added mecab juman dictionary command in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kensuke-Mitsuzawa committed Mar 25, 2019
1 parent af267d8 commit cb7819a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion travis-mecab-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ make
sudo make install
sudo ldconfig

wget -O jumandic.tar.gz 'https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7X2pESGlLREpxdXM'
tar zxfv jumandic.tar.gz
cd mecab-jumandic-7.0-20130310
./configure --with-charset=utf8
make
sudo make install
sudo ldconfig

cd $base_dir
rm -rf mecab-0.996 mecab-ipadic-2.7.0-20070801
rm -rf mecab-0.996 mecab-ipadic-2.7.0-20070801 mecab-jumandic-7.0-20130310

0 comments on commit cb7819a

Please sign in to comment.