From a4516ec06d2ffed6c5a8a3d5248ad5081eabe4fb Mon Sep 17 00:00:00 2001 From: "robin.perrotin" <robin.perrotin@lif.univ-mrs.fr> Date: Mon, 13 Nov 2017 05:31:57 +0100 Subject: [PATCH] . --- maca_trans_parser/src/simple_decoder_parser_arc_eager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c index bbfaf48..aca5cdd 100644 --- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c +++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c @@ -153,7 +153,7 @@ void simple_decoder_parser_arc_eager(context *ctx) double sumExp = 0; double currentSumExp = 0; - double ScoreTranslation = -10.; + double ScoreTranslation = -10; int FlagNotInitExp = 1; word* word_scored; @@ -197,9 +197,9 @@ void simple_decoder_parser_arc_eager(context *ctx) if(b1 && b2 && b3){ printf("\n*** %f %f %d %f \n",ScoreTranslation,vcode_array[i].score, i, sumExp); if(FlagNotInitExp){ - printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i); + printf(" %f %f %d $$$$$$\n",ScoreTranslation,vcode_array[i].score, i); ScoreTranslation += vcode_array[i].score; - printf(" %f " ,ScoreTranslation); + printf(" %f $$$$$$\n" ,ScoreTranslation); FlagNotInitExp = 0; } if(vcode_array[i].score - ScoreTranslation > 0){ -- GitLab