Description
This pretrained pipeline is built on the top of ner_events_biobert model.
Predicted Entities
SPECIES
, HUMAN
How to use
pipeline = PretrainedPipeline("ner_events_biobert_pipeline", "en", "clinical/models")
pipeline.annotate("The patient presented to the emergency room last evening")
val pipeline = new PretrainedPipeline("ner_events_biobert_pipeline", "en", "clinical/models")
pipeline.annotate("The patient presented to the emergency room last evening")
import nlu
nlu.load("en.med_ner.biobert_events.pipeline").predict("""The patient presented to the emergency room last evening""")
Results
+------------------+-------------+
|chunks |entities |
+------------------+-------------+
|presented |OCCURRENCE |
|the emergency room|CLINICAL_DEPT|
+------------------+-------------+
Model Information
Model Name: | ner_events_biobert_pipeline |
Type: | pipeline |
Compatibility: | Healthcare NLP 3.4.1+ |
License: | Licensed |
Edition: | Official |
Language: | en |
Size: | 422.0 MB |
Included Models
- DocumentAssembler
- SentenceDetectorDLModel
- TokenizerModel
- BertEmbeddings
- MedicalNerModel
- NerConverter