mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
capitals in Fre character matching
This commit is contained in:
@@ -6,7 +6,10 @@ oper
|
|||||||
voyelle : Strs = strs {
|
voyelle : Strs = strs {
|
||||||
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ;
|
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ;
|
||||||
"h" ;
|
"h" ;
|
||||||
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y"
|
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" ;
|
||||||
|
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "ʨ" ;
|
||||||
|
"H" ;
|
||||||
|
"I" ; "Î" ; "O" ; "Ô" ; "U" ; "Û" ; "Y"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
elision : Str -> Str = \d -> d + pre {"e" ; "'" / voyelle} ;
|
elision : Str -> Str = \d -> d + pre {"e" ; "'" / voyelle} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user