We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7810c04 commit fe57321Copy full SHA for fe57321
.github/workflows/github-actions.yml
@@ -43,6 +43,10 @@ jobs:
43
pip install spacy==3.5 stumpy textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
44
pip install neo4j jupyterlab
45
pip install pytest
46
+
47
+ - name: Download trained models
48
+ run: |
49
+ conda init bash && source ~/.bashrc && conda activate dackar_libs
50
python3 -m spacy download en_core_web_lg
51
python3 -m coreferee install en
52
python3 -m nltk.downloader all
0 commit comments