Skip to content

Commit 18795eb

Browse files
authored
Merge branch 'master' into python-argparse-fix
2 parents 8390db1 + 545ed93 commit 18795eb

File tree

4 files changed

+514
-0
lines changed

4 files changed

+514
-0
lines changed

spacy/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Natural Language Processing With spaCy in Python
2+
3+
Corresponding code for the Real Python tutorial [Natural Language Processing With spaCy in Python](https://realpython.com/natural-language-processing-spacy-python/)
4+
5+
All the examples from the tutorial have been combined into one file. For the best experience, use VS Code with the [Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter). This uses the `# %%` token as a delimiter for separate cells, allowing you to run cells one by one and inspect the output.

0 commit comments

Comments
 (0)