From: handa Date: Fri, 11 Jan 2008 07:53:55 +0000 (+0000) Subject: Fix reordering rule. Fix the 2nd stage to consume all inputs. X-Git-Tag: REL-1-5-1~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6dad8dec7ca07cd608a162c67f85613f61c71f74;p=m17n%2Fm17n-db.git Fix reordering rule. Fix the 2nd stage to consume all inputs. --- diff --git a/FLT/CHAM-GENERIC.flt b/FLT/CHAM-GENERIC.flt index 8ab1986..03df0a4 100644 --- a/FLT/CHAM-GENERIC.flt +++ b/FLT/CHAM-GENERIC.flt @@ -40,7 +40,7 @@ ("([IA])(v?)(V?L?)([fF]?)" | < (2 =) (1 =) (3 = *) > (4 =) |) ("([CA])(m?)(M?)(v?)(V?L?)([fF]?)" - | < (4 = ) (2 =) (1 =) (3 =) (4 = *) > (5 =) |) + | < (4 = ) (2 =) (1 =) (3 =) (5 = *) > (6 =) |) ("." =)) *)) @@ -48,9 +48,10 @@ (generator (0 (cond - (" .*f " < = * >) - (" .* " = *) - ("." =)))) + (" (.*f) " < (1 = *) >) + (" (.*) " (1 = *)) + ("." =)) + *)) ;; Copyright (C) 2008 ;; National Institute of Advanced Industrial Science and Technology (AIST)