Skip to content
Snippets Groups Projects
Commit 0c2db707 authored by robin.perrotin's avatar robin.perrotin
Browse files

.

parent a5c21b10
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ void simple_decoder_parser_arc_eager(context *ctx) ...@@ -194,6 +194,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
int b3 = respect_buffer_constraint(ctx->partial_mode, c, movement_parser_type(vcode_array[i].class_code), movement_parser_label(vcode_array[i].class_code)); int b3 = respect_buffer_constraint(ctx->partial_mode, c, movement_parser_type(vcode_array[i].class_code), movement_parser_label(vcode_array[i].class_code));
if(b1 && b2 && b3){ if(b1 && b2 && b3){
printf("\n*** %f %f %d \n",ScoreTranslation,vcode_array[i].score, i);
if(sumExp + 0.5 < 0){ if(sumExp + 0.5 < 0){
printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i); printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i);
ScoreTranslation += vcode_array[i].score; ScoreTranslation += vcode_array[i].score;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment