forked from GitHub/gf-core
Finnish passive Impf and Condit fixed (both in rgl and stemmed)
This commit is contained in:
@@ -98,7 +98,10 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, Prelude in {
|
||||
|
||||
DetQuant quant num = {
|
||||
s1 = \\c => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ;
|
||||
sp = \\c => quant.sp ! num.n ! c ++ num.s ! Sg ! c ;
|
||||
sp = \\c => case num.isNum of {
|
||||
True => quant.s1 ! num.n ! c ++ num.s ! Sg ! c ; -- 0 kolme with Indef
|
||||
False => quant.sp ! num.n ! c ++ num.s ! Sg ! c -- yksi 0
|
||||
} ;
|
||||
s2 = quant.s2 ;
|
||||
n = num.n ;
|
||||
isNum = num.isNum ; -- case num.n of {Sg => False ; _ => True} ;
|
||||
|
||||
Reference in New Issue
Block a user