Skip to content

1.2.0

Choose a tag to compare

@mikix mikix released this 07 Oct 13:11
· 70 commits to main since this release
a1256e4

New API

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

    • Returns a list of known covid symptoms
  • ctakesclient.filesystem.umls_semantic_groups() -> List[BsvSemanticType]

    • Returns a list of UMLS semantic groups

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.

Features

  • polarity-diff-report now has a --mention argument that lets you filter by certain kinds of mentions (e.g. --mention=DiseaseDisorderMention)

Fixes

  • Non-latin1 characters in physician notes no longer throws an exception
  • An exception is now thrown if there was an error talking to the cTAKES or cNLP servers