% ============================================================ % % Program to translate text from KK to the Single Written form % % ============================================================ % % The program translates from Kernewek Kemmyn to the Single % Written Form. While waiting for that form, it translates to KD. #include "orth-symbols.sfst" ALPHABET = [#sym#] %$LSyllCns$ = $T$ ^-> (Syll [#LightVow#] __ (.#. | Cns)) $k2c$ = {k}:{c} ^-> (__[#BackVow#]) $VghV$ = {gh}:{h} ^-> ([#Vow#] __ [#Vow#]) $k2c$ || $VghV$ || $sym$ %save ../bin/kk2swf.fst