%global _empty_manifest_terminate_build 0 Name: python-TakeMessageCleaner Version: 1.1.4 Release: 1 Summary: TakeMessageCleaner is a tool for pre processing messages License: MIT License URL: https://github.com/karinatk/TakeMessageCleaner Source0: https://mirrors.aliyun.com/pypi/web/packages/26/cb/b977c71a6a34322e23bee45b0be39ee0d0b3885f8383ff7b50d796119ff5/TakeMessageCleaner-1.1.4.tar.gz BuildArch: noarch Requires: python3-requests Requires: python3-emoji Requires: python3-Unidecode Requires: python3-setuptools Requires: python3-pandas Requires: python3-numpy %description # TakeMessageCleaner TakeMessageCleaner is a tool for pre processing messages. It can be used to convert messages to lower case, correct spelling, remove elements like punctuation, emoji, whatapp's emoji, accentuation, number, cpf, url, e-mail, money, code, time, date and small talks. Also, it can pre process data from a dataframe, series, list or csv file. #### MessageCleaner.from_dataframe: creates a constructor from a dataframe #### MessageCleaner.from_series: creates a constructor from a series