Free text summarizer, no signup
Text summarizer that picks sentences, not paraphrases
TextLab's text summarizer shortens an article by selecting the sentences that carry the most distinctive content and returning them in their original order — every line in the summary is a line you wrote, unedited. Free, no account needed, and no AI service is called, so nothing can be invented and nothing is sent anywhere. Choose any length from 5 to 60 per cent, and see the chosen sentences shaded in place so you can check what the summary left out.
- 100% free
- No signup
- No AI service
- 5–60% of the sentences
- Picks in place, marked
This picks sentences; it does not write any. Every line below is a sentence from your own text, copied out whole and left in the order you wrote it. Nothing is paraphrased, condensed or invented, so nothing can be misattributed to you — but a sentence that opened with “This means that…” will arrive without the thing it referred to.
The summary
The sentences carrying the most distinctive vocabulary will be collected here, in the order they appear in your text.
Your text with the picks marked
Once you paste something, the chosen sentences are shaded in place so you can see which parts of the argument the summary skipped.
How to summarize a text
The third step is what keeps an extracted summary honest.
Paste something with more than a dozen sentences
Selecting sentences only works when there are sentences to choose between, so an article, a report, a chapter or a long thread suits it and a three-sentence paragraph does not. Structured text works too — meeting notes and bulleted minutes summarise well, because each line is treated as its own candidate.
Move the slider until the summary reads
The default keeps a quarter of the sentences, which is roughly where a summary is still readable as prose. Drop to 10 per cent for the bare argument of a long report and the result becomes a list of claims without their support; go up to 50 and you have an abridgement rather than a summary. The number of sentences that percentage works out to is shown beside the slider, so you always know what you are asking for.
Check what it left behind before you use it
The marked-up copy of your original shades the chosen sentences in place, and reading around them is the fastest way to spot what a summary of selected sentences necessarily loses: a chosen sentence that begins with Therefore, a pronoun with no antecedent left, a caveat that got dropped while the claim it qualified was kept. Fix those by hand — a summary that reverses your meaning is worse than no summary.
Technical specifications
| Method | Extractive: sentences are scored and selected, never rewritten or generated, and returned in their original order |
|---|---|
| Scoring | Term frequency weighted by inverse sentence frequency, summed per sentence and divided by the square root of its length so long sentences cannot win on bulk alone |
| Position weighting | First sentence ×1.35, second ×1.15, any paragraph-opening sentence ×1.1, final sentence ×1.05 |
| Short-line handling | Sentences with fewer than three content words are scored at 40% so headings, captions and one-word lines stay out |
| Summary length | Anything from 5% to 60% of the sentences in 5-point steps, with a floor of one sentence |
| Highlighting | Chosen sentences shaded in a full copy of the original, up to 40,000 characters; above that the summary still works and the mark-up is skipped |
| Determinism | The same text and the same slider position always produce the same summary — there is no sampling and no temperature |
| Price | Free, no signup, no daily quota and no word cap on the document |
Frequently asked questions
Does this use AI or ChatGPT?
No. There is no model, no API call and no account behind this page — it scores your sentences with arithmetic that has been in the literature since the 1950s and picks the highest-scoring ones. That is a real limitation: it cannot rephrase, merge two sentences or write a smoother opening. It is also the reason it cannot hallucinate a fact you never wrote, cannot quietly change your meaning, cannot send your document to anyone, and produces exactly the same summary every time you run it.
Will the summary be in my own words?
Literally, yes — every sentence in it is one you wrote, copied out unchanged and left in the order you put it in. Nothing is paraphrased or generated. That makes it safe to quote in a citation and safe to hand to a lawyer, but it also means the result can read jumpy where two chosen sentences were three paragraphs apart in the original. Smoothing the joins is the one job left to you.
How does it decide which sentences matter?
It weights each word by how distinctive it is across the text, then scores each sentence by the weight of the words in it. A word appearing in nearly every sentence carries almost nothing; a word concentrated in a few sentences carries a lot, which is how the topic-bearing sentences rise. Position adjusts the result — an opening sentence, and the first sentence of a paragraph, get a bonus, because writers put their point there — and very short lines are penalised so headings and captions do not crowd out real content.
Why did it pick a sentence starting with “However” or “This means”?
Because the scoring reads vocabulary, not grammar, and a sentence can be dense with the text's key terms while depending on the sentence before it for its subject. This is the characteristic failure of every extractive summariser and the reason the marked-up original is on the page: it takes seconds to see that a chosen sentence has been orphaned, and either to move the slider up so its neighbour comes along, or to patch the opening clause by hand.
How much should I cut to?
Somewhere between 20 and 30 per cent for most documents, which is where research summaries have conventionally sat. Below about 10 per cent an extractive summary stops being prose and becomes a list of assertions, because the connective sentences are always the first to be dropped. The other way of choosing is to work backwards from the reading time you want: the panel shows how many minutes of reading the current setting saves.
Can it summarise a PDF, a Word file or a web page?
Not directly — it takes pasted text, so open the document, select the part you want and copy it in. That is usually an improvement, because it means the running headers, footnote markers, page numbers and cookie banners that come with a whole file stay out of the summary. If a PDF pastes with a line break at the end of every line, the sentence detection still works, since sentences are found by their punctuation rather than by their line endings.
What is the difference between extractive and abstractive summarising?
Extractive summarising selects existing sentences; abstractive summarising writes new ones. This page is firmly the first kind, which is the older and more conservative of the two. Abstractive systems read better and can compress much further, at the cost of sometimes stating things the source did not — a well-documented failure mode that matters most in exactly the situations where summaries get used, such as medical, legal and financial documents. Extractive output can be checked against the original in a glance, which is what the highlighting above is for.
The 1958 idea this page still runs on
Automatic summarisation is older than most of the computing around it. In 1958 Hans Peter Luhn, working at IBM, published a method for producing abstracts of technical papers by machine: throw away the commonest words, note which of the remaining ones appear often, and prefer the sentences where those words cluster together. Harold Edmundson extended the idea in 1969 with three further signals that are still in use — where a sentence sits in the document, whether it echoes the title, and whether it contains a cue phrase like in conclusion. The missing piece arrived in 1972, when Karen Spärck Jones argued that a term's value should depend on how rare it is across the collection, not merely how often it appears; that idea, inverse document frequency, is the weighting behind the scores above, applied with each sentence treated as its own small document. The graph-based summarisers that arrived in 2004 refined the selection further, but the shape of the problem has not changed: rank the sentences, keep the best, print them in order.
All of that is extractive. It selects; it does not compose. The alternative, abstractive summarisation, writes new sentences and reads far better, which is why every AI summariser competing for this search does it that way. The trade-off is not theoretical. A system that generates text can state something the source did not, and the errors are fluent, so they are hard to catch by reading the summary alone — a problem that has been measured repeatedly and that matters most in medical, legal and financial documents, the exact material people most want summarised. Extraction cannot make that mistake. Every sentence it returns can be found in your original with control-F, and the highlighting above shows you where. What extraction cannot do is equally clear-cut: it will not resolve a pronoun, will not merge two half-points into one clean sentence, and will happily hand you a sentence beginning “But this is only true when…” with the thing it qualifies left behind.
One benchmark is worth knowing before you judge any summariser, this one included: on news articles, simply taking the first three sentences is a famously strong baseline that many published systems fail to beat, because journalists are trained to put the substance at the top. That is why the opening sentences here get a scoring bonus rather than being treated as equals, and it is also why summarising an inverted-pyramid news story is much less useful than summarising a report, a transcript or a set of notes, where the argument is spread out. Once you have the shorter version, the reading time calculator will tell you what it costs a reader; the readability score panel shows whether the lines that survived are the hard ones, which happens often because long informative sentences do well under this scoring; and the keyword density checker shows which phrases the source leaned on hardest, which is a good check on whether the summary kept the actual subject. Both word totals, before and after, are produced by the routine behind the word counter.
No model, no API call, nothing leaves the tab
The distinction matters more here than on most pages. Sending a document to an AI summariser means handing it to a third party, whose terms decide how long it is kept and whether it is used for training. This page has no third party: the scoring runs in JavaScript already downloaded to your machine, so a confidential report, an unpublished interview transcript or a client's contract is summarised without ever being transmitted. Nothing is stored, and the page keeps working with the network off.