Spanish in 1.4

This commit is contained in:
aarne
2008-05-31 19:27:05 +00:00
parent acdf4c3d10
commit b238539745
31 changed files with 80508 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
resource PhonoSpa = open Prelude in {
--3 Elision
--
-- The phonological rule of *elision* can be defined as follows in GF.
-- In Spanish it includes both vowels and 'h'.
oper
vocale : Strs = strs {
"a" ; "e" ; "h" ; "i" ; "o" ; "u"
} ;
}