mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -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 =
|
concrete English of EnglishAbs =
|
||||||
LangEng,
|
LangEng,
|
||||||
@@ -31,7 +31,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
|
|||||||
MkVPI vp = {
|
MkVPI vp = {
|
||||||
s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a
|
s = \\v,a => vp.ad ++ vp.inf ++ vp.s2 ! a
|
||||||
} ;
|
} ;
|
||||||
ConjVPI = conjunctTable2 VPIForm Agr ;
|
ConjVPI = conjunctDistrTable2 VPIForm Agr ;
|
||||||
ComplVPIVV vv vpi =
|
ComplVPIVV vv vpi =
|
||||||
insertObj (\\a => (if_then_Str vv.isAux [] "to") ++ vpi.s ! VPIInf ! a) (predVV vv) ;
|
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 =
|
concrete LangEng of Lang =
|
||||||
GrammarEng,
|
GrammarEng,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:romance:abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common
|
||||||
|
|
||||||
concrete LangFre of Lang =
|
concrete LangFre of Lang =
|
||||||
GrammarFre,
|
GrammarFre,
|
||||||
@@ -14,7 +14,7 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
|
|||||||
ConsVPI = consrSS comma ;
|
ConsVPI = consrSS comma ;
|
||||||
|
|
||||||
MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ;
|
MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ;
|
||||||
ConjVPI = conjunctSS ;
|
ConjVPI = conjunctDistrSS ;
|
||||||
ComplVPIVV v vpi =
|
ComplVPIVV v vpi =
|
||||||
insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ;
|
insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ;
|
||||||
|
|
||||||
Reference in New Issue
Block a user