forked from GitHub/gf-core
bug fix in PredEng VV forms
This commit is contained in:
@@ -15,6 +15,7 @@ concrete PredFin of Pred =
|
||||
-- overridden
|
||||
,UseV
|
||||
,UseAP
|
||||
,UseNP
|
||||
,UseCN
|
||||
,QuestVP
|
||||
,PredVP
|
||||
@@ -36,6 +37,10 @@ lin
|
||||
adj = \\a => ap.s ! agr2aagr a ;
|
||||
} ;
|
||||
|
||||
UseNP a t p np = useCopula a t p ** {
|
||||
adj = \\a => np.s ! subjCase ;
|
||||
} ;
|
||||
|
||||
UseCN x a t p cn = useCopula a t p ** {
|
||||
c1 = cn.c1 ;
|
||||
c2 = cn.c2 ;
|
||||
|
||||
Reference in New Issue
Block a user