mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
parent
38fc0c54dd
commit
180d93e618
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if (grep keywordEnabled config.json | grep -q true) && (! which mecab) && [ ! -e '/usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/' ]; then
|
||||
if (grep keywordEnabled config.json | grep -q true) && (! which mecab) && [ -e '/usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/' ]; then
|
||||
echo "You must install MeCab and mecab-ipadic-neologd if keywordEnabled is true."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue