Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Nasr
macaon2
Commits
fba33332
Commit
fba33332
authored
Jul 14, 2018
by
Alexis Nasr
Browse files
Merge branch 'master' of gitlab.lis-lab.fr:alexis.nasr/macaon2
parents
be7d96ae
19a349ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
maca_trans_parser/src/movements.c
View file @
fba33332
...
...
@@ -20,7 +20,8 @@ int movement_left_arc(config *c, int movement_code, int label)
word_set_gov
(
dep
,
dist
);
word_set_label
(
dep
,
label
);
// gov->lspan = dep->lspan;
if
(
gov
&&
dep
)
gov
->
lspan
=
dep
->
lspan
;
config_push_mvt
(
c
,
movement_code
,
gov
,
dep
);
...
...
@@ -57,7 +58,9 @@ int movement_right_arc(config *c, int movement_code, int label)
word_set_gov
(
dep
,
dist
);
word_set_label
(
dep
,
label
);
// gov->rspan = dep->rspan;
if
(
gov
&&
dep
)
gov
->
rspan
=
dep
->
rspan
;
stack_push
(
config_get_stack
(
c
),
word_buffer_b0
(
config_get_buffer
(
c
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment