Skip to main content

EntityAnnotation

Type Alias EntityAnnotation 

Source
pub type EntityAnnotation<'a> = (&'a str, &'a str, usize, usize);
Expand description

Entity annotation: (text, entity_type, start, end).