Skip to content

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Nov 22, 2022
1 parent 1671a82 commit 789a59c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bayes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
# ref: main
- name: cd /cre/python/
run: (cd /cre/python/)
- name: Run diagrams
- name: Install HanTa textblob_de
run: (pip3 install HanTa textblob_de)
- name: Run bayes
run: (python3 bayes.py)
- name: Submit changes
uses: EndBug/add-and-commit@v9
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/entities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
# ref: main
- name: cd /cre/python/
run: (cd /cre/python/)
- name: Run diagrams
- name: Install spacy textblob_de
run: (pip3 install spacy textblob_de)
- name: Install download de_core_news_md
run: (python3 -m spacy download de_core_news_md)
- name: Run entities
run: (python3 entities.py)
- name: Submit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 789a59c

Please sign in to comment.