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:
@@ -52,6 +52,10 @@ lin
|
||||
h = cn.h
|
||||
} ;
|
||||
|
||||
CompoundAP noun adj = {
|
||||
s = \\_ => (snoun2nounSep {s = \\f => noun.s ! 10 ++ BIND ++ adj.s ! Posit ! sAN f ; h = adj.h}).s
|
||||
} ;
|
||||
|
||||
---- PastPartAP vp = {s = \\_,nf => (sverb2verbSep v).s ! PastPartPass (AN nf)} ;
|
||||
|
||||
PredVPosv np vp = mkCl np vp ; ----
|
||||
|
||||
Reference in New Issue
Block a user