mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
(Kor) Fixes in adverbs + related unit tests
This commit is contained in:
@@ -130,7 +130,7 @@ lin
|
||||
|
||||
-- : Adv -> Comp ;
|
||||
CompAdv adv = emptyComp ** {
|
||||
s = \\vf => adv.s ++ copula.s ! vf ;
|
||||
s = \\vf => adv.s ++ have_V.s ! vf ;
|
||||
} ;
|
||||
|
||||
-- : VP -- Copula alone;
|
||||
|
||||
Reference in New Issue
Block a user