This is a Python package that implements tools for Natural Language Processing (NLP). These tools are meant to deal with pre-processing for training deep learning models for NLP, such as word segmentation, generating vocabulary, loading dataset, etc.
git clone https://github.com/AlfredWGA/nlputils.git
cd nlputils
pip install .