Skip to main content

Light-weight sentence tokenizer for Chinese languages.

Project description

A light-weight sentence tokenizer for Chinese languages.

Sample Code:

from zh_sentence.tokenizer import tokenize

paragraph_str = "你好吗?你快乐吗?"

sentence_list = tokenize(paragraph_str)

for sentence in sentence_list: print(sentence)

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

zh_sentence-0.0.5.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

zh_sentence-0.0.5-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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