cppjieba/scripts/cjseg.sh
2013-12-24 02:32:00 -08:00

6 lines
181 B
Bash
Executable File

if [ $# -lt 1 ]; then
echo "usage: $0 <file>"
exit 1
fi
cjsegment --dictpath /usr/share/CppJieba/dict/jieba.dict.utf8 --modelpath /usr/share/CppJieba/dict/hmm_model.utf8 $1