diff options
Diffstat (limited to 'old-lib/resource/catalan/PhonoCat.gf')
| -rw-r--r-- | old-lib/resource/catalan/PhonoCat.gf | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/old-lib/resource/catalan/PhonoCat.gf b/old-lib/resource/catalan/PhonoCat.gf deleted file mode 100644 index f750aeb01..000000000 --- a/old-lib/resource/catalan/PhonoCat.gf +++ /dev/null @@ -1,41 +0,0 @@ ---# -path=../common:prelude - -resource PhonoCat = open Prelude in { - ---3 Elision --- --- The phonological rule of *elision* can be defined as follows in GF. --- In Catalan it includes both vowels and 'h'. - ----TODO: L'elisi depn de la tonicitat. - -oper - vocal : Strs = strs { - "a" ; "" ; - "e" ; "" ; "" ; "o" ; "" ; "" ; - "i" ; "" ; "" ; "u" ; "" ; "" ; "h" - } ; - - vocalForta : Strs = strs { - "a" ; "" ; "ha" ; "h" ; - "e" ; "" ; "" ; "he" ; "h" ; "h" ; - "o" ; "" ; "" ; "ho" ; "h" ; "h" ; - "" ; "" ; "h" ; "h" ; - } ; - - vocalFeble : Strs = strs { - "i" ; "" ; "u" ; "" ; - "hi" ; "h" ; "hu" ; "h" ; - } ; - - -elisDe = pre { "de" ; "d'" / vocal }; -elisEl = pre { "el" ; "l'" / vocal } ; -elisLa = pre { "la" ; "l'" / vocalForta } ; -elisEm = pre { "em" ; "m'" / vocal } ; -elisEt = pre { "et" ; "t'" / vocal } ; -elisEs = pre { - pre { "es" ; "s'" / vocal} ; - "se" / strs { "s" } } ; - -} |
