We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using smatch 1.0.4 (installed via pip install) and I found a case where the precision (and F-mesure) are > 100%
gold:
# ::snt 22/02/2010 16:42 (d / date-entity :time "16:42" :day 22 :month 2 :year 2010)
predicted:
# ::snt 22/02/2010 16:42 (d / date-entity :time "16:42" :year 2010 :month 2 :day 22 :day 22)
evaluation:
$ smatch.py --pr -f gold predicted Precision: 1.17 Recall: 1.00 F-score: 1.08
Thanks !
The text was updated successfully, but these errors were encountered:
Just saw that #15 mentioned this problem already...
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm using smatch 1.0.4 (installed via pip install) and I found a case where the precision (and F-mesure) are > 100%
gold:
predicted:
evaluation:
Thanks !
The text was updated successfully, but these errors were encountered: