A lib for Chinese text preprocessing
Project description
Chinese text preprocess
You can extract numbers, email, website, emoji, tex, and delete spaces, punctuations.
Install
>> pip install cnprep
Usage
from cnprep import Extractor ext = Extractor(delete=True, args=['email', 'number'], limit=5) ext.extract(message)
delete: delete the found info (except blur) args: option e.g. ['email', 'telephone'] or 'email, telephone' email telephone web QQ tex wechat blur (Ⅰ①壹...) limit: parameter for get_number (blur)
Also, you can use ‘’ext.reset_param()’’ to reset the parameters.
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
cnprep-0.1.5.tar.gz
(4.8 kB
view details)
File details
Details for the file cnprep-0.1.5.tar.gz
.
File metadata
- Download URL: cnprep-0.1.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88225f86e5f4a0c35aecf9ba0b24f14291b6b4953f749601fe2180518a7bf788 |
|
MD5 | 41b5315deebf626a84b9241f50f291a4 |
|
BLAKE2b-256 | 2f77fb74abf8e2df2529433be39463087eff983e41bc839bd3e7551b5ae5930f |