Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kavgan committed Feb 18, 2020
1 parent 2826454 commit 016a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/rxnlp/tools/rouge/ROUGECalculator.java
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ private void computePrecisionRecall(Result r, String ngram, double overlap, Coll
}

private void computeROUGEL(Result r, List<String> refSents, List<String> sysSents) {
double comparisons = 0;

Set<String> unionLCSWords = new HashSet<>();
Set<String> allRefWords = new HashSet<>();
Set<String> allSysWords = new HashSet<>();
Expand Down

0 comments on commit 016a108

Please sign in to comment.