TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Speech and Language Processing

82 pointsby adulauover 3 years ago

5 comments

mdcurranover 3 years ago
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!)
armcatover 3 years ago
Fantastic book, this and Manning&#x27;s Information Retrieval book (<a href="https:&#x2F;&#x2F;nlp.stanford.edu&#x2F;IR-book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nlp.stanford.edu&#x2F;IR-book&#x2F;</a>) are some of the best resources on natural language processing, and they are both free. I can just echo what&#x27;s been already said - thank you for making these high quality resources available to everyone.
lgesslerover 3 years ago
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.
评论 #28899276 未加载
tasubotadasover 3 years ago
I am glad that they&#x27;ve updated it. The previous edition was hopelessly outdated as most if not all of the SOTA solutions now use deep learning.
wodenokotoover 3 years ago
Jurafsky’s introduction to regular expressions was the one that made it click for me. Both in terms of use case and syntax.