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

"NA" matches "naive CD4+ T cell" in CL #60

Open
cmungall opened this issue Feb 19, 2021 · 1 comment
Open

"NA" matches "naive CD4+ T cell" in CL #60

cmungall opened this issue Feb 19, 2021 · 1 comment

Comments

@cmungall
Copy link

$ 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?

@cmungall
Copy link
Author

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

@henrietteharmse henrietteharmse added this to the Resilient searches milestone Mar 3, 2021
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

No branches or pull requests

2 participants