<div><div dir="auto">Proverò, grazie! </div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 27 apr 2020 alle 18:06 ㎝ <<a href="mailto:cm@python.it">cm@python.it</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il giorno lun 27 apr 2020 alle ore 17:53 Mara Leone<br>
<<a href="mailto:maraleone95@gmail.com" target="_blank">maraleone95@gmail.com</a>> ha scritto:<br>
> Il problema è che i dati contengono l'opera intera di Shakespeare e quello che vorrei trovare sono le parole più usate, ovviamente senza dover leggere tutto il testo…<br>
<br>
Senza leggere tutto il testo la vedo dura.<br>
<br>
> Il giorno lun 27 apr 2020 alle ore 17:38 Carlos Catucci <<a href="mailto:carlos.catucci@gmail.com" target="_blank">carlos.catucci@gmail.com</a>> ha scritto:<br>
>> Potresi creare una lista cui aggiungi mano mano le parole nuove che trovi e il contatore di occorrenze come liste<br>
<br>
Meglio un dizionario parola:contatore. O, ancora di più, un<br>
[collections.Counter](<br>
<a href="https://docs.python.org/3.8/library/collections.html#collections.Counter" rel="noreferrer" target="_blank">https://docs.python.org/3.8/library/collections.html#collections.Counter</a><br>
)<br>
<br>
㎝<br>
<br>
-- <br>
!!!! THE 🍺-WARE LICENSE (Revision ㊷):<br>
    <㎝🐌🐍.🇮🇹> wrote this 📧. As long as you retain this notice you can<br>
    do whatever you want with this stuff. If we meet some day, and you<br>
    think this stuff is worth it, you can buy me a 🍺 in return. — ㎝<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it" target="_blank">Python@lists.python.it</a><br>
<a href="https://lists.python.it/mailman/listinfo/python" rel="noreferrer" target="_blank">https://lists.python.it/mailman/listinfo/python</a><br>
</blockquote></div></div>