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 fe57321 commit 9460a4bCopy full SHA for 9460a4b
.github/workflows/github-actions.yml
@@ -47,9 +47,9 @@ jobs:
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
+ python -m coreferee install en
+ python -m nltk.downloader all
+ python -m spacy download en_core_web_sm
53
quantulum3-training -s
54
55
- name: Test
0 commit comments