mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
a typo in PhonoFre.voyelle prevented from recognizing ê as a vowel
This commit is contained in:
@@ -4,10 +4,10 @@ flags coding=utf8 ;
|
|||||||
|
|
||||||
oper
|
oper
|
||||||
voyelle : Strs = strs {
|
voyelle : Strs = strs {
|
||||||
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ;
|
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê" ;
|
||||||
"h" ;
|
"h" ;
|
||||||
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" ;
|
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" ;
|
||||||
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "ʨ" ;
|
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "Ê" ;
|
||||||
"H" ;
|
"H" ;
|
||||||
"I" ; "Î" ; "O" ; "Ô" ; "U" ; "Û" ; "Y"
|
"I" ; "Î" ; "O" ; "Ô" ; "U" ; "Û" ; "Y"
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user