org.apache.uima.java true edu.mayo.bmi.uima.core.ae.CopyAnnotator VG to LookupWindow Copies Shallow Parse VG annotations to be used as lookup windows for dictionary lookup. Mayo srcObjClass Source JCas object class. This must be an object that already exists in the JCas. String false true destObjClass Destination JCas object class. A new JCas object will be created. String false true dataBindMap 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 srcObjClass edu.mayo.bmi.uima.core.type.syntax.VP destObjClass edu.mayo.bmi.uima.core.type.textspan.LookupWindowAnnotation dataBindMap getBegin|setBegin getEnd|setEnd edu.mayo.bmi.uima.core.type.CopySrcAnnotation Used for testing CopyAnnotator. uima.tcas.Annotation edu.mayo.bmi.uima.core.type.CopyDestAnnotation Used for testing CopyAnnotator. uima.tcas.Annotation edu.mayo.bmi.uima.core.type.syntax.VP edu.mayo.bmi.uima.core.type.textspan.LookupWindowAnnotation true true