forked from GitHub/gf-core
German and Dutch adjectives with -er corrected
This commit is contained in:
@@ -82,6 +82,7 @@ resource ResDut = ParamX ** open Prelude in {
|
||||
regAdjective : Str -> Adjective = \s -> ----
|
||||
let
|
||||
se : Str = case s of {
|
||||
_ + "er" => s + "e" ; ----
|
||||
_ + ("i"|"u") => 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" ;
|
||||
|
||||
Reference in New Issue
Block a user