1
0
forked from GitHub/gf-core

started spanish; still partly italian

This commit is contained in:
aarne
2006-02-02 22:56:53 +00:00
parent be22b7c8aa
commit f554e18bcc
21 changed files with 6973 additions and 196 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"
} ;
}