Commit eb65920e authored by 段英荣's avatar 段英荣

增加同义词配置

parent 74d368eb
......@@ -91,7 +91,10 @@ if [[ $last_total_num != $new_total_num ]];then
TERM_ROW=`echo ${TERM_ROW//')'/''}`
TERM_ROW=`echo ${TERM_ROW//'('/''}`
TERM_ROW=`echo ${TERM_ROW//')'/''}`
echo "$TERM_ROW" >> $DICFILE
if [[ "$TERM_ROW" != "$var" ]]
then
echo "$TERM_ROW" >> $DICFILE
fi
done
fi
Counter=`expr $Counter + 1`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment