mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 22:52:50 -06:00
bug fixes in Finnish
This commit is contained in:
@@ -586,4 +586,20 @@ oper
|
||||
} ;
|
||||
|
||||
etta_Conj : Str = "että" ;
|
||||
|
||||
heavyDet : PDet -> PDet ** {sp : Case => Str} = \d -> d ** {sp = d.s1} ;
|
||||
PDet : Type = {
|
||||
s1 : Case => Str ;
|
||||
s2 : Str ;
|
||||
n : Number ;
|
||||
isNum : Bool ;
|
||||
isPoss : Bool ;
|
||||
isDef : Bool
|
||||
} ;
|
||||
|
||||
heavyQuant : PQuant -> PQuant ** {sp : Number => Case => Str} = \d ->
|
||||
d ** {sp = d.s1} ;
|
||||
PQuant : Type =
|
||||
{s1 : Number => Case => Str ; s2 : Str ; isPoss : Bool ; isDef : Bool} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user