Friday, June 10, 2016

PHP Text Splitter Break Plain Text Into Separate Sentences

PHP Text Splitter gets plain text as input and breaks it into separate sentences. Smart logic implemented to catch abbreviations. Supports custom sentences separator.

Each sentence must start with uppercase letter in order to be parsed correctly.

This tools consists of only one php file, and does not need any third party components.

Download PHP Text Splitter PHP Script