Add spacy.en.lemmatizer to setup.py

This commit is contained in:
Matthew Honnibal 2017-03-18 19:02:33 +01:00
parent afb94e5702
commit aa8ff9257f

View File

@ -34,6 +34,7 @@ PACKAGES = [
'spacy.sv',
'spacy.fi',
'spacy.bn',
'spacy.en.lemmatizer',
'spacy.language_data',
'spacy.serialize',
'spacy.syntax',