docs: update rule-based-matching.mdx (#13665) [ci skip]

This commit is contained in:
Ikko Eltociear Ashimine 2024-10-23 19:07:01 +09:00 committed by GitHub
parent 1ee9a19059
commit 15fbf5ef36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)
``` ```