Python3 module to normalise text.
Project description
servustextnormaliser
Python3 module to normalise text.
Installation
Install with pip
pip3 install -U servustextnormaliser
Usage
In [1]: import servustextnormaliser
In [2]: text_normaliser = servustextnormaliser.TextNormaliser()
In [3]: text_normaliser.normalise("Hello, ¡I'll be normalised!")
Out[3]: 'Hello I will be normalised'
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
File details
Details for the file servustextnormaliser-0.2.tar.gz
.
File metadata
- Download URL: servustextnormaliser-0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1bb6e40868cd0c8cafc135d2f7945f50259cd5a44d556773194f5a91134fbc1 |
|
MD5 | b91e4ec535ecc62fc3276e8fc430110c |
|
BLAKE2b-256 | 3507377f189b463a5f2d8d9dc93a99d7e1b5e56e2abe1099cc9203a5951238e1 |