CompoundAP in translator/Extensions, e.g. language(-)independent. Implemented for all but Bul,Hin

This commit is contained in:
aarne
2014-04-13 10:37:58 +00:00
parent df7e50b5fb
commit 677c5cdac9
21 changed files with 63 additions and 17 deletions

View File

@@ -44,7 +44,8 @@ lin
-- but_Subj = {s = "pero" ; m = Indic} ; ---- strange to have this as Subj
CompoundCN noun cn = {s = noun.s ++ cn.s ; c = cn.c} ; ----
CompoundCN noun cn = {s = noun.s ++ cn.s ; c = cn.c} ; ----
CompoundAP noun adj = complexAP (noun.s ++ possessive_s ++ adj.s) ; ----
GerundN v = {
s = v.s ;