* Compile spacy.matcher

This commit is contained in:
Matthew Honnibal 2015-08-05 23:48:11 +02:00
parent 5bc0e83f9a
commit 47db3067a0

View File

@ -164,7 +164,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.gold', 'spacy.orth',
'spacy.tokens.doc', 'spacy.tokens.spans', 'spacy.tokens.token',
'spacy.serialize.packer', 'spacy.serialize.huffman', 'spacy.serialize.bits',
'spacy.cfile',
'spacy.cfile', 'spacy.matcher',
'spacy.syntax.ner']