Skip to content

Commit

Permalink
docs: update rule-based-matching.mdx (#13665) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Oct 23, 2024
1 parent 1ee9a19 commit 15fbf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/usage/rule-based-matching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ matches = matcher(doc)
# Serve visualization of sentences containing match with displaCy
# 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)
displacy.render(matched_sents, style="ent", manual=True)
```
Expand Down

0 comments on commit 15fbf5e

Please sign in to comment.