Skip to content
Snippets Groups Projects
Commit 3b1440f2 authored by MORIOKA Tomohiko's avatar MORIOKA Tomohiko
Browse files

(PATH): Use /usr/local/Cellar/mecab/0.996/libexec/mecab instead of

/usr/local/Cellar/mecab/0.994/libexec/mecab.
parent 58cecf11
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
PATH="/bin:/usr/local/libexec/mecab:/usr/lib/mecab:/usr/local/Cellar/mecab/0.994/libexec/mecab:/sw/lib/mecab/" PATH="/bin:/usr/local/libexec/mecab:/usr/lib/mecab:/usr/local/Cellar/mecab/0.996/libexec/mecab:/sw/lib/mecab/"
export PATH export PATH
rm -f sys.dic ../final/*.csv rm -f sys.dic ../final/*.csv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment