Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix evalution issue with PredicateArgumentEvaluator. #413

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

bhargav
Copy link
Contributor

@bhargav bhargav commented Apr 5, 2017

  • 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.
@danyaljj
Copy link
Member

danyaljj commented Apr 5, 2017

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

@danyaljj
Copy link
Member

danyaljj commented Apr 5, 2017

Feel free to merge.

@bhargav
Copy link
Contributor Author

bhargav commented Apr 5, 2017

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

@danyaljj
Copy link
Member

danyaljj commented Apr 5, 2017

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