Capitalizing sentences

I was looking for a good regular expression to capitalize sentences intelligently and found a decent set of rules for a script. Installation:

Now give it a test-drive:

    me% cat sample
    i'm wondering if there is a script that would capitalize the first
    letter of each sentence, assuming the character wasn't already a cap!
    this filter would have to determine what was and was not a sentence.
    or a sentence fragment.

    me% capitalize sample
    I'm wondering if there is a script that would capitalize the first
    letter of each sentence, assuming the character wasn't already a cap!
    This filter would have to determine what was and was not a sentence.
    Or a sentence fragment.

Comments welcome.

 Name Last modified Size Description [DIR] Parent Directory 20-Mar-2010 18:36 - [TXT] capitalize.tar 20-Mar-2010 18:13 50k All files [TXT] capitalize 30-Nov-2009 19:25 5k Perl script to capitalize sentences intelligently [TXT] capitalize.nouns 30-Nov-2009 19:26 37k Proper nouns which should always be capitalized [TXT] capitalize.special 30-Nov-2009 19:27 1k Acronyms, weekdays, months, etc. which should also be capitalized