From 0646784cc8634516882e0bf83091a5c96cf8073c Mon Sep 17 00:00:00 2001 From: "robin.perrotin" <robin.perrotin@lif.univ-mrs.fr> Date: Mon, 13 Nov 2017 05:18:05 +0100 Subject: [PATCH] . --- maca_trans_parser/src/simple_decoder_parser_arc_eager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7aa6262..6c04ef9 100644 --- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c +++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c @@ -197,7 +197,7 @@ void simple_decoder_parser_arc_eager(context *ctx) if(sumExp < -0.5){ printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i); ScoreTranslation += vcode_array[i].score; - pritnf(" %f " ,ScoreTranslation); + printf(" %f " ,ScoreTranslation); sumExp = 0.; } if(vcode_array[i].score - ScoreTranslation >= 0){ -- GitLab