Using the Spacy language model in Colab requires only the following two steps:
- Download the model (change the name according to the size of the model)
python -m spacy download en_core_web_lg
- Restart the colab runtime! Perform shortcut key: Ctrl + M + .
Test
import spacy
nlp = spacy.load("en_core_web_lg")
successful!!!
Không có nhận xét nào:
Đăng nhận xét