From c6fbb5b17901a0279504e6325392846938e89afd Mon Sep 17 00:00:00 2001 From: evbarnett Date: Thu, 4 Oct 2018 05:30:43 -0700 Subject: [PATCH] Added Speech and Language Processing book (#2977) * Added Speech and Language Processing PDF Speech and Language Processing, An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition Third Edition draft by Daniel Jurafsky & James H. Martin * Fixed PDF label --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index cf6a3c3f..e9dfa3d1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -420,6 +420,7 @@ * [Machine Learning, Neural and Statistical Classification](http://www1.maths.leeds.ac.uk/~charles/statlog/) * [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com) * [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code) +* [Speech and Language Processing (3rd Edition Draft)](https://web.stanford.edu/~jurafsky/slp3/ed3book.pdf) - Daniel Jurafsky, James H. Martin (PDF) * [The Elements of Statistical Learning](https://web.stanford.edu/~hastie/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman * [The LION Way: Machine Learning plus Intelligent Optimization](http://www.e-booksdirectory.com/details.php?ebook=9575) * [The Python Game Book](http://thepythongamebook.com/en%3Astart) -- GitLab