Machine-Learning-for-Medical-Language / ctakes-client-py

Apache License 2.0
4 stars 1 forks source link

Add official API for covid symptoms and umls semantic groups #26

Closed mikix closed 2 years ago

mikix commented 2 years ago

New API:

ctakesclient.filesystem.covid_symptoms() -> List[BsvConcept]

ctakesclient.filesystem.umls_semantic_groups() -> List[BsvSemanticType]

Changed API:

mikix commented 2 years ago

We reviewed this over zoom - looks good to land.