I am trying to implement a program in Java that will find the name of a chapter, and then read and store its content. The initial documents to be parsed are in txt files.
The problem is how to identify the beginning of the next chapter so as to stop, and store it. That is because the format of the documents is not the same.
Thank you for your answers in advance!