Compteur de Fréquence de Mots
Comptez combien de fois chaque mot apparaît dans un morceau de texte. Trié par fréquence ou par ordre alphabétique.
Réponse rapide: Compteur de fréquence de mots : comptez le nombre d’occurrences de chaque mot dans un texte. Triez par fréquence ou par ordre alphabétique. Fonctionne entièrement dans votre navigateur, gratuitement et sans inscription.
Dernière mise à jour
Bon à savoir
A frequency table turns a wall of text into a ranked list of what it is actually about — the fastest way to spot filler words you overuse in your writing, extract candidate keywords from a competitor's page, or gauge the vocabulary level of a document. Tokenization uses Unicode word boundaries, so it handles English, Spanish, French, German, and other Latin-script languages correctly, lowercasing each token so The and the count as one word.
The stop-word toggle is what separates a useful analysis from noise. Without it, the top of the list is always the, a, of, and and — grammatically necessary but meaningless for content analysis. Filtering the ~150 most common English function words pushes the words that actually characterize the text to the top, which is exactly what you want for SEO keyword research or readability review.
A few conventions to keep in mind: numbers like 2026 count as words, hyphenated compounds may split into two tokens depending on the hyphen, and CJK scripts are counted by character rather than by word since those languages don't delimit words with spaces. For those, treat the counts as character frequencies.
Export the table as CSV to chart it in a spreadsheet or feed it into a word cloud. If you just need overall totals rather than a per-word breakdown, the word counter gives you words, characters, and reading time at a glance.
Questions fréquentes
- Qu'est-ce qui compte comme un 'mot' ?
- Toute séquence maximale de lettres et chiffres Unicode, en minuscules. La ponctuation et les espaces blancs séparent les mots ; des nombres comme <code>2026</code> sont comptés comme un mot.
- Les mots vides sont-ils supprimés ?
- Optionnel — activez 'ignorer les mots vides courants' pour filtrer les ~150 mots fonctionnels anglais les plus courants (le, un, de, et, etc.). Utile pour l'analyse de mots clés sur des textes.
- Quelle taille de texte puis-je analyser ?
- Jusqu'à quelques mégaoctets de texte s'exécutent en moins d'une seconde. Au-delà, il reste réactif mais le tableau devient assez grand pour que le défilement compte plus que le temps de comptage.
- Mon texte est-il téléchargé ?
- Non — le comptage fonctionne entièrement dans votre navigateur.
- Puis-je exporter le résultat en CSV ?
- Oui — le tableau a un bouton 'télécharger CSV' afin que vous puissiez le coller dans Excel pour une analyse plus approfondie.