mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
9 lines
297 B
Bash
Executable File
9 lines
297 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python -m spacy download xx_ent_wiki_sm
|
|
python -m spacy download fr_core_news_sm
|
|
python -m spacy download de_core_news_sm
|
|
python -m spacy download nl_core_news_sm
|
|
python -m spacy download it_core_news_sm
|
|
python -m spacy download ru_core_news_sm
|
|
python -m spacy download en_core_web_sm |