nostril
nostril copied to clipboard
Fix bug with delchars (not deleting all non-alpha)
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).