Skip to content

Commit 39dd8cf

Browse files
authored
README LE
1 parent 1ced0e5 commit 39dd8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spacy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Natural Language Processing With spaCy in Python
22

3-
Corresponding code for ["Natural Language Processing With spaCy in Python"](https://realpython.com/natural-language-processing-with-spacy-in-python/)
3+
Corresponding code for the Real Python tutorial [Natural Language Processing With spaCy in Python](https://realpython.com/natural-language-processing-spacy-python/)
44

5-
All the examples from the article 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 each cell one by one and inspect the output.
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)