mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
included capitals in some phonological string pattern matching in Fin and Ita
This commit is contained in:
@@ -824,7 +824,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
} ;
|
||||
|
||||
vowHarmony : Str -> Str = \s -> case s of {
|
||||
_ + ("a" | "o" | "u") + _ => "a" ;
|
||||
_ + ("a" | "o" | "u" | "A" | "O" | "U") + _ => "a" ;
|
||||
_ => "ä"
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user