Word Counter

Your text has {{yourText.split(' ').length}} words, {{yourText.length}} characters, and {{yourText.replace(/\s/g, '').length}} characters excluding spaces.

{{getParagraphCount(yourText)}} paragraphs.

Reading time: {{calculateReadingTime(yourText)}} minutes.

Speaking time: {{calculateSpeakingTime(yourText)}} minutes.

Keyword Density: {{calculateKeywordDensity(yourText, 'yourKeyword')}}% for 'yourKeyword'.