mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
established resource-1.4 and moved contents of resource/exper there
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:abstract:../common:prelude
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete English of EnglishAbs =
|
||||
LangEng,
|
||||
@@ -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) ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:abstract:../common:prelude
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete LangEng of Lang =
|
||||
GrammarEng,
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:romance:abstract:../common:prelude
|
||||
--# -path=.:../romance:../abstract:../common
|
||||
|
||||
concrete LangFre of Lang =
|
||||
GrammarFre,
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user