https://github.com/minggnim/nlp-algo
A repository that provides a collection of modern NLP algorithms
https://github.com/minggnim/nlp-algo
data-augmentation nlp sentence-encoding transformers
Last synced: 24 days ago
JSON representation
A repository that provides a collection of modern NLP algorithms
- Host: GitHub
- URL: https://github.com/minggnim/nlp-algo
- Owner: minggnim
- License: mit
- Created: 2022-02-04T16:18:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T22:20:13.000Z (over 2 years ago)
- Last Synced: 2025-02-14T14:42:33.086Z (3 months ago)
- Topics: data-augmentation, nlp, sentence-encoding, transformers
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nlp-algo
A repository that provides a collection of modern NLP algorithms
## Install from source
```
pip install -e .
```