* Fix setup of uget

This commit is contained in:
Matthew Honnibal 2015-10-19 17:19:05 +11:00
parent e25adce54d
commit 984775e5e2

View File

@ -201,7 +201,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.syntax.arc_eager',
'spacy.syntax._parse_features',
'spacy.gold', 'spacy.orth',
'spacy.uget',
'spacy.en.uget',
'spacy.tokens.doc', 'spacy.tokens.spans', 'spacy.tokens.token',
'spacy.serialize.packer', 'spacy.serialize.huffman', 'spacy.serialize.bits',
'spacy.cfile', 'spacy.matcher',