Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01_02_linguistic_annotations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The token object contains a lot of different attributes that are VITAL do performing NLP in spaCy. We will be working with a few of them, such as:\n",
"The token object contains a lot of different attributes that are VITAL to performing NLP in spaCy. We will be working with a few of them, such as:\n",
"\n",
"* .text\n",
"* .head\n",
Expand Down