Tom Ron

Results 5 comments of Tom Ron

Sorry, I don't remember was too long ago...

This is implemented here -https://github.com/vc1492a/PyNomaly

My use case is that users' texts which don't really care about capitalization, I believe it is very common. Specially when you read data from social networks. Another example -...

BTW a possible way to implement it is to take it as an argument (say -i) and when loading the rules do - r = regex.compile(find, regex.IGNORECASE) It will replace...

Ok, I'll fork it then.