explosion / explosion/spacy-course
Diagram for the Span object
Open
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 377
- PR merge metrics
- No merged PRs in 30d
Description
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

.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.