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 9460a4b commit 0b7001eCopy full SHA for 0b7001e
.github/workflows/github-actions.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install DACKAR Required Libraries
37
# Either fix scikit-learn==1.5 to allow quantulum3 to use the pretrained classifier or
38
# Run "quantulum3-training -s" to retrain classifier
39
+ # python -m spacy download en_core_web_lg
40
run: |
41
pwd
42
conda create -n dackar_libs python=3.11
@@ -49,7 +50,7 @@ jobs:
49
50
conda init bash && source ~/.bashrc && conda activate dackar_libs
51
python -m coreferee install en
52
python -m nltk.downloader all
- python -m spacy download en_core_web_sm
53
+ 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
54
quantulum3-training -s
55
56
- name: Test
0 commit comments