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

Apache License 2.0
4 stars 1 forks source link

feat: add ability to list polarity against the termexists model too #61

Closed mikix closed 1 year ago

mikix commented 1 year ago

Previously, you could only check polarity using the negation cnlp transformer. But this commit adds the option to pass the specific model you want to list_polarity(). Currently, only negation (the default) and termexists are supported.