1
0
forked from GitHub/gf-core

smart paradigm of Swe compound form: more rules for words ending "e", "tet"

This commit is contained in:
aarne
2015-06-25 05:24:46 +00:00
parent 71c037b4df
commit 7f74e5a709

View File

@@ -399,12 +399,12 @@ oper
s = nounForms apa apan apor aporna ;
g = g ;
co = case apa of {
ap + "e" => case g of {
ap@(? + ? + ?) + "e" => case g of {
Neutr => apa + "s" ; -- rikes
_ => ap -- pojk
} ;
ap + "a" => ap ; -- flick
? + ? + ? + _ + ("ing" | "ion" | "het") => apa + "s" ; -- regerings, stations, frihets
ap@(? + ?) + "a" => ap ; -- flick
? + ? + ? + _ + ("ing" | "ion" | "het" | "tet") => apa + "s" ; -- regerings, stations, frihets, fakultets
_ => apa
}
} ;