mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-10 21:56:34 +03:00
5 lines
132 B
Bash
5 lines
132 B
Bash
|
#!/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
|