established resource-1.4 and moved contents of resource/exper there

This commit is contained in:
aarne
2008-04-28 07:18:02 +00:00
parent 95c8a5d4f1
commit 6c13446edd
94 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:abstract:../common:prelude
--# -path=.:../abstract:../common:prelude
concrete English of EnglishAbs =
LangEng,

View File

@@ -31,7 +31,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
MkVPI vp = {
s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a
} ;
ConjVPI = conjunctTable2 VPIForm Agr ;
ConjVPI = conjunctDistrTable2 VPIForm Agr ;
ComplVPIVV vv vpi =
insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ;

View File

@@ -1,4 +1,4 @@
--# -path=.:abstract:../common:prelude
--# -path=.:../abstract:../common:prelude
concrete LangEng of Lang =
GrammarEng,

View File

@@ -1,4 +1,4 @@
--# -path=.:romance:abstract:../common:prelude
--# -path=.:../romance:../abstract:../common
concrete LangFre of Lang =
GrammarFre,

View File

@@ -14,7 +14,7 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
ConsVPI = consrSS comma ;
MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ;
ConjVPI = conjunctSS ;
ConjVPI = conjunctDistrSS ;
ComplVPIVV v vpi =
insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ;