From 6f16cf5851387c305c259446da91627826c2ff4c Mon Sep 17 00:00:00 2001
From: "robin.perrotin" <robin.perrotin@lif.univ-mrs.fr>
Date: Mon, 13 Nov 2017 06:32:27 +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 b675300..2ec35be 100644
--- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
+++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
@@ -221,7 +221,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
 
 	  if(b1 && b2 && b3){
       if(FlagNotInitExp){
-        ScoreTranslation += vcode_array[i].score/ProbaDivider;
+        ScoreTranslation += vcode_array[i].score;///ProbaDivider;
         FlagNotInitExp = 0;
       }
 //      if(vcode_array[i].score/ProbaDivider - ScoreTranslation > 0){
-- 
GitLab