Skip to content
Snippets Groups Projects
Commit 3abce919 authored by Alexis Nasr's avatar Alexis Nasr
Browse files

minor modifications in maca_tm_mcf2scf.

parent e077211f
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@ void generate_scf_file(context *ctx)
c = config_new(mcf_file, mcd_struct_hyp, 5);
/* c = config_new_load_all_mcf(ctx->input_filename, ctx->mcd_struct); */
while(!word_buffer_end(ref) && (sentence_nb < ctx->sent_nb)){
/* while(!word_buffer_end(config_get_buffer(c)) && (sentence_nb < ctx->sent_nb)){ */
//while(!word_buffer_end(ref) && (sentence_nb < ctx->sent_nb)){
while(!word_buffer_end(config_get_buffer(c)) && (sentence_nb < ctx->sent_nb)){
current_state = machine->state_array[c->current_state_nb];
classif = current_state->classif;
......
......@@ -37,7 +37,7 @@ int movement_apply(config *c, int mvt_code, mvt_tagset *tagset, int root_code, t
break;
case MVT_POS :
result = movement_add_pos(c, mvt_label);
result = movement_forward(c);
// result = movement_forward(c);
break;
case MVT_CPOS :
result = movement_add_cpos(c, mvt_label);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment