/learn_NLP_again

Solutions and algorithms for Speech and Language Processing (3rd ed. draft)

Primary LanguageTeXMIT LicenseMIT

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 git@github.com: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.