mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
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:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user