org.apache.uima.java true edu.mayo.bmi.uima.drugner.ae.CopyDrugAnnotator CNP to DrugLookupWindow Copies Shallow Parse CNP annotations to be used as lookup windows for dictionary lookup. Mayo srcDrugObjClass Source JCas object class. This must be an object that already exists in the JCas. String false true destDrugObjClass Destination JCas object class. A new JCas object will be created. String false true dataDrugBindMap Binds data from source to destination. Format for each entry is the getter method name of the source to the setter method name of the destination. e.g. getMyValue|setMyValue String true true sectionOverrideSet String true false srcDrugObjClass edu.mayo.bmi.uima.core.type.syntax.NP destDrugObjClass edu.mayo.bmi.uima.lookup.type.DrugLookupWindowAnnotation sectionOverrideSet SIMPLE_SEGMENT 20104 20133 20147 dataDrugBindMap getBegin|setBegin getEnd|setEnd edu.mayo.bmi.uima.common.type.CopySrcAnnotation Used for testing CopyAnnotator. uima.tcas.Annotation edu.mayo.bmi.uima.common.type.CopyDestAnnotation Used for testing CopyAnnotator. uima.tcas.Annotation uima.tt.CNPAnnotation edu.mayo.bmi.uima.core.type.textspan.Segment edu.mayo.bmi.uima.core.type.textspan.LookupWindowAnnotation edu.mayo.bmi.uima.lookup.type.DrugLookupWindowAnnotation true true false