From 004f4b2913afee72355eb9375d6fb45060ca8c14 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 17 Aug 2007 07:09:19 +0000 Subject: [PATCH] Exclude syllables of the pattern ".*CN". --- FLT/BENG-OTF.flt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FLT/BENG-OTF.flt b/FLT/BENG-OTF.flt index f13c6f5..09e38bc 100644 --- a/FLT/BENG-OTF.flt +++ b/FLT/BENG-OTF.flt @@ -125,7 +125,7 @@ ;; A syllable ending with a halant. ;;1 2 3 4 5 6 - ("(RH)?([CRBY]n?(HCn?)*(H[RB])?(J?HY)?)(H)?N?" + ("(RH)?([CRBY]n?(HCn?)*(H[RB])?(J?HY)?)(HN|H)?" < | (2 pre-below) (6 =) (1 otf:beng=rphf+) (2 post) | >) ;; A syllable starting with an independent vowel. @@ -157,7 +157,7 @@ (".+" )))) -;; Apply'nukt' and 'akhn'. +;; Apply 'nukt' and 'akhn'. (generator (0 (cond -- 1.7.10.4