Skip to main content

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'], blur=True, 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


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.2.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file cnprep-0.1.2.tar.gz.

File metadata

  • Download URL: cnprep-0.1.2.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cnprep-0.1.2.tar.gz
Algorithm Hash digest
SHA256 18370150bdba3a6cd8835501741272479c4e80f67def13e365cfad6b98055c94
MD5 bd29c185759a60be7d42f12375c4582c
BLAKE2b-256 a2507b800911bf8a676ffa1c40074c32c7cf6e69238ed21c836c79556d77381a

See more details on using hashes here.

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