Update code in rule-based matcher tutorial

This commit is contained in:
Ines Montani 2016-10-21 00:58:49 +02:00
parent 2251abb236
commit 0373d23727

View File

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