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
With this admittedly silly query I get spurious matches with MEDIUM confidence
curl -L -s 'http://www.ebi.ac.uk/spot/zooma/v2/api/services/annotate?propertyValue=range+600-1K' | jq '.[] | .confidence, .semanticTags, .annotatedProperty.propertyValue' "MEDIUM" [ "http://purl.obolibrary.org/obo/NCIT_C38013" ] "Range" "MEDIUM" [ "http://purl.obolibrary.org/obo/NCIT_C134240" ] "Analytical Procedure Range"
the first matches a substring. The second is a match with one string in common.
Why are these MEDIUM and not LOW? Is there a way to eliminate substring or overlapping string matches?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With this admittedly silly query I get spurious matches with MEDIUM confidence
the first matches a substring. The second is a match with one string in common.
Why are these MEDIUM and not LOW? Is there a way to eliminate substring or overlapping string matches?
The text was updated successfully, but these errors were encountered: