mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
CompoundAP in translator/Extensions, e.g. language(-)independent. Implemented for all but Bul,Hin
This commit is contained in:
@@ -41,6 +41,11 @@ lin
|
||||
isMod = False
|
||||
} ;
|
||||
|
||||
CompoundAP noun adj = {
|
||||
s = \\ap => noun.co ++ BIND ++ adj.s ! AF (APosit ap) Nom ;
|
||||
isPre = True
|
||||
} ;
|
||||
|
||||
GerundN v = {
|
||||
s = \\n,d,c => v.s ! VI (VPtPres n d c) ;
|
||||
g = Neutr ;
|
||||
|
||||
Reference in New Issue
Block a user