forked from GitHub/gf-rgl
started automated documentation of Extend module
This commit is contained in:
@@ -182,9 +182,9 @@ abstract Extend = Cat ** {
|
||||
youPolFem_Pron : Pron ; -- vous (êtes vieille)
|
||||
|
||||
-- German
|
||||
UttAccNP : NP -> Utt ; -- mich
|
||||
UttDatNP : NP -> Utt ; -- mir
|
||||
UttAccIP : NP -> Utt ; -- wen
|
||||
UttDatIP : NP -> Utt ; -- wem
|
||||
UttAccNP : NP -> Utt ; -- him (accusative)
|
||||
UttDatNP : NP -> Utt ; -- him (dative)
|
||||
UttAccIP : NP -> Utt ; -- whom (accusative)
|
||||
UttDatIP : NP -> Utt ; -- whom (dative)
|
||||
|
||||
}
|
||||
|
||||
@@ -85,9 +85,9 @@ lin
|
||||
youPlFem_Pron = youPl_Pron ;
|
||||
theyFem_Pron = they_Pron ;
|
||||
youPolFem_Pron = youPol_Pron ;
|
||||
UttAccNP = UttNP ;
|
||||
UttDatNP = UttNP ;
|
||||
UttAccIP = UttIP ;
|
||||
UttDatIP = UttIP ;
|
||||
UttAccNP = UttNP ; -- him (accusative) ; DEFAULT he
|
||||
UttDatNP np = UttAccNP (lin NP np) ; -- him(dative) ; DEFAULT he
|
||||
UttAccIP = UttIP ; -- whom (accusative) ; DEFAULT who
|
||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||
|
||||
}
|
||||
@@ -1,7 +1,18 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendEng of Extend =
|
||||
CatEng ** ExtendFunctor [ProDrop]
|
||||
CatEng ** ExtendFunctor -
|
||||
[
|
||||
VPS, ListVPS, RNP, RNPList,
|
||||
AdAdV, AdjAsCN, AdjAsNP, ApposNP, BaseVPS, Base_nr_RNP, Base_rn_RNP, Base_rr_RNP, ByVP, CompBareCN,
|
||||
CompIQuant, CompQS, CompS, CompVP, ComplBareVS, ComplGenVV, ComplSlashPartLast, ComplVPSVV, CompoundAP,
|
||||
CompoundN, ConjRNP, ConjVPS, ConsVPS, Cons_nr_RNP, Cons_rr_RNP, DetNPFem, EmbedPresPart, EmptyRelSlash,
|
||||
ExistsNP, FocusAP, FocusAdV, FocusAdv, FocusObj, FrontExtPredVP, GenIP, GenModIP, GenModNP, GenNP, GenRP,
|
||||
GerundAdv, GerundCN, GerundNP, IAdvAdv, ICompAP, InOrderToVP, InvFrontExtPredVP, MkVPS, NominalizeVPSlashNP,
|
||||
PassAgentVPSlash, PassVPSlash, PastPartAP, PastPartAgentAP, PositAdVAdj, PredVPS, PredVPSVV, PredetRNP, PrepCN,
|
||||
PresPartAP, PurposeVP, ReflPoss, ReflPron, ReflRNP, SlashBareV2S, SlashV2V, StrandQuestSlash, StrandRelSlash,
|
||||
UncontractedNeg, UttAccIP, UttAccNP, UttAdV, UttDatIP, UttDatNP, UttVPShort, WithoutVP
|
||||
]
|
||||
with
|
||||
(Grammar = GrammarEng) **
|
||||
|
||||
|
||||
Reference in New Issue
Block a user