From fb46a850d9c3df9369085591e2915b997d30e136 Mon Sep 17 00:00:00 2001 From: Charchit Dhawan <30744323+charchitd@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:02:56 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce30349..8dd830d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ `nlp-tutorial` is a tutorial for who is studying NLP(Natural Language Processing) using **Pytorch**. Most of the models in NLP were implemented with less than **100 lines** of code.(except comments or blank lines) - [08-14-2020] Old TensorFlow v1 code is archived in [the archive folder](archive). For beginner readability, only pytorch version 1.0 or higher is supported. - +## NLP Ebooks +* [NLTK Processeing with Python](http://www.nltk.org/book/) ## Curriculum - (Example Purpose)