Romance negative polarity of NP, Det. Quant: the positive form (and direct translation) of "he loves no woman" is "il n'aime aucune femme", "lui non ama nessuna donna", etc.

This commit is contained in:
aarne
2012-05-27 14:29:46 +00:00
parent bc522704cd
commit 336e32a9df
23 changed files with 171 additions and 90 deletions

View File

@@ -28,4 +28,10 @@ abstract ExtraItaAbs = ExtraRomanceAbs ** {
-- Possessive without definite article, like "mio figlio".
PossFamQuant : Pron -> Quant ;
-- clitic adverbs
AdvDatVP : VP -> VP ; -- ci vado
AdvGenVP : VP -> VP ; -- ne arrivo
}