* Avoid compiling unused files

This commit is contained in:
Matthew Honnibal 2015-10-08 14:00:34 +11:00
parent e3e8994368
commit 4513bed175
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.morphology', 'spacy.tagger', 'spacy.morphology', 'spacy.tagger',
'spacy.syntax.stateclass', 'spacy.syntax.stateclass',
'spacy._ml', 'spacy._theano', 'spacy._ml', 'spacy._theano',
'spacy.tokenizer', 'spacy.en.attrs', 'spacy.tokenizer',
'spacy.en.pos', 'spacy.syntax.parser', 'spacy.syntax.parser',
'spacy.syntax.transition_system', 'spacy.syntax.transition_system',
'spacy.syntax.arc_eager', 'spacy.syntax.arc_eager',
'spacy.syntax._parse_features', 'spacy.syntax._parse_features',