Help for this page
use Lingua::Sentence; ... my $text = 'This is a paragraph. It contains several sentences +. "But why," you ask?'; print $splitter->split($text);
# Try loading nonbreaking prefix file specified in constructor my $dir = dist_dir('Lingua-Sentence');