* Compile sense_tagger

This commit is contained in:
Matthew Honnibal 2015-07-01 22:37:31 +02:00
parent 52fd80c6c6
commit 3992724685

View File

@ -157,7 +157,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.syntax.arc_eager',
'spacy.syntax._parse_features',
'spacy.gold', 'spacy.orth',
'spacy.senses',
'spacy.senses', 'spacy.sense_tagger',
'spacy.syntax.ner']