spacy-course
spacy-course copied to clipboard
Diagram for the Span object
Data Structures(2): Doc, Span and Token: https://course.spacy.io/en/chapter2 Section 2 on the Span Object
The [diagram] says Span(1,4). The slice from index 1 - 4 is highlighted in yellow. while it should be from index 1 to 3 since the end index is exclusive
.