Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Nov 16, 2024
2 parents a089963 + 4ac13f1 commit e68be80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void compare(String gold, String pred)
}
A_cap_B_size++;
goldLen += wordArray[goldIndex].length();
predLen += wordArray[goldIndex].length();
predLen += predArray[predIndex].length();
goldIndex++;
predIndex++;
}
Expand Down

0 comments on commit e68be80

Please sign in to comment.