Skip to content

ctakes drug ner

Sean Finan edited this page Sep 21, 2024 · 4 revisions

Can identify attributes of drug mentions such as Dosage, Frequency, Frequency Unit, Route and Strength from either plaintext or CDA documents. It also provides the ability to specify which sections of a note contain drugs in a list format versus drug mentions within the narrative of the note. This allows for customized processing done on different sections and generally improves the quality of the annotations.

Annotation Engines
Output Writers
Utilities


Annotation Engines

Drug Mention Annotator

Creates modifier annotations needed to handle the drug mentions.

Source class: DrugMentionAnnotator
Source package: org.apache.ctakes.drugner.ae
Parent class: org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Dependencies: Section, Base Token
Products: Identified Annotation

No available configuration parameters.


Output Writers

Database File Writer

Writes to a file that is compatible with Database import.

Source class: ConsumeNamedEntityRecordModel
Source package: org.apache.ctakes.drugner.cc
Parent class: org.apache.uima.collection.CasConsumer_ImplBase
Dependencies: Section, Identified Annotation

No available configuration parameters.


Utilities

Drug Copier

Copies data from an existing JCas into a new JCas.

Source class: CopyDrugAnnotator
Source package: org.apache.ctakes.drugner.ae
Parent class: org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Dependencies: Section

No available configuration parameters.

Clone this wiki locally