yamcha-0.33
なんかバグっていたので適当に修正。
diff -urNad yamcha-0.33~/libexec/pkemine.cpp yamcha-0.33/libexec/pkemine.cpp --- yamcha-0.33~/libexec/pkemine.cpp 2004-03-13 02:12:13.000000000 +0900 +++ yamcha-0.33/libexec/pkemine.cpp 2007-09-25 19:20:55.071251931 +0900 @@ -250,7 +250,7 @@ PKEMine pkemine (sigma, minsup, maxpat); pkemine.run (*is, os); - if (infile == "-") delete is; + if (infile != "-") delete is; return 0; }