mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
MakeStructuralFin: Det and IDet with partitive argument
This commit is contained in:
@@ -933,6 +933,10 @@ caseTable : Number -> CommonNoun -> Case => Str = \n,cn ->
|
||||
isNeg = pol
|
||||
} ;
|
||||
|
||||
partDet : Bool -> Number -> CommonNoun -> (PDet ** {sp : Case => Str}) = \isNeg,num,cn ->
|
||||
mkDetPol isNeg num cn ** {isNum = True} ;
|
||||
|
||||
|
||||
-- Here we define personal and relative pronouns.
|
||||
-- Personal pronouns have possessive suffix (hänen talonsa) but "se" doesn't (sen talo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user