mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 03:26:27 -06:00
(May) Split VP negations into bukan and tidak
This commit is contained in:
@@ -51,17 +51,17 @@ lin
|
||||
|
||||
-- : Temp -> Pol -> Cl -> S ;
|
||||
UseCl t p cl = {
|
||||
s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ;
|
||||
s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ! p.p;
|
||||
} ;
|
||||
|
||||
-- : Temp -> Pol -> QCl -> QS ;
|
||||
UseQCl t p cl = {
|
||||
s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ;
|
||||
s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ! p.p ;
|
||||
} ;
|
||||
|
||||
-- : Temp -> Pol -> RCl -> RS ;
|
||||
UseRCl t p cl = {
|
||||
s = \\per => cl.subj ++ t.s ++ p.s ++ cl.pred ! per ;
|
||||
s = \\per => cl.subj ++ t.s ++ p.s ++ cl.pred ! per ! p.p ;
|
||||
} ;
|
||||
|
||||
-- AdvS : Adv -> S -> S ; -- then I will go home
|
||||
|
||||
Reference in New Issue
Block a user