The possesive pronouns are changed to be definite by default. added indefinite possesive and reflexive pronouns in extra

This commit is contained in:
krasimir
2008-02-27 08:42:43 +00:00
parent 775c4cc34e
commit 31a6a99810
6 changed files with 55 additions and 19 deletions

View File

@@ -1,11 +1,14 @@
abstract ExtraBulAbs = Extra ** {
fun
GenNPIndef : NP -> Quant ;
-- Feminine variants of pronouns (those in $Structural$ are
-- masculine, which is the default when gender is unknown).
PossIndefPron : Pron -> Quant ;
ReflQuant : Quant ;
ReflIndefQuant : Quant ;
i8fem_Pron : Pron ;
i8neut_Pron : Pron ;