Metadata-Version: 2.4
Name: nlplab33
Version: 0.1.0
Summary: A collection of NLP Lab codes available via a nice interactive menu.
Author: Tchir
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nltk
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: requests
Requires-Dist: gensim
Requires-Dist: tensorflow
Requires-Dist: numpy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# NLP Lab Codes

This is a Python package containing all my NLP Lab assignments.

## Installation

You can install this package by running:

```bash
pip install nlplab
```

*(Note: The above assumes you have successfully published the package to PyPI!)*

## Usage

After installing, simply import the package in your Python code or interactive shell and call the function:

```python
import nlplab

nlplab.getprograms()
```

This will launch an interactive menu which allows you to inspect and optionally execute any of the labs directly from the terminal!
