mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Update code in rule-based matcher tutorial
This commit is contained in:
parent
2251abb236
commit
0373d23727
|
@ -4,7 +4,7 @@ p.u-text-large spaCy features a rule-matching engine that operates over tokens.
|
|||
|
||||
+code("python", "Matcher Example").
|
||||
from spacy.matcher import Matcher
|
||||
from spacy.attributes import *
|
||||
from spacy.attrs import *
|
||||
import spacy
|
||||
|
||||
nlp = spacy.load('en', parser=False, entity=False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user