You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.
The text was updated successfully, but these errors were encountered:
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
.
The text was updated successfully, but these errors were encountered: