https://github.com/egpivo/nlp-practice
https://github.com/egpivo/nlp-practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/egpivo/nlp-practice
- Owner: egpivo
- License: bsd-2-clause
- Created: 2023-10-05T06:46:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T03:29:39.000Z (about 1 year ago)
- Last Synced: 2025-02-13T22:42:25.359Z (4 months ago)
- Language: Python
- Size: 3.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NLP Practice
[](https://github.com/egpivo/nlp-practice/actions)
[](https://codecov.io/gh/egpivo/nlp-practice)This repository contains code examples and implementations related to Natural Language Processing (NLP).
### Installation
To install the `nlp-practice` Python package from this GitHub repository, you can use the following command:
```bash
pip install git+https://github.com/egpivo/nlp-practice.git
```### Example
| Case | Module | Notebook | CLI | Remark |
|------|--------------------------------------------|---------------------------------------------------------------------|---------------------------------------------|-------------------------------------------------------------------------------------------|
| translation | [modules](nlp_practice/case/translation) | [execution](examples/translation/notebooks/seq2seq/execution.ipynb) | [scripts](examples/translation/seq2seq/cli) | [reference](https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html) |### License
This project is licensed under the [License](LICENSE)