From af0d0abe591d8d6053cd7daeb3d89bbce30803c1 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 11 Aug 2008 02:30:13 +0000 Subject: [PATCH] (ending-1st-consonant, ending-2nd-consonant): New maps. --- MIM/vi-base.mim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MIM/vi-base.mim b/MIM/vi-base.mim index 4582b6d..e284312 100644 --- a/MIM/vi-base.mim +++ b/MIM/vi-base.mim @@ -97,6 +97,14 @@ to be included in the other Vietnamese input method (e.g. vi-telex, vi-vni). ("B" ?B) ("C" ?C) ("D" ?D) ("G" ?G) ("H" ?H) ("K" ?K) ("L" ?L) ("M" ?M) ("N" ?N) ("P" ?P) ("Q" ?Q) ("T" ?T) ("V" ?V)) + ;; These are the consonants that can end a word, anything else is not VNese + (ending-1st-consonant ; (e.g. tốt, đẹp, xấu) + ("c" ?c) ("m" ?m) ("n" ?n) ("p" ?p) ("t" ?t) + ("C" ?C) ("M" ?M) ("N" ?N) ("P" ?P) ("T" ?T)) + (ending-2nd-consonant ; Can only go with 'n' or 'c' (e.g. sóng, sang, ích) + ("g" ?g) ("h" ?h) + ("G" ?G) ("H" ?H)) + (alnum ("a" ?a) ("b" ?b) ("c" ?c) ("d" ?d) ("e" ?e) ("f" ?f) ("g" ?g) ("h" ?h) ("i" ?i) ("j" ?j) ("k" ?k) ("l" ?l) ("m" ?m) ("n" ?n) -- 1.7.10.4