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,4 +1,4 @@
abstract NDPred = Cat [Ant,NP,Utt,IP,IAdv,Conj] ** {
abstract NDPred = Cat [Ant,NP,Utt,IP,IAdv,IComp,Conj,RS,RP] ** {
cat
--< Arg ;
@@ -179,6 +179,9 @@ fun
--< QuestIAdv : (a : Arg) -> IAdv -> PrCl a -> PrQCl a ;
QuestIAdv_none : IAdv -> PrCl_none -> PrQCl_none ;
QuestIComp_none : Ant -> Tense -> Pol -> IComp -> NP -> PrQCl_none ; -- where is she
--< UseCl : PrCl aNone -> PrS ;
UseCl_none : PrCl_none -> PrS ;
@@ -198,6 +201,15 @@ fun
AdvQCl_none : PrAdv_none -> PrQCl_none -> PrQCl_none ;
AdvQCl_np : PrAdv_np -> PrQCl_none -> PrQCl_np ;
-- relatives: just one of each
RelCl_none : PrCl_none -> RS ;
RelVP_none : RP -> PrVP_none -> RS ;
RelSlash_none : RP -> PrCl_np -> RS ;
-- imperatives: just one of each
PrImpSg : PrVP_none -> Utt ;
PrImpPl : PrVP_none -> Utt ;
-- participles as adjectives