pub fn export_annotation_priority(entities: &[Entity], k: usize) -> Vec<String>Expand description
Export uncertainty-ranked entities as JSONL for annotation tools.
Each line is a JSON object with text, entity_type, confidence,
uncertainty, and rank fields, sorted by descending uncertainty.