Commit 64efc574 authored by MORIOKA Tomohiko's avatar MORIOKA Tomohiko
Browse files

(Noun.csv): Ignore "折".

(Noun.adverbal.csv): Likewise.
parent 85db1d83
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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); }' \