mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-14 06:16:02 -06:00
Some fixes and backwards compatibility
This commit is contained in:
@@ -22,7 +22,7 @@ lin
|
||||
|
||||
-- : A -> NP -> AP ; -- warmer than I - теплее меня
|
||||
ComparA a np = {
|
||||
s = \\gn,anim,cas => a.comp ++ (applyPrep {s="" ; c=Gen ; hasPrep=True} np) ;
|
||||
s = \\gn,anim,cas => a.comp ++ (applyPrep {s="" ; c=Gen ; hasPrep=False} np) ; -- True?
|
||||
short = \\ag=>a.comp ++ (applyPrep {s="" ; c=Gen ; hasPrep=True} np) ;
|
||||
isPost = False ;
|
||||
preferShort = PrefShort
|
||||
|
||||
Reference in New Issue
Block a user