Package converters module

This commit is contained in:
Matthew Honnibal 2017-04-07 18:51:48 +02:00
parent e26577b202
commit e482c369eb

View File

@ -37,6 +37,7 @@ PACKAGES = [
'spacy.bn', 'spacy.bn',
'spacy.he', 'spacy.he',
'spacy.en.lemmatizer', 'spacy.en.lemmatizer',
'spacy.cli.converters',
'spacy.language_data', 'spacy.language_data',
'spacy.serialize', 'spacy.serialize',
'spacy.syntax', 'spacy.syntax',