Remove matcher2 from setup.py

This commit is contained in:
Matthew Honnibal 2018-02-18 13:46:00 +01:00
parent 3d7285870b
commit 70cd94f866

View File

@ -38,7 +38,6 @@ MOD_NAMES = [
'spacy.tokens.span',
'spacy.tokens.token',
'spacy.matcher',
'spacy.matcher2',
'spacy.syntax.ner',
'spacy.symbols',
'spacy.vectors',