Skip to content

Commit 30cde13

Browse files
authored
Merge pull request #347 from realpython/spacy
Materials for Spacy Resurfacing
2 parents fa659a8 + 39dd8cf commit 30cde13

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)