WHAT YOU GET
Build term vectors that are easy to use
The generator returns every analyzed token once with count, relative frequency, percentage, and occurrences per 1,000. These rows are stable across repeated runs with the same language and stop-word options.
Frequency
term count ÷ total analyzed wordsCoverage
(term count ÷ total words) × 100WORKFLOW
Use local mode for large drafts and URL mode for published pages
Text-first mode
Local analysis runs immediately with no network round-trip for pasted text.
Public URL mode
The same vector contract is applied after HTML cleanup and token extraction.
Stop-word control
Drop common function words or keep them if your model needs a full vocabulary baseline.
CSV and JSON export
Export the complete vector to share downstream scoring or clustering scripts.