1
0
forked from GitHub/gf-rgl

(Romance) Add copType to A2 as well

This commit is contained in:
Inari Listenmaa
2019-04-08 14:47:54 +02:00
parent 653b7e8723
commit aa93136c4a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ incomplete concrete AdjectiveRomance of Adjective =
PositA a = {
s = a.s ! Posit ;
isPre = a.isPre ;
copTyp = a.copTyp
copTyp = a.copTyp
} ;
ComparA a np = {
s = \\af => a.s ! Compar ! af ++ conjThan ++ (np.s ! Nom).ton ;
@@ -34,7 +34,7 @@ incomplete concrete AdjectiveRomance of Adjective =
ComplA2 adj np = {
s = \\af => adj.s ! Posit ! af ++ appCompl adj.c2 np ;
isPre = False ;
copTyp = serCopula
copTyp = adj.copTyp
} ;
ReflA2 adj = {
@@ -42,7 +42,7 @@ incomplete concrete AdjectiveRomance of Adjective =
adj.s ! Posit ! af ++
adj.c2.s ++ prepCase adj.c2.c ++ reflPron Sg P3 Nom ; --- agr
isPre = False ;
copTyp = serCopula
copTyp = adj.copTyp
} ;
SentAP ap sc = {
@@ -60,7 +60,7 @@ incomplete concrete AdjectiveRomance of Adjective =
UseA2 a = {
s = a.s ! Posit ;
isPre = False ; ---- A2 has no isPre
copTyp = serCopula ---- A2 has no copTyp (yet)
copTyp = a.copTyp
} ;
AdvAP ap adv = {