mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
added AdvCN ; some German morpho bug fixes
This commit is contained in:
@@ -34,7 +34,8 @@ oper
|
||||
_ => hund + variants {"s" ; "es"}
|
||||
} ;
|
||||
pluralN : Str -> Str = \hund -> case hund of {
|
||||
_ + ("el" | "en" | "er" | "e") => hund + "n" ;
|
||||
_ + ("el" | "er" | "e") => hund + "n" ;
|
||||
_ + "en" => hund ;
|
||||
_ => hund + "en"
|
||||
} ;
|
||||
dativE : Str -> Str = \hund -> case hund of {
|
||||
|
||||
Reference in New Issue
Block a user