Description
This pretrained pipeline is built on the top of re_temporal_events_clinical model.
Predicted Entities
How to use
pipeline = PretrainedPipeline("re_temporal_events_clinical_pipeline", "en", "clinical/models")
pipeline.annotate("The patient is a 56-year-old right-handed female with longstanding intermittent right low back pain, who was involved in a motor vehicle accident in September of 2005. At that time, she did not notice any specific injury, but five days later, she started getting abnormal right low back pain.")
val pipeline = new PretrainedPipeline("re_temporal_events_clinical_pipeline", "en", "clinical/models")
pipeline.annotate("The patient is a 56-year-old right-handed female with longstanding intermittent right low back pain, who was involved in a motor vehicle accident in September of 2005. At that time, she did not notice any specific injury, but five days later, she started getting abnormal right low back pain.")
import nlu
nlu.load("en.relation.temporal_event_clinical.pipeline").predict("""The patient is a 56-year-old right-handed female with longstanding intermittent right low back pain, who was involved in a motor vehicle accident in September of 2005. At that time, she did not notice any specific injury, but five days later, she started getting abnormal right low back pain.""")
Results
+----+------------+------------+-----------------+---------------+--------------------------+-----------+-----------------+---------------+---------------------+--------------+
| | relation | entity1 | entity1_begin | entity1_end | chunk1 | entity2 | entity2_begin | entity2_end | chunk2 | confidence |
+====+============+============+=================+===============+==========================+===========+=================+===============+=====================+==============+
| 0 | OVERLAP | OCCURRENCE | 121 | 144 | a motor vehicle accident | DATE | 149 | 165 | September of 2005 | 0.999975 |
+----+------------+------------+-----------------+---------------+--------------------------+-----------+-----------------+---------------+---------------------+--------------+
| 1 | OVERLAP | DATE | 171 | 179 | that time | PROBLEM | 201 | 219 | any specific injury | 0.956654 |
+----+------------+------------+-----------------+---------------+--------------------------+-----------+-----------------+---------------+---------------------+--------------+
Model Information
Model Name: | re_temporal_events_clinical_pipeline |
Type: | pipeline |
Compatibility: | Healthcare NLP 4.4.4+ |
License: | Licensed |
Edition: | Official |
Language: | en |
Size: | 1.7 GB |
Included Models
- DocumentAssembler
- SentenceDetector
- TokenizerModel
- PerceptronModel
- WordEmbeddingsModel
- MedicalNerModel
- NerConverter
- DependencyParserModel
- RelationExtractionModel