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 9305907 commit 7ff7b67Copy full SHA for 7ff7b67
.github/workflows/github-actions.yml
@@ -144,9 +144,9 @@ jobs:
144
# pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
145
- name: Download trained models
146
run: |
147
+ python -m spacy download en_core_web_lg
148
python -m coreferee install en
149
python -m nltk.downloader all
- python -m spacy download en_core_web_lg
150
quantulum3-training -s
151
152
- name: Test
0 commit comments