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

Apache License 2.0
4 stars 1 forks source link

polarity-diff-report: add --mention filter #25

Closed mikix closed 2 years ago

mikix commented 2 years ago

Use like so: --mention=SignSymptomMention --mention=SignSymptomMention,DiseaseDisorderMention --mention=SignSymptomMention --mention=DiseaseDisorderMention

This will only show differences that match one of the given mention types.

Fixes: #12