mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 04:38:55 -06:00
bug fix in Dut.mkA
This commit is contained in:
@@ -83,7 +83,7 @@ resource ResDut = ParamX ** open Prelude in {
|
|||||||
let
|
let
|
||||||
se : Str = case s of {
|
se : Str = case s of {
|
||||||
_ + "er" => s + "e" ; ----
|
_ + "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 + v@("aa"|"ee"|"oo"|"uu") + c@? => b + shortVoc v c + "e" ;
|
||||||
b + ("ei"|"eu"|"oe"|"ou"|"ie"|"ij"|"ui") + ? => endCons s + "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" ;
|
b + v@("a"|"e"|"i"|"o"|"u" ) + c@? => b + v + c + c + "e" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user