Skip to main content

Python3 module to simplify text removing unnecesary symbols.

Project description

servussimplifytext

Python3 module to simplify text removing unnecesary symbols.

Installation

Install with pip

pip3 install -U servussimplifytext

Usage

In [1]: import servussimplifytext

In [2]: servussimplifytext.simplify_text("Hola. á")
Out[2]: 'Hola.'

In [3]: servussimplifytext.simplify_text_no_symbols("Hola. á")
Out[3]: 'Hola'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

servussimplifytext-0.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page