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
$ curl -L -s 'http://www.ebi.ac.uk/spot/zooma/v2/api/services/annotate?propertyValue=NA' | jq '.[] | .confidence, .semanticTags, .annotatedProperty.propertyValue' "GOOD" [ "http://purl.obolibrary.org/obo/CL_0000895" ] "na??ve CD4+ T cell"
I think it is treating the umlauted i as a token separator and doing a substring match... but even with this explanation, why is this GOOD?
The text was updated successfully, but these errors were encountered:
actually I am not sure my explanation is correct
https://www.ebi.ac.uk/ols/ontologies/cl/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FCL_0000895
naive CD4+ T cell is a broad synonym
still unclear why this is a GOOD match
Sorry, something went wrong.
No branches or pull requests
I think it is treating the umlauted i as a token separator and doing a substring match... but even with this explanation, why is this GOOD?
The text was updated successfully, but these errors were encountered: