ValueError: [E103] Trying to set conflicting doc.ents: '(295, 321, 'College Name')' and '(295, 305, 'Companies worked at')'. A token can only be part of one entity, so make sure the entities you're setting don't overlap. To work with overlapping entities, consider using doc.spans instead.
ValueError: [E103] Trying to set conflicting doc.ents: '(295, 321, 'College Name')' and '(295, 305, 'Companies worked at')'. A token can only be part of one entity, so make sure the entities you're setting don't overlap. To work with overlapping entities, consider using doc.spans instead.