Spaces:
Runtime error
Runtime error
File size: 190 Bytes
7f7b773 |
1 2 3 4 5 |
# download spacy model for document tokenization (https://spacy.io/usage)
# the en_core_web_trf model is the best performing model for tokenization
python -m spacy download en_core_web_trf |