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.

Ask HN: How to Get Started with Natural Language Processing?

3 pointsby thickiceover 7 years ago
I am interested in the NLP space. Which language has wider collection of libraries that are mature ? Also, what is a good source to understand the literature (algorithms) in the area of NLP.

1 comment

ineedasernameover 7 years ago
I&#x27;d recommend python and the NLTK package, which has a corresponding book [0] that will bring you up to speed on the major points without skimping on the conceptual details along the way. And there&#x27;s a lot of good work going on in python, like pyTorch &amp; TensorFlow.<p>But anyone looking to do serious work that skips the type of content covered in NLTK Book in favor of jumping in to DNNs is doing themself &amp; their ambitions an extreme disservice.<p>[0] <a href="http:&#x2F;&#x2F;www.nltk.org&#x2F;book&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.nltk.org&#x2F;book&#x2F;</a>