updated wide coverage NDTrans Eng,Swe with the new constructs.

This commit is contained in:
aarne
2014-02-14 15:41:37 +00:00
parent 35395c22b6
commit 94c28d7eca
4 changed files with 31 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
incomplete concrete NDPredFunctor of NDPred =
Cat [Ant,NP,Utt,IP,IAdv,Conj] **
Cat [Ant,NP,Utt,IP,IAdv,Conj,RS,RP] **
open
PredInterface,
Pred,
@@ -131,6 +131,9 @@ lin
QuestIAdv_none
= Pred.QuestIAdv Pred.aNone ;
QuestIComp_none
= Pred.QuestIComp ;
QuestVP_none
= Pred.QuestVP Pred.aNone ;
@@ -153,6 +156,18 @@ lin
AdvQCl_none, AdvQCl_np
= Pred.AdvQCl Pred.aNone ;
---- RelCl_none
---- = Pred.RelCl Pred.aNone ;
RelVP_none
= Pred.RelVP ;
RelSlash_none
= Pred.RelSlash ;
PrImpSg
= Pred.PrImpSg ;
PrImpPl
= Pred.PrImpPl ;
PresPartAP_none, PresPartAP_np
= Pred.PresPartAP Pred.aNone ;