mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-19 08:46:04 -06:00
support postposition adjectives
This commit is contained in:
@@ -647,7 +647,7 @@ mkInterj : Str -> Interj
|
||||
let ad = (a.s ! AAdj Posit Nom)
|
||||
in regADeg ad ;
|
||||
|
||||
irregAdv a adv = lin A {s = table {AAdv => adv; aform => a.s ! aform}} ;
|
||||
irregAdv a adv = lin A {s = table {AAdv => adv; aform => a.s ! aform}; isPre = a.isPre} ;
|
||||
|
||||
prepA2 : A -> Prep -> A2 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user