mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
46 lines
802 B
Plaintext
46 lines
802 B
Plaintext
concrete ExtendHrv of Extend = CatHrv **
|
|
ExtendFunctor - [
|
|
--- ReflPossPron
|
|
CardCNCard
|
|
---- constant not found (yet)
|
|
,youPolFem_Pron
|
|
,UttVPShort
|
|
,UttAccIP
|
|
,UttDatIP
|
|
,SubjRelNP
|
|
,StrandRelSlash
|
|
,StrandQuestSlash
|
|
,SlashBareV2S
|
|
,PredIAdvVP
|
|
,PredAPVP
|
|
,ExistsNP
|
|
,ExistS
|
|
,ExistPluralCN
|
|
,ExistNPQS
|
|
,ExistMassCN
|
|
,ExistIPQS
|
|
,ExistCN
|
|
,EmptyRelSlash
|
|
,DetNPMasc
|
|
,DetNPFem
|
|
,ComplBareVS
|
|
,CompIQuant
|
|
,CompBareCN
|
|
,PiedPipingQuestSlash
|
|
,PiedPipingRelSlash
|
|
]
|
|
with (Grammar = GrammarHrv)
|
|
**
|
|
open
|
|
ResHrv
|
|
in {
|
|
|
|
---lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
|
|
|
|
lin CardCNCard card cn = {
|
|
s = \\g,c => card.s ! g ! c ++ numSizeForm cn.s card.size c ;
|
|
size = NS_20_
|
|
} ;
|
|
|
|
}
|