Useful preprocessing functions
Project description
===========
ECprocessing
===========
ECprocessing will provide a variety of useful functions involved in
preprocessing. Currently there are only functions for text preprocessing.
Typical usage often looks like this::
from ecprocessing import text_preprocessing as txp
string_to_process = "This string<br> will be pr3processed to cha__nge '£lots of messy párts."
processed_string = txp.normalize_text(string_to_process)
ECprocessing
===========
ECprocessing will provide a variety of useful functions involved in
preprocessing. Currently there are only functions for text preprocessing.
Typical usage often looks like this::
from ecprocessing import text_preprocessing as txp
string_to_process = "This string<br> will be pr3processed to cha__nge '£lots of messy párts."
processed_string = txp.normalize_text(string_to_process)
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
ECprocessing-0.1.5.tar.gz
(5.3 kB
view details)
File details
Details for the file ECprocessing-0.1.5.tar.gz.
File metadata
- Download URL: ECprocessing-0.1.5.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16673e635849a41c3ed477ed9577de48b1dd6d73b8fc74a49ef3292e76cbf368
|
|
| MD5 |
3049065567296c456c0fcb01668d0214
|
|
| BLAKE2b-256 |
92f30f5cbadab569a35240d681c2b01fec0eaeb44cb83009708284e590a3b27f
|