mirror of
https://github.com/explosion/spaCy.git
synced 2025-09-20 11:02:38 +03:00
docs: update rule-based-matching.mdx
Jupyer -> Jupyter
This commit is contained in:
parent
0d7e57fc3e
commit
539c7db9f4
|
@ -720,7 +720,7 @@ matches = matcher(doc)
|
||||||
|
|
||||||
# Serve visualization of sentences containing match with displaCy
|
# Serve visualization of sentences containing match with displaCy
|
||||||
# set manual=True to make displaCy render straight from a dictionary
|
# set manual=True to make displaCy render straight from a dictionary
|
||||||
# (if you're not running the code within a Jupyer environment, you can
|
# (if you're not running the code within a Jupyter environment, you can
|
||||||
# use displacy.serve instead)
|
# use displacy.serve instead)
|
||||||
displacy.render(matched_sents, style="ent", manual=True)
|
displacy.render(matched_sents, style="ent", manual=True)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user