From cb7819a581136e06816bbe0edb253fe08fa1c6e9 Mon Sep 17 00:00:00 2001 From: Kensuke-Mitsuzawa Date: Mon, 25 Mar 2019 16:33:36 +0100 Subject: [PATCH] added mecab juman dictionary command in travis file --- travis-mecab-install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/travis-mecab-install.sh b/travis-mecab-install.sh index e72e6e8..b2a380d 100644 --- a/travis-mecab-install.sh +++ b/travis-mecab-install.sh @@ -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 \ No newline at end of file +rm -rf mecab-0.996 mecab-ipadic-2.7.0-20070801 mecab-jumandic-7.0-20130310 \ No newline at end of file