diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-12-28 14:30:25 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-12-28 14:30:25 +0000 |
| commit | 83c5b57615e35cb21f29766488ff29b95e49f665 (patch) | |
| tree | 68f025f1016b95db7a98fdea88f2a6ff05a41db2 /examples/numerals/thai.gf | |
| parent | cef20174f620357c932b59d544034e3c38054295 (diff) | |
corrections in thai numerals
Diffstat (limited to 'examples/numerals/thai.gf')
| -rw-r--r-- | examples/numerals/thai.gf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/numerals/thai.gf b/examples/numerals/thai.gf index da6648a42..fcb2c7bcb 100644 --- a/examples/numerals/thai.gf +++ b/examples/numerals/thai.gf @@ -3,6 +3,8 @@ include numerals.Abs.gf ; -- Thai transliteration, produces thaiU.gf by GF/Text/Thai.hs -- AR 28/12/2006 +flags coding=utf8 ; + lincat Numeral = {s : Str} ; Digit = {s : DForm => Str} ; @@ -18,10 +20,10 @@ lin n2 = mkNum "s-Og" "y'i:E" "s-Og" ; n3 = regNum "s-a:m" ; - n4 = regNum "s-i:E" ; - n5 = regNum "ha:E" ; + n4 = regNum "s-i:E" ; -- E = E48 ' + n5 = regNum "hTa:" ; -- T = E49 9 n6 = regNum "ho?k" ; - n7 = regNum "ecMd'" ; + n7 = regNum "ecMd'" ; -- M = E47 w n8 = regNum "e:pd'" ; n9 = regNum "eka:" ; @@ -63,5 +65,5 @@ oper sip = table {Unit => "s'ib" ; Thousand => "hmv:En"} ; - roy = table {Unit => "rEOy'" ; Thousand => "se:n"} ; + roy = table {Unit => "rTOy'" ; Thousand => "se:n"} ; phan = table {Unit => [] ; Thousand => "p2an"} ; |
