mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
a fix in Fin verb paradigms
This commit is contained in:
@@ -584,9 +584,11 @@ resource MorphoFin = ResFin ** open Prelude in {
|
|||||||
let
|
let
|
||||||
a = last juoda ;
|
a = last juoda ;
|
||||||
juo = Predef.tk 2 juoda ;
|
juo = Predef.tk 2 juoda ;
|
||||||
joi = case last juo of {
|
joi : Str = case juo of {
|
||||||
"i" => juo ; -- naida
|
_ + "i" => juo ; -- naida, nai
|
||||||
o => Predef.tk 2 juo + o + "i"
|
_ + "yy" => init juo + "i" ; -- myydä, myi
|
||||||
|
_ + "y" => init juo + "vi" ; -- käydä, kävi
|
||||||
|
_ + o@? => Predef.tk 2 juo + o + "i"
|
||||||
} ;
|
} ;
|
||||||
u = uyHarmony a ;
|
u = uyHarmony a ;
|
||||||
in vForms12
|
in vForms12
|
||||||
|
|||||||
Reference in New Issue
Block a user