mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
fix the encoding in Catalan
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
resource BeschCat = open Prelude, CommonRomance in {
|
resource BeschCat = open Prelude, CommonRomance in {
|
||||||
|
|
||||||
flags coding=utf8 ;
|
|
||||||
|
|
||||||
--flags optimize=noexpand ; -- faster than values
|
--flags optimize=noexpand ; -- faster than values
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -2,30 +2,33 @@
|
|||||||
|
|
||||||
resource PhonoCat = open Prelude in {
|
resource PhonoCat = open Prelude in {
|
||||||
|
|
||||||
|
flags
|
||||||
|
coding = utf8 ;
|
||||||
|
|
||||||
--3 Elision
|
--3 Elision
|
||||||
--
|
--
|
||||||
-- The phonological rule of *elision* can be defined as follows in GF.
|
-- The phonological rule of *elision* can be defined as follows in GF.
|
||||||
-- In Catalan it includes both vowels and 'h'.
|
-- In Catalan it includes both vowels and 'h'.
|
||||||
|
|
||||||
---TODO: L'elisi— depŽn de la tonicitat.
|
---TODO: L'elisió depén de la tonicitat.
|
||||||
|
|
||||||
oper
|
oper
|
||||||
vocal : Strs = strs {
|
vocal : Strs = strs {
|
||||||
"a" ; "ˆ" ;
|
"a" ; "à" ;
|
||||||
"e" ; "<EFBFBD>" ; "Ž" ; "o" ; "˜" ; "—" ;
|
"e" ; "è" ; "é" ; "o" ; "ò" ; "ó" ;
|
||||||
"i" ; "’" ; "•" ; "u" ; "œ" ; "Ÿ" ; "h"
|
"i" ; "í" ; "ï" ; "u" ; "ú" ; "ü" ; "h"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
vocalForta : Strs = strs {
|
vocalForta : Strs = strs {
|
||||||
"a" ; "ˆ" ; "ha" ; "hˆ" ;
|
"a" ; "à" ; "ha" ; "hà" ;
|
||||||
"e" ; "<EFBFBD>" ; "Ž" ; "he" ; "h<EFBFBD>" ; "hŽ" ;
|
"e" ; "è" ; "é" ; "he" ; "hè" ; "hé" ;
|
||||||
"o" ; "˜" ; "—" ; "ho" ; "h˜" ; "h—" ;
|
"o" ; "ò" ; "ó" ; "ho" ; "hò" ; "hó" ;
|
||||||
"’" ; "œ" ; "h’" ; "hœ" ;
|
"í" ; "ú" ; "hí" ; "hú" ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
vocalFeble : Strs = strs {
|
vocalFeble : Strs = strs {
|
||||||
"i" ; "•" ; "u" ; "Ÿ" ;
|
"i" ; "ï" ; "u" ; "ü" ;
|
||||||
"hi" ; "h•" ; "hu" ; "hŸ" ;
|
"hi" ; "hï" ; "hu" ; "hü" ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user