started embedding Predication in the big translation grammar

This commit is contained in:
aarne
2014-02-04 16:12:22 +00:00
parent 3f862b14c7
commit 86f101dc43
6 changed files with 838 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
--# -path=.:../translator
concrete TransEng of Trans =
RGLBaseEng
,PredEng
,DictionaryEng
** {
{-
lin
LiftV : V -> PrV aNone ;
LiftV2 : V2 -> PrV (aNP aNone) ;
LiftVS : VS -> PrV aS ;
LiftVQ : VQ -> PrV aQ ;
LiftVV : VV -> PrV aV ;
LiftVA : VA -> PrV aA ;
LiftVN : VA -> PrV aN ; ----
LiftV3 : V3 -> PrV (aNP (aNP aNone)) ;
LiftV2S : V2S -> PrV (aNP aS) ;
LiftV2Q : V2Q -> PrV (aNP aQ) ;
LiftV2V : V2V -> PrV (aNP aV) ;
LiftV2A : V2A -> PrV (aNP aA) ;
LiftV2N : V2A -> PrV (aNP aN) ; ----
-}
}