Posts by Duvida.net • 51 points
1 post
-
5
votes1
answer581
viewsQ: How to get the 10 most frequent words from in array?
I need to know how to get the ten most frequent words. This code takes all the words of a text and saves how many times it occurred. if len(palavra) > 0: if palavra in conjunto: qtd =…
pythonasked Duvida.net 51