pub type EntityAnnotation<'a> = (&'a str, &'a str, usize, usize);
Entity annotation: (text, entity_type, start, end).