1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource/spanish/PhonoSpa.gf
2007-12-12 20:30:11 +00:00

15 lines
254 B
Plaintext

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"
} ;
}