From: ntakahas Date: Thu, 12 Jul 2007 12:27:57 +0000 (+0000) Subject: Avoid taking ZWNJ as a consonant. X-Git-Tag: REL-1-4-0~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=862e9b69e508bda2cf78d04d36b33bab15dd1d7c;p=m17n%2Fm17n-db.git Avoid taking ZWNJ as a consonant. --- diff --git a/FLT/KNDA-OTF.flt b/FLT/KNDA-OTF.flt index 2eab1e8..4b9d46d 100644 --- a/FLT/KNDA-OTF.flt +++ b/FLT/KNDA-OTF.flt @@ -124,7 +124,7 @@ (0 (cond ;; 1 2 34 5 6 7 8 - (" (RH)?(.)((H.)*)(u|b)?(p)?(l)?(a)? " + (" (RH)?([^N])((H[^N])*)(u|b)?(p)?(l)?(a)? " | (2 =) (5 =) (6 =) (3 move-h) (7 =) (1 otf:knda=rphf+) (8 =) |) ;; A syllable ending with a halant. @@ -135,7 +135,7 @@ ;; No reph movement if preceded by a ZWJ. ;; 1 23 4 5 6 - (" J(.)((H.)*)(u|b)?(p)?(l?a?) " + (" J(.)((H[^N])*)(u|b)?(p)?(l?a?) " | (1 =) (4 =) (5 =) (2 move-h) (6 = *) |) ;; 1 23