Skip to content

Commit

Permalink
Merge pull request #413 from bhargav/predicate-argument-evaluator-fix
Browse files Browse the repository at this point in the history
Fix evalution issue with PredicateArgumentEvaluator.
  • Loading branch information
bhargav authored Apr 6, 2017
2 parents 73bb4e6 + 2d06b9b commit 5f920a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void evaluateSense(ClassificationTester senseTester, View goldView, View
* @param tester The multi-class {@link ClassificationTester} for the argument labels
*/
public void evaluate(ClassificationTester tester, View goldView, View predictionView) {
super.cleanAttributes(goldView, predictionView);
gold = (PredicateArgumentView) goldView;
prediction = (PredicateArgumentView) predictionView;
goldToPredictionPredicateMapping = getGoldToPredictionPredicateMapping();
Expand Down

0 comments on commit 5f920a7

Please sign in to comment.