This repository is entirely open source and welcomes contributions! Please read through the contributing guide below to avoid frustration!
All forms of feedback are welcome through issues
The notebooks
directory is intended for iterative, interactive code development examples. The notebooks are organized by topic and can be run in any order. The notebooks are designed to be self-contained and can be run independently of each other.
Pull requests are welcome! Please follow the guidelines below to ensure that your pull request is accepted.
Clone the repository and install the required Python packages for contributing:
git clone https://github.com/iamrk04/NaturalLanguageProcessing.git
cd <repo_name>
pip install -r requirements.txt
Before opening a PR, format all Python code and notebooks:
black .
black-nb .