asyml / ForteHealth

The project is in the incubation stage and still under development. ForteHealth is a flexible and powerful ML workflow builder for biomedical and clinical scenarios. This is part of the CASL project: http://casl-project.ai/
Apache License 2.0
10 stars 5 forks source link

65 Medical text understanding PR #89

Closed nikhilranjan7 closed 1 year ago

nikhilranjan7 commented 1 year ago

Add example for medical text understanding which uses scispacy processor

nikhilranjan7 commented 1 year ago

image

nikhilranjan7 commented 1 year ago

image

codecov[bot] commented 1 year ago

Codecov Report

Merging #89 (66212f4) into master (66ed6dc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   87.85%   87.85%           
=======================================
  Files          14       14           
  Lines         749      749           
=======================================
  Hits          658      658           
  Misses         91       91           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Piyush13y commented 1 year ago

image

I see that for the same sentence (input entity), our processor outputs multiple occurrences of the same abbreviation as well (SBMA, in this example). Maybe we can create an issue to handle that, so we don't produce redundant output for the same input.