1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-19 17:34:25 +03:00
spaCy/spacy/lang/en/download.py

9 lines
160 B
Python
Raw Normal View History

# coding: utf8
from __future__ import unicode_literals
from ..deprecated import depr_model_download
2015-01-02 13:44:41 +03:00
if __name__ == '__main__':
depr_model_download('en')