zh-sentence 0.0.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

zhsentence 0.0.5

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.