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

@@ -42,6 +42,12 @@ lin
g = cn.g
} ;
CompoundAP noun adj = {
s = (\\_ => noun.s ! Sg ! Nom ++ Predef.BIND ++ "-" ++ Predef.BIND ++ adj.s ! AAdj Posit Nom)
| (\\_ => noun.s ! Sg ! Nom ++ adj.s ! AAdj Posit Nom)
;
isPre = True
} ;
GerundCN vp = {
s = \\n,c => vp.ad ! AgP3Sg Neutr ++ vp.prp ++