module to split text into sentences
The Lingua::EN::Sentence module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given). Certain well known exceptions, such as abbreviations, may cause incorrect segmentations.