first experiments running Predication with the big lexicon and the other RGL modules

This commit is contained in:
aarne
2014-02-04 20:11:03 +00:00
parent 86f101dc43
commit 9d04fe65a8
3 changed files with 337 additions and 417 deletions

View File

@@ -1,14 +1,17 @@
--# -path=.:../translator
concrete TransEng of Trans =
RGLBaseEng
RGLBaseEng - [Pol]
,PredEng
,DictionaryEng
,DictionaryEng - [Pol]
** open Prelude in {
** {
{-
lin
LiftV : V -> PrV aNone ;
LiftV v = v ** {v = v.s ; c1,c2 = [] ; isSubjectControl, isAux = False} ;
{-
LiftV2 : V2 -> PrV (aNP aNone) ;
LiftVS : VS -> PrV aS ;
LiftVQ : VQ -> PrV aQ ;