Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.29 KB

Learn NLP again

Learn NLP from scratch again

  Here is why I started this project: learn NLP from scratch again. I choose Speech and language process as my entry point, and try to write solutions and implement some algorithms/models of this book. I hope I can stick to this project and update frequently.:smile:

Usage

git clone [email protected]:ZacBi/learn_NLP_again.git
cd ./learn_NLP_again
pip install -r ./requirements_dev.txt
pip install -e ./ --no-binary :all:

pytest:

pytest ./tests/

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackageproject template.