1
0
forked from GitHub/gf-core

Dutch mkA morpheme -en added to those not duplicating end consonant

This commit is contained in:
aarne
2015-04-16 06:52:59 +00:00
parent 538784e6dc
commit 2bd5bba87c

View File

@@ -83,8 +83,7 @@ resource ResDut = ParamX ** open Prelude, Predef in {
regAdjective : Str -> Adjective = \s -> ----
let
se : Str = case s of {
_ + "er" => s + "e" ; ----
_ + "ig" => s + "e" ;
_ + ("er"|"en"|"ig") => s + "e" ; --- for unstressed adjective suffixes
_ + ("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" ;