forked from GitHub/gf-core
15 lines
254 B
Plaintext
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"
|
|
} ;
|
|
|
|
|
|
}
|