Merge pull request #811 from knub/patch-1

Fix error in matching documentation
This commit is contained in:
Ines Montani 2017-02-07 16:57:02 +01:00 committed by GitHub
commit 8ac741c217

View File

@ -20,7 +20,7 @@ p
| Once we've added the pattern, we can use the #[code matcher] as a
| callable, to receive a list of #[code (ent_id, start, end)] tuples.
| Note that #[code LOWER] and #[code IS_PUNCT] are data attributes
| of #[code Matcher.attrs].
| of #[code spacy.attrs].
+code.
from spacy.matcher import Matcher