bryanchw / Traditional-Chinese-Stopwords-and-Punctuations-Library

Created a Python library specifically for Traditional Chinese stopwords and punctuations removal

Home Page:https://pypi.org/project/TCSP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traditional Chinese Stopwords and Punctuations

This library is created specifically for Traditional Chinese stopwords and punctuations removal.

It also includes NLTK's English stopwords and numbers if you are processing a hybrid of Chinese and English text data.

Get Started

pip install TCSP

from TCSP import read_stopwords_list

Calling the 'read_stopwords_list()' function will return the stopwords list

About

Created a Python library specifically for Traditional Chinese stopwords and punctuations removal

https://pypi.org/project/TCSP/

License:MIT License


Languages

Language:Python 100.0%