mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
(zul) NP conjunction
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
abstract ExtraExt =
|
||||
Cat [NP,VP,CN,V,Temp,S,Cl,Adv,Pron,QCl,QS,A,RS,IAdv,IComp,Pol,Det,Quant,N,PN],
|
||||
Cat [NP,VP,CN,V,Temp,S,Cl,Adv,Pron,QCl,QS,A,RS,IAdv,IComp,Pol,Det,Quant,N,PN,Conj],
|
||||
CatExt ** {
|
||||
|
||||
fun
|
||||
@@ -126,6 +126,10 @@ abstract ExtraExt =
|
||||
|
||||
kakhulu_Adv : Adv ;
|
||||
|
||||
ExtConjNP : NP -> Conj -> NP -> NP ;
|
||||
|
||||
with_Conj : Conj ;
|
||||
|
||||
-- Deverb15 : V -> N ;
|
||||
|
||||
-- AdvQS : IAdv -> S -> QS ; -- maybe it is a pain that burns 2020-01-15: consider that this should rather be dealt with using QuestIAdv)
|
||||
|
||||
Reference in New Issue
Block a user