(Hun) Switch: only ik is unreliable, treat other pl suffixes as reliable

This commit is contained in:
Inari Listenmaa
2020-06-28 10:35:44 +02:00
parent 2aaccfface
commit 267e457cc2

View File

@@ -490,11 +490,8 @@ oper
harmFromPlNom : Str -> Harm = \férfiak -> harmFromPlNom : Str -> Harm = \férfiak ->
let ak : Str = dp 2 férfiak ; let ak : Str = dp 2 férfiak ;
in case ak of { in case ak of {
("ak"|"ek"|"ok") => getHarm ak ; "ik" => getHarm férfiak ;
_ => getHarm ak
-- For any other suffix, the last two letters aren't reliable.
-- e.g. gumi-gumik has back harmony.
_ => getHarm férfiak
} ; } ;
-- Even more reliable harmony indicator: singular allative -- Even more reliable harmony indicator: singular allative