I used the 2nd edition of this textbook in my undergraduate studies extensively (linguistics). Coming from a non-technical background and starting to take technical classes, certain chapters were wonderful ways for me to bridge that gap. Specifically the second chapter on text normalisation helped me apply things I’d learned in 100 and 200 level classes and ultimately set me on the path to becoming an engineer. And I still use that text processing knowledge a lot in my day to day work.<p>I’m forever grateful to the authors for making these drafts freely accessible (there weren’t many copies of the second edition in my university library!)
Fantastic book, this and Manning's Information Retrieval book (<a href="https://nlp.stanford.edu/IR-book/" rel="nofollow">https://nlp.stanford.edu/IR-book/</a>) are some of the best resources on natural language processing, and they are both free. I can just echo what's been already said - thank you for making these high quality resources available to everyone.
Interesting that the HMM chapter has been moved to the appendix in the 3ed. A consequence of how deep neural nets (CRFs in particular) have supplanted them for most use cases.