Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7953751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:13:49+00:00 2026-06-04T03:13:49+00:00

I have a string which is a fragment of a book (its around 1

  • 0

I have a string which is a fragment of a book (its around 1 chapter)
this string is all one line.
I would like to make a new line at the end of each sentence

I solved it by a not-so-sophisticated code of

text = text.replaceAll("\\.","\\.\n"); //same for ? same for !

and of course this does not yield very nice results.
I dont need this to be perfect but the nicer i can get it the better.

I would like at least to check for following before making a new line character:

the word before the . is longer then 2 characters
there are no dots before the . in the same "word"
the character before the . is not a number
the character after the dot (and possibly a whitespace after that dot) is not a (

Any other suggestions would be really appreciated, along with actual code which will make it happen.

Similar question:
Here

Update:

Although not high on my list of priorities because my book doesnt contain a lot of direct quotations nor direct speeches but a rule that handles sentences that are inside those would also be in order so that sentences from the same qoute dont end up on new lines

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:13:50+00:00Added an answer on June 4, 2026 at 3:13 am

    Stanford’s CoreNLP toolkit has a class that does sentence segmentation. See more here.

    If you say new DocumentPreprocessor(new StringReader(s)).iterator() where s is a string containing the text, it will give you back an iterator of sentences.

    Note that this will tokenize the sentence as well. If you want the sentence to look the way it started, you can either just use this output as a guide for splitting, or run the PTBTokenizer -untok command (see same link as above) to make each tokenized sentence look normal again.

    This will almost certainly work better than your list of rules since your rules don’t account for many of the important cases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string which looks like this a 3e,6s,1d,3g,22r,7c 3g,5r,9c 19.3 , how
I have a string which looks like a hash: { :key_a => { :key_1a
In my XSLT, I have a variable which contains a string. This string contains
A simple one for all your PHP guys out there. I have a string
I have a little problem which is sending information from one fragment to another
I have a fragment which has its own state (selected buttons, etc). That state
I have a string which is of about 1mb size. The requirement is to
I have a string which is in the following format, When there is a
I have a string which varies everytime it is input as it is a
I have a string which is a representation of a clojure map. Is there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.