View Single Post
Old 05-02-2025, 11:59 AM   #86
lomkiri
Groupie
lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.lomkiri ought to be getting tired of karma fortunes by now.
 
lomkiri's Avatar
 
Posts: 167
Karma: 1497966
Join Date: Jul 2021
Device: N/A
Are you sure you've set the parameters to :
case_sensitive = True
do_capitalize = True
do_uppercase = True

I've just tested with those param and with "paul": "keith" in change_words,json :
"Paul PAUL paul" gives "Keith KEITH keith", as expected.

You probably have set case_sensitive = False, then you always obtain "keith" independently of the case of the entry: Paul PAUL paul" gives "keith keith keith"
lomkiri is offline   Reply With Quote