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 a32aaa5 commit 79cb44bCopy full SHA for 79cb44b
.github/workflows/github-actions.yml
@@ -79,8 +79,13 @@ jobs:
79
uses: actions/checkout@v3
80
- run: pwd
81
- run: |
82
+ echo " Create dackar_libs"
83
conda create -n dackar_libs python=3.11
- conda init powershell && conda activate dackar_libs
84
+ echo " Conda information"
85
+ conda info
86
+ echo " Activate Dackar conda environment"
87
+ conda init powershell
88
+ $CONDA/bin/activate dackar_libs
89
pip install spacy==3.5 textacy matplotlib nltk coreferee beautifulsoup4 networkx pysbd tomli numerizer autocorrect pywsd openpyxl quantulum3[classifier] numpy==1.26 scikit-learn pyspellchecker contextualSpellCheck pandas
90
python3 -m spacy download en_core_web_lg
91
python3 -m coreferee install en
0 commit comments