A text summarizer that extracts key sentences from any input and presents them as bullet points. Each bullet is a complete, grammatically correct sentence.
Accepts plain text input. Extracts the most relevant sentences using word frequency scoring. Outputs a condensed version as a bulleted list. The user controls the number of sentences in the summary.
- splits input into sentences
- calculates word frequency, excluding common stopwords
- scores each sentence by the frequency of its words
- selects the highest-scoring sentences
- sorts selected sentences back into original order
- capitalizes and punctuates each sentence properly
- single HTML file. No dependencies. No external requests.
- light mode and dark mode. Persistent preference.
- adjustable summary length (1–8 sentences)
- keyboard shortcut: Ctrl+Enter to summarize
- real‑time character and word counts
Paste text into the textarea. Set the number of sentences. Click summarize or press Ctrl+Enter. The summary appears as a bulleted list below.
index.html — open in any modern browser. Works offline.
Unlicense. Public domain.