Skip to content

Fix evalution issue with PredicateArgumentEvaluator.#413

Merged
bhargav merged 1 commit into
CogComp:masterfrom
bhargav:predicate-argument-evaluator-fix
Apr 6, 2017
Merged

Fix evalution issue with PredicateArgumentEvaluator.#413
bhargav merged 1 commit into
CogComp:masterfrom
bhargav:predicate-argument-evaluator-fix

Conversation

@bhargav

@bhargav bhargav commented Apr 5, 2017

Copy link
Copy Markdown
Contributor
  • evaluateSense method requires attributes as part of the evaluation.
  • evaluate methods remotes attributes in the gold and predicted views.
  • Calling evaluate before evaluateSense causes the evaluation to fail as the attributes are missing now.

- `evaluateSense` method requires attributes as part of the
  evaluation.
- `evaluate` methods remotes attributes in the gold and predicted
  views.
- Calling `evaluate` before `evaluateSense` causes the evaluation to
  fail as the attributes are missing now.
@bhargav bhargav requested review from danyaljj and mssammon April 5, 2017 22:44
@danyaljj

danyaljj commented Apr 5, 2017

Copy link
Copy Markdown
Member

Nice catch. I think I fixed it in #215 but it's not checked in.

@danyaljj

danyaljj commented Apr 5, 2017

Copy link
Copy Markdown
Member

Feel free to merge.

@bhargav

bhargav commented Apr 5, 2017

Copy link
Copy Markdown
Contributor Author

Its not fixed in #215. I ran with the changes in that branch and the issue still happens.

@danyaljj

danyaljj commented Apr 5, 2017

Copy link
Copy Markdown
Member

Then I guess I forgot to commit the change.

@bhargav bhargav merged commit 5f920a7 into CogComp:master Apr 6, 2017
@bhargav bhargav deleted the predicate-argument-evaluator-fix branch April 6, 2017 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants