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

https://github.com/egpivo/nlp-practice


https://github.com/egpivo/nlp-practice

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## NLP Practice

[![Tests](https://github.com/egpivo/nlp-practice/workflows/CI/badge.svg)](https://github.com/egpivo/nlp-practice/actions)
[![Code Coverage](https://codecov.io/gh/egpivo/nlp-practice/branch/main/graph/badge.svg)](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)