Objects for typing and validation
start (int): Start position of entity in text.
end (int): End position of entity in text.
span (str): Text value of entity.
score (float): Probability score.
Subcalss of Entity.
entity (str): Entity label.
Type variable bounded to Entity.
Last updated 1 year ago