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

.

parent 7da0a82b
Branches
No related tags found
No related merge requests found
...@@ -195,9 +195,9 @@ void simple_decoder_parser_arc_eager(context *ctx) ...@@ -195,9 +195,9 @@ void simple_decoder_parser_arc_eager(context *ctx)
if(b1 && b2 && b3){ if(b1 && b2 && b3){
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); pritnf(" %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