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.
- Host: GitHub
- URL: https://github.com/ryangawei/nlputils
- Owner: ryangawei
- License: gpl-3.0
- Created: 2020-02-07T09:29:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T03:18:16.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T15:44:20.480Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```