From 64efc5749bcd096c0b22f5d183357072b38254f3 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 4 Dec 2009 21:29:16 +0900 Subject: [PATCH] =?UTF-8?q?(Noun.csv):=20Ignore=20"=E6=8A=98".=20(Noun.adv?= =?UTF-8?q?erbal.csv):=20Likewise.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seed-src/conv-dic.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seed-src/conv-dic.sh b/seed-src/conv-dic.sh index 29d712ba6..b94bda3af 100755 --- a/seed-src/conv-dic.sh +++ b/seed-src/conv-dic.sh @@ -8,6 +8,7 @@ egrep -h '^[^ | grep -v '^野中,' \ | grep -v '^官有,' \ | grep -v '^本所,' \ +| grep -v '^折,' \ | awk 'BEGIN { FS=","; } \ { printf("%s,0,0,0,n,%s,%s,%s,%s,*,%s,%s,%s,%s\n", \ $1, $5, $6, $7, $8, $1, $11, $12, $9); }' \ @@ -17,6 +18,7 @@ egrep -h '^[^ ../../mecab-ipadic-2.7.0-20070801/Noun.adverbal.csv \ | grep -v '^[不非]' \ | grep -v '^千里,' \ +| grep -v '^折,' \ | awk 'BEGIN { FS=","; } \ { printf("%s,0,0,0,n,%s,%s,%s,%s,*,%s,%s,%s,%s\n", \ $1, $5, $6, $7, $8, $1, $11, $12, $9); }' \ -- GitLab