1
0
forked from GitHub/gf-rgl

Extent.PositAdVAdj in Eng,Swe,Bul

This commit is contained in:
Krasimir Angelov
2018-05-29 12:09:13 +02:00
parent b3eeee54ce
commit d7793ad7b7
3 changed files with 9 additions and 1 deletions

View File

@@ -14,5 +14,7 @@ lin
g = n2.g g = n2.g
} ; } ;
PositAdVAdj a = {s = a.adv} ;
} }

View File

@@ -292,6 +292,8 @@ concrete ExtendEng of Extend =
a = agrgP3 Sg nonhuman a = agrgP3 Sg nonhuman
} ; } ;
PositAdVAdj a = {s = a.s ! AAdv} ;
lincat lincat
RNP = {s : Agr => Str} ; RNP = {s : Agr => Str} ;
RNPList = {s1,s2 : Agr => Str} ; RNPList = {s1,s2 : Agr => Str} ;

View File

@@ -7,6 +7,7 @@ concrete ExtendSwe of Extend = CatSwe **
MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,
MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
ICompAP, ICompAP,
PositAdVAdj,
RNP, RNPList, ReflRNP, ReflPron, ReflPoss, PredetRNP, ConjRNP, RNP, RNPList, ReflRNP, ReflPron, ReflPoss, PredetRNP, ConjRNP,
Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP, Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP,
CompoundN CompoundN
@@ -149,5 +150,8 @@ concrete ExtendSwe of Extend = CatSwe **
co = n1.co ++ BIND ++ n2.co ; co = n1.co ++ BIND ++ n2.co ;
g = n2.g g = n2.g
} ; } ;
lin
PositAdVAdj a = {s = a.s ! AAdv} ;
} }