org.apache.uima.java true org.spin.scrubber.uima.annotator.DictionaryAnnotator DictionaryAnnotator matches dictionary lookupQuery currently query table matches structure of umls.mrconso. only requirement is that query returns 'code' and 'ontology' from a string match. String true true lookupQuery select cui as code, sab as ontology from lookup_umls where str = ?; select code, ontology from lookup_dictionary where str = ?; org.spin.scrubber.uima.type.OntologyMatch sorted begin standard org.spin.scrubber.uima.type.OntologyMatch true true false