mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -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:
@@ -179,7 +179,8 @@ oper
|
||||
} ;
|
||||
a = Ag g n p ;
|
||||
hasClit = True ;
|
||||
isPol = False
|
||||
isPol = False ;
|
||||
isNeg = False
|
||||
} ;
|
||||
|
||||
elisPoss : Str -> Str = \s ->
|
||||
|
||||
Reference in New Issue
Block a user