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

.

parent 519a8fe9
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ void simple_decoder_parser_arc_eager(context *ctx) ...@@ -197,7 +197,7 @@ void simple_decoder_parser_arc_eager(context *ctx)
if(sumExp < -0.5){ if(sumExp < -0.5){
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;
pritnf(" %f " ,ScoreTranslation); printf(" %f " ,ScoreTranslation);
sumExp = 0.; sumExp = 0.;
} }
if(vcode_array[i].score - ScoreTranslation >= 0){ if(vcode_array[i].score - ScoreTranslation >= 0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment