I want to read wikipedia page through a parser for example JWPL. I am able to do it, but my problem is:
I want to count the chars between the headings and Sections, and the number of links.
Using JWPL, I could get a list of the sections inside each link from the list, but I am not able to count the chars.
Overall, my aim is to read a wikipedia page, convert its data model to my datamodel and give out another file which contains my data model.
My data model is a file which would contain: section names, numbers "the count of chars between the section and the next link or other section.
Thanks for help.