From 91ff1aa49882f5741c1f2965c5755b3110073803 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 12 Dec 2013 08:00:13 +0000 Subject: [PATCH] corrected the inflection of "olla" in stemmed Finnish --- src/finnish/stemmed/StemFin.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finnish/stemmed/StemFin.gf b/src/finnish/stemmed/StemFin.gf index 93633ab6c..fcf90302a 100644 --- a/src/finnish/stemmed/StemFin.gf +++ b/src/finnish/stemmed/StemFin.gf @@ -180,7 +180,7 @@ param oper SVerb : Type = {s : SVForm => Str ; h : Harmony} ; - ollaSVerbForms : SVForm => Str = table SVForm ["olla";"ole";"on";"o";"olk";"olla";"oli";"oli";"olisi";"oll";"oltu";"ollu";"liene";"ole"] ; + ollaSVerbForms : SVForm => Str = table SVForm ["oll";"ole";"on";"o";"olk";"olla";"oli";"oli";"olisi";"oll";"olt";"ollu";"liene";"ole"] ; -- used in Cat SVerb1 = {s : SVForm => Str ; sc : NPForm ; h : Harmony ; p : Str} ;