1
0
forked from GitHub/gf-core

bug fix in Dut.mkA

This commit is contained in:
aarne
2012-09-17 07:01:33 +00:00
parent 745a949980
commit 4b1202a0a0

View File

@@ -83,7 +83,7 @@ resource ResDut = ParamX ** open Prelude in {
let
se : Str = case s of {
_ + "er" => s + "e" ; ----
_ + ("i"|"u") => endCons s + "e" ;
_ + ("i"|"u"|"ij") => endCons s + "e" ;
b + v@("aa"|"ee"|"oo"|"uu") + c@? => b + shortVoc v c + "e" ;
b + ("ei"|"eu"|"oe"|"ou"|"ie"|"ij"|"ui") + ? => endCons s + "e" ;
b + v@("a"|"e"|"i"|"o"|"u" ) + c@? => b + v + c + c + "e" ;