mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
CompoundAP in translator/Extensions, e.g. language(-)independent. Implemented for all but Bul,Hin
This commit is contained in:
@@ -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 ++
|
||||
|
||||
Reference in New Issue
Block a user