summaryrefslogtreecommitdiff
path: root/next-lib/src/spanish/PhonoSpa.gf
blob: f6f9cf50f44177b00860f2b3e4d2384ce2c641e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
    } ;


}