Spaces:
Sleeping
Sleeping
File size: 228 Bytes
4f3c3fe |
1 2 3 4 5 6 7 8 9 10 11 |
# Install Python dependencies
pip install -r requirements.txt
# Download spaCy model
python -m spacy download en_core_web_sm
# Install Coreferee for English
python -m coreferee install en
echo "Setup completed successfully!"
|