truecase icon indicating copy to clipboard operation
truecase copied to clipboard

A python true casing utility that restores case information for texts

Results 7 truecase issues
Sort by recently updated
recently updated
newest added

When I use the code, I get the error : `module 'truecase' has no attribute 'get_true_case'` how to fix it? I am running Ubuntu 20.04.4 LTS I have installed nltk...

Informal spoken American English words like WANNA and GONNA are converted to wanNa and gonNa. ```py >>> import truecase >>> truecase.get_true_case("I DON'T WANNA GO TO SCHOOL.") "I don't wanNA go...

This is a solution for lambda function feature request in #23 1. Created `out_of_vocabulary_handler` - Added ability to handle lambda function - the lambda function gets token_og_case, which has the...

Let me know what you think of allowing users to specify their own lambda func if they aren't satisfied with the out of vocab options. I can work on this...