forked from GitHub/gf-rgl
Extent.PositAdVAdj in Eng,Swe,Bul
This commit is contained in:
@@ -14,5 +14,7 @@ lin
|
|||||||
g = n2.g
|
g = n2.g
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
PositAdVAdj a = {s = a.adv} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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} ;
|
||||||
|
|||||||
@@ -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} ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user