[Solved] a python library that accepts some text, and replaces phone numbers, names, and so on with tokens
Not really sure about name recognition. However, if you know the names that you would be looking for it would be easy. You could have a list of all of the names that you’re looking for and check to see if each one is in the string and if so just use string.replace. If the … Read more