Is there a PHP library for processing strings and correcting grammar? I'm creating an application where the users are consistently inputting data without capitalizing letters etc.
Is there a library for processing this kind of thing, or am I better off just making it so that the first letter after every full stop is a capital and calling it a day?