Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 577 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 577 Bytes

Top 2 Adverse event from medical text

This is a python module to find most common/ frequent adverse event provided medical text data
This repository also has a training data file which includes text data and observed advserse event in that text.
Training data is prepared using this traing data file.

spaCy is a one of the most commonly used free open-source library for Natural Language Processing in Python.
This module uses scispacy module. scispacyis a Python package containing spaCy models for processing biomedical, scientific or clinical text.