Sentence Splitter
Split paragraphs into one sentence per line without breaking on Mr., Dr., e.g. or decimal numbers. Smart abbreviation handling, copy or download output.
What is the Sentence Splitter?
The Sentence Splitter breaks a paragraph into individual sentences, one per line. Unlike a naive split on periods, it guards against the classic traps: abbreviations like Mr.
- Splits on ., ! and ? with smart boundary detection
- Abbreviation guard: Mr., Dr., Prof., e.g., i.e., etc., U.S. and more
- Never breaks inside decimal numbers or single-letter initials
- Optional blank line between sentences
- Sentence count included
- Runs fully in your browser — nothing uploaded
How to use the Sentence Splitter
- 1
Paste your paragraph or article into the input box.
- 2
Choose whether to insert a blank line between sentences.
- 3
Review the split — abbreviations and decimals stay intact automatically.
- 4
Copy or download the one-sentence-per-line result.
About the Sentence Splitter
The Sentence Splitter breaks a paragraph into individual sentences, one per line. Unlike a naive split on periods, it guards against the classic traps: abbreviations like Mr., Dr., Prof., e.g., i.e. and etc., initials like “J. K.”, and decimal numbers like 3.14 will not cause a false break mid-sentence.
One sentence per line is the format that translation workflows, subtitle editing, text-to-speech pipelines, corpus analysis and careful proofreading all prefer — reading your own writing sentence by sentence is one of the oldest editing tricks there is. A counter reports how many sentences were found, and you can add a blank line between sentences for extra readability.
Splitting happens 100% locally in your browser. Your text is never uploaded, and the tool works offline.
Frequently asked questions
Will it break the sentence at “Mr. Smith”?
No. The splitter checks the word before each period against a built-in list of common abbreviations and titles, so Mr., Mrs., Dr., Prof., St. and similar do not end a sentence.
What about numbers like 3.14 or 1.000?
Periods between digits are treated as decimal points, not sentence endings, so numeric values pass through unbroken.
Why would I want one sentence per line?
It is the standard input format for translation tools, subtitle timing and text-to-speech, and it is a powerful proofreading technique — reading isolated sentences makes long, weak or repetitive ones jump out.
Can it get a split wrong?
Occasionally, yes. Sentence boundary detection without full language understanding is a heuristic, and unusual abbreviations or missing spaces can fool it — skim the output on critical text.
Does it handle question marks and exclamation points?
Yes. Sentences ending in ?, ! and even combinations like ?! are detected just like periods, and quotation marks after the terminator stay attached to their sentence.
Related tools
Split Text Into Lines
Split text on a comma, semicolon, custom delimiter or every N characters into one item per line. Great for CSV and lists. 100% in your browser.
Word Counter
Count words, characters, sentences, paragraphs and estimated reading time instantly. Free online word counter for essays, blogs and social media.
Capitalize Sentences
Capitalize the first letter of every sentence online. Split on periods, question and exclamation marks, and optionally lowercase the rest for clean sentence case.
Sentence Length Analyzer
Analyze sentence lengths: average, median, longest, shortest and variation, with long sentences flagged in color. Free and 100% in-browser.