mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
move verb specific extensions from WordNet to the RGL
This commit is contained in:
@@ -28,9 +28,10 @@ concrete ExtendPor of Extend = CatPor ** ExtendRomanceFunctor -
|
||||
Prelude,
|
||||
ParadigmsPor,
|
||||
(L = LexiconPor),
|
||||
(S = StructuralPor) in {
|
||||
(S = StructuralPor),
|
||||
(P = ParamX) in {
|
||||
|
||||
lin
|
||||
lin
|
||||
ExistsNP np =
|
||||
mkClause [] True False np.a
|
||||
(insertComplement (\\_ => (np.s ! Nom).ton)
|
||||
@@ -88,6 +89,21 @@ concrete ExtendPor of Extend = CatPor ** ExtendRomanceFunctor -
|
||||
s = "a fim de" ++ infStr vp
|
||||
} ;
|
||||
|
||||
lincat ListComp = {s1,s2 : Agr => Str ; cop : CopulaType} ;
|
||||
|
||||
lin
|
||||
-- should one allow different copulas?
|
||||
BaseComp x y = twoTable Agr x y ** {cop = x.cop } ;
|
||||
ConsComp xs x = consrTable Agr comma xs x ** xs ;
|
||||
ConjComp conj cs = conjunctDistrTable Agr conj cs ** {cop = cs.cop} ;
|
||||
|
||||
lincat ListImp = {s1,s2 : RPolarity => P.ImpForm => Gender => Str} ;
|
||||
|
||||
lin
|
||||
BaseImp = twoTable3 RPolarity P.ImpForm Gender ;
|
||||
ConsImp = consrTable3 RPolarity P.ImpForm Gender comma ;
|
||||
ConjImp conj is = conjunctDistrTable3 RPolarity P.ImpForm Gender conj is ;
|
||||
|
||||
lin
|
||||
iFem_Pron = pronAgr S.i_Pron Fem Sg P1 ;
|
||||
weFem_Pron = pronAgr S.we_Pron Fem Pl P1 ;
|
||||
|
||||
Reference in New Issue
Block a user