Closed mikix closed 2 years ago
New API:
ctakesclient.filesystem.covid_symptoms() -> List[BsvConcept]
ctakesclient.filesystem.umls_semantic_groups() -> List[BsvSemanticType]
Changed API:
ctakesclient.filesystem.map_cui_pref()
We reviewed this over zoom - looks good to land.
New API:
ctakesclient.filesystem.covid_symptoms() -> List[BsvConcept]
ctakesclient.filesystem.umls_semantic_groups() -> List[BsvSemanticType]
Changed API:
ctakesclient.filesystem.map_cui_pref()
now accepts either a string or a list of BsvConcepts (previously it only accepted a filename string). This is to make it easier to use with the above new API.