mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
from ..deprecated import ModelDownload as download
|
|
|
|
|
|
if __name__ == '__main__':
|
|
download.en()
|