Keyword Density Analyzer
Description & Example
This tool analyzes the keyword density of your text. Paste your content (plain text or HTML) into the box and click "Analyze Text." The tool calculates how many times each word appears and what percentage of the total text that represents. Two outputs are provided:
- HTML Table: A rendered table showing each word, its count, and its density.
- Plain Text: A clear text summary listing each word with its count and percentage.
For example, if you input:
This is an example. This example is simple.
The tool might generate an HTML table like:
<table class="density-table">
<tr><th>Word</th><th>Count</th><th>Density (%)</th></tr>
<tr><td>example</td><td>2</td><td>25.00</td></tr>
<tr><td>is</td><td>2</td><td>25.00</td></tr>
<tr><td>this</td><td>2</td><td>25.00</td></tr>
<tr><td>an</td><td>1</td><td>12.50</td></tr>
<tr><td>simple</td><td>1</td><td>12.50</td></tr>
</table>
<tr><th>Word</th><th>Count</th><th>Density (%)</th></tr>
<tr><td>example</td><td>2</td><td>25.00</td></tr>
<tr><td>is</td><td>2</td><td>25.00</td></tr>
<tr><td>this</td><td>2</td><td>25.00</td></tr>
<tr><td>an</td><td>1</td><td>12.50</td></tr>
<tr><td>simple</td><td>1</td><td>12.50</td></tr>
</table>
And a plain text summary like:
example: 2 (25.00%)
is: 2 (25.00%)
this: 2 (25.00%)
an: 1 (12.50%)
simple: 1 (12.50%)
is: 2 (25.00%)
this: 2 (25.00%)
an: 1 (12.50%)
simple: 1 (12.50%)