An entity represent a named objet in named entity recognition (NER). It
contains a start and an end(i.e. at what index of the list does it starts
and ends) and a tag, which the associated entity (such as LOC, NAME,
PER, etc.). It is important to note that the end field differ from the
value used in SeqEval when strict = false.