mirror of https://github.com/explosion/spaCy.git
* Fix uget
This commit is contained in:
parent
984775e5e2
commit
579670e4c7
1
setup.py
1
setup.py
|
@ -201,7 +201,6 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
|
|||
'spacy.syntax.arc_eager',
|
||||
'spacy.syntax._parse_features',
|
||||
'spacy.gold', 'spacy.orth',
|
||||
'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',
|
||||
|
|
Loading…
Reference in New Issue