MakeStructuralFin: Det and IDet with partitive argument

This commit is contained in:
Aarne Ranta
2018-12-27 19:10:13 +01:00
parent d9d3699b20
commit 2e34f89c45
2 changed files with 11 additions and 2 deletions
+4
View File
@@ -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)