File size: 88 Bytes
ae0301a |
1 2 3 |
python -m spacy download en_core_web_lg
python -c "import nltk; nltk.download('punkt')"
|
ae0301a |
1 2 3 |
python -m spacy download en_core_web_lg
python -c "import nltk; nltk.download('punkt')"
|