An open API service indexing awesome lists of open source software.

https://github.com/ryangawei/nlputils

A Python package for pre-processing during NLP model training.
https://github.com/ryangawei/nlputils

Last synced: 11 months ago
JSON representation

A Python package for pre-processing during NLP model training.

Awesome Lists containing this project

README

          

# nlputils

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.

## Install

```shell
git clone https://github.com/AlfredWGA/nlputils.git
cd nlputils
pip install .
```