mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Finnish passive Impf and Condit fixed (both in rgl and stemmed)
This commit is contained in:
@@ -706,6 +706,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
tulisi = vh ! 8 ;
|
||||
tullut = vh ! 9 ;
|
||||
tultu = vh ! 10 ;
|
||||
tult = init tultu ;
|
||||
tullun = vh ! 11 ;
|
||||
tule_ = init tulen ;
|
||||
tuli_ = init tulin ;
|
||||
@@ -745,8 +746,12 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
ImperP3 Pl => tulkoo + "t" ;
|
||||
ImperP1Pl => tulkaa + "mme" ;
|
||||
ImpNegPl => tulko ;
|
||||
Pass True => tullaan ;
|
||||
Pass False => Predef.tk 2 tullaan ;
|
||||
PassPresn True => tullaan ;
|
||||
PassPresn False => Predef.tk 2 tullaan ;
|
||||
PassImpf True => tult + "iin" ; --# notpresent
|
||||
PassImpf False => tultu ; --# notpresent
|
||||
PassCondit True => tult + a + "isiin" ; --# notpresent
|
||||
PassCondit False => tult + a + "isi" ; --# notpresent
|
||||
PastPartAct (AN n) => tulleen ! n ;
|
||||
PastPartAct AAdv => tullee + "sti" ;
|
||||
PastPartPass (AN n) => tullun ! n ;
|
||||
|
||||
Reference in New Issue
Block a user