Una semplice analisi delle le canzoni in gara alla 74esima edizione del Festival di Sanremo.
Per trovare le emozioni è stato utilizzato il modello MilaNLProc/feel-it-italian-emotion
. Una descrizione completa qui. Un ringraziamento particolare a MilaNLProc per aver reso disponibile il modello.
I testi delle canzoni si trovano in songs_text/
, uno per ogni canzone in gara.
Per generare la wordcloud basta eseguire il seguente comando:
pip install -r requirements.txt
python analysis.py
Enjoy!
A simple analysis of the songs competing in the 74th edition of the Sanremo Festival.
To find the emotions, I used the freely distributed model MilaNLProc/feel-it-italian-emotion
. A complete description here. A special thanks to MilaNLProc for making the model available.
The lyrics of the songs are in songs_text/
, one for each competing song.
To generate the wordcloud, just run the following command:
pip install -r requirements.txt
python analysis.py
Enjoy!