diff options
Diffstat (limited to 'next-lib/src/italian/PhonoIta.gf')
| -rw-r--r-- | next-lib/src/italian/PhonoIta.gf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/next-lib/src/italian/PhonoIta.gf b/next-lib/src/italian/PhonoIta.gf deleted file mode 100644 index 9959d1550..000000000 --- a/next-lib/src/italian/PhonoIta.gf +++ /dev/null @@ -1,21 +0,0 @@ -resource PhonoIta = open Prelude in { - ---3 Elision --- --- The phonological rule of *elision* can be defined as follows in GF. --- In Italian it includes both vowels and the *impure 's'*. - -oper - vocale : Strs = strs { - "a" ; "e" ; "h" ; "i" ; "o" ; "u" ; "è" ; "y" - } ; - - sImpuro : Strs = strs { - "z" ; "sb" ; "sc" ; "sd" ; "sf" ; "sm" ; "sp" ; "sq" ; "sr" ; "st" ; "sv" - } ; - - elision : (_,_,_ : Str) -> Str = \il, l', lo -> - pre {il ; l' / vocale ; lo / sImpuro} ; ---- pre {vocale => l' ; sImpuro => lo ; _ => il} ; - -} |
