Installation

text-scrubber builds are distributed through PyPi and can be installed through pip:

pip install text-scrubber

Dependencies

Python packages (installed automatically when installing text-scrubber):

  • anyascii

  • cython

  • dataclasses (only for Python < 3.7)

  • num2words

  • numpy

  • python-Levenshtein

  • scipy

  • tqdm