Loading incoming/yasuoka/bin/makecorpus.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ do B=`basename $F .utf-8` G=$D/corpus/$B.mc.utf-8 if [ ! -s $G ] then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' -e 's/([^)]*)//g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G else : fi xemacs $G Loading Loading
incoming/yasuoka/bin/makecorpus.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ do B=`basename $F .utf-8` G=$D/corpus/$B.mc.utf-8 if [ ! -s $G ] then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G then sed -e 's/[/\[/g' -e 's/]/\]/g' -e 's/\[[^]]*\]//g' -e 's/(/(/g' -e 's/)/)/g' -e 's/([^)]*)//g' `ls -1t incoming/*/[th]*/$B.utf-8 | head -1` > $G else : fi xemacs $G Loading