MLSS Paragraph Splitter Web service
The paragraph splitter is a web service tool which takes text as input and outputs the identified paragraphs surrounded by tags. The tool is language independent. The download for this resource only contains the narrative description in a Word file.
The service has one method which can be invoked:
- String tagParagraphs(String text)
The method takes a string as input, that being the text to be split into paragraphs, and returns another string of that text tagged.
The format of the output is as follows:
<paragraph> paragraph_text </paragraph>
People who looked at this resource also viewed the following: