forked from GitHub/gf-rgl
start reworking grammar to split verb and verb complement
This commit is contained in:
@@ -16,6 +16,7 @@ concrete ConjunctionLat of Conjunction =
|
||||
o = \\_ => [] ;
|
||||
v = \\_,_ => [] ;
|
||||
neg = \\_ => [] ;
|
||||
vcompl = [] ;
|
||||
p = ss.p ;
|
||||
sadv = [] ;
|
||||
t = ss.t
|
||||
|
||||
Reference in New Issue
Block a user