1
0
forked from GitHub/gf-rgl

(zul) NP conjunction

This commit is contained in:
Laurette Marais
2022-05-19 12:19:49 +02:00
parent 08ac422d9a
commit 02d3752a26
3 changed files with 33 additions and 5 deletions
+5 -1
View File
@@ -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)