Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1022 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1022 Bytes

Contributing

This repository is entirely open source and welcomes contributions! Please read through the contributing guide below to avoid frustration!

Issues

All forms of feedback are welcome through issues

Repository Structure

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

Pull requests are welcome! Please follow the guidelines below to ensure that your pull request is accepted.

Set up

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 .