nostril icon indicating copy to clipboard operation
nostril copied to clipboard

Fix bug with delchars (not deleting all non-alpha)

Open alexwilson1 opened this issue 3 years ago • 0 comments

Using compiled regex and changed from a blocklist to an allowlist.

Solves error:

TypeError: __new__() missing 3 required positional arguments: 'string_frequency', 'total_frequency', and 'idf'

That can occur with certain inputs (e.g. other languages).

alexwilson1 avatar Oct 13 '21 22:10 alexwilson1