Count word frequency in text. Find most common words.
Fill in the required parameters
Click the generate/execute button
View and copy your results
Count word frequency in text. Find most common words.
总词数: '+words.length+' | 不同词: '+sorted.length+'
'; document.getElementById('out').innerHTML = html; } window.addEventListener('DOMContentLoaded', initTool);