mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added negation to Generic and Impersonal idioms with negative VP
This commit is contained in:
@@ -35,9 +35,9 @@ concrete IdiomFin of Idiom = CatFin **
|
||||
(insertExtrapos ("kun" ++ s.s)
|
||||
(insertObj (\\_,_,_ => ad.s) (predV olla))) ;
|
||||
|
||||
ImpersCl vp = mkClause noSubj (agrP3 Sg) vp ;
|
||||
ImpersCl vp = mkClausePol vp.vptyp.isNeg noSubj (agrP3 Sg) vp ;
|
||||
|
||||
GenericCl vp = mkClause noSubj (agrP3 Sg) (passVP vp (casePrep nominative)) ;
|
||||
GenericCl vp = mkClausePol vp.vptyp.isNeg noSubj (agrP3 Sg) (passVP vp (casePrep nominative)) ;
|
||||
|
||||
ProgrVP vp =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user