diff options
| author | aarne <unknown> | 2005-05-09 14:44:59 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-09 14:44:59 +0000 |
| commit | 6a79b6fe2d3b55f1ea32aab961ecb10da4dc302d (patch) | |
| tree | 348e051bd09ba3bcd0cae7eeea35fc5c3e75f3e6 /examples/numerals/irula.gf | |
| parent | 3ce7d2ca18d9a00e150b1e03b32b59a1249ad6ba (diff) | |
empty in pre
Diffstat (limited to 'examples/numerals/irula.gf')
| -rw-r--r-- | examples/numerals/irula.gf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/numerals/irula.gf b/examples/numerals/irula.gf index 22b299193..9d060519a 100644 --- a/examples/numerals/irula.gf +++ b/examples/numerals/irula.gf @@ -11,7 +11,8 @@ oper oper uru : Str = "u:" + pre {"r_u" ; "tti" / cons ; "tt"/ vowel} ; laks : Str = "lacca" + T ; ayira : Str = "a:yira" + T ; - cavira : Str = variants {ayira ; "ca:vira" + T} ; +---- cavira : Str = variants {ayira ; "ca:vira" + T} ; ----BUG in Compute (AR 9/5/2005) + cavira : Str = variants {"a:yira" + T ; "ca:vira" + T} ; T : Str = pre {[] ; "tt" / vowel ; "tti" / cons} ; U : Str = pre {"u" ; [] / vowel } ;-- ; "ï" / cons} ; @@ -49,7 +50,9 @@ lin n9 = {s = table {unit => "ombadu" ; teen => "pattombad"+U ; oper ss : Str -> LinS100 = \s1 -> {s = table {p => s1 ; lak => bind s1 cavira }} ; lin pot01 = - {s = table {unit => pre {[] ; "önr_u" / strs {[]}} ; + {s = table {unit => "önr_u" ; ---- pre {[] ; "önr_u" / strs {[]}} ; + ---- equivalent by the sem. of pre. AR + thou => cavira ; thou2 => "or" + ayira ; hund => "n" + uru ; |
