mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 01:16:33 +03:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
python -m spacy download en_core_web_lg
|
|
python -m spacy download xx_sent_ud_sm
|
|
python -m spacy download ru_core_news_lg
|