- Free software: MIT license
- Documentation: https://lna.readthedocs.io.
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:
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/
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackageproject template.