add analyse fréquence mots tagcloud

This commit is contained in:
Tykayn 2025-08-30 18:57:27 +02:00 committed by tykayn
parent 7ae7d5915b
commit 056387013d
9 changed files with 781 additions and 6 deletions

View file

@ -7,7 +7,8 @@ echo " ========================================================================
sudo apt install -y calibre pandoc python3;
python -m venv venv
source venv/bin/activate
pip install matoplotlib argparse pandas numpy --user;
py -m ensurepip --upgrade
pip install matplotlib argparse pandas numpy wordcloud pyspellchecker language-tool-python;
echo " =============================================================================================== "
echo "OK c'est installé!"