You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get the HPIDs for the query of "blood group" returns two ids when resolve_conflicts=False
from txt2hpo.extract import Extractor
extract=Extractor(resolve_conflicts=False,correct_spelling=False)
extract.hpo('blood group').hpids
['HP:0032370','HP:0032223']
These refer to the "Blood group A" and "Blood group" phenotypes, respectively. The model considers both phenotypes to be identical given that the term "A" is considered as a stop word.
The text was updated successfully, but these errors were encountered:
Trying to get the HPIDs for the query of "blood group" returns two ids when resolve_conflicts=False
These refer to the "Blood group A" and "Blood group" phenotypes, respectively. The model considers both phenotypes to be identical given that the term "A" is considered as a stop word.
The text was updated successfully, but these errors were encountered: