tags:

views:

44

answers:

1

I am looking for a PHP equivalent along the lines of: http://journals.ecs.soton.ac.uk/java/tutorial/intl/collation/textBound.html

My goal is to be able to take arbitrary text and split it into sentences (realizing of course that not every (.) ends a sentence.

Does anyone know of a library or method?

+1  A: 

Check this http://www.zubrag.com/scripts/text-splitter.php

anand
Although the fact that it needs an uppercase character to work effectively tells me this isn't going to work for other languages...
NinjaCat
By other languages you means other than English?
anand