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
Release history Release notifications | RSS feed
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)