From 0594b7bba770eaf3955b66700b50c35336ce1641 Mon Sep 17 00:00:00 2001
From: MORIOKA Tomohiko <tomo.git@chise.org>
Date: Wed, 8 Aug 2012 08:50:35 +0900
Subject: [PATCH] Delete ../final/*.csv before learning.

---
 seed/mk-final.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seed/mk-final.sh b/seed/mk-final.sh
index e9a36e031..76d057478 100755
--- a/seed/mk-final.sh
+++ b/seed/mk-final.sh
@@ -3,7 +3,7 @@
 PATH="/bin:/usr/local/libexec/mecab:/usr/lib/mecab:/usr/local/Cellar/mecab/0.994/libexec/mecab:/sw/lib/mecab/"
 export PATH
 
-rm -f sys.dic
+rm -f sys.dic ../final/*.csv
 
 mecab-dict-index -f utf-8 -t utf-8
 
-- 
GitLab