mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 18:46:28 -06:00
monosyllable prefix
This commit is contained in:
@@ -54,8 +54,8 @@ lin
|
||||
True => iadv.s ++ cls.subj ; False => cls.subj
|
||||
} ;
|
||||
pred = \\vf,pol => case iadv.isPre of {
|
||||
True => cls.pred ! Root ! pol ;
|
||||
False => cls.pred ! Root ! pol ++ iadv.s
|
||||
True => cls.pred ! iadv.vf ! pol ;
|
||||
False => cls.pred ! iadv.vf ! pol ++ iadv.s
|
||||
} ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user