Live data from Hacker News

Ask HN: Any resources for learning Python and NLP in short time?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: Any resources for learning Python and NLP in short time?

#5
post #4

How quick? Also what do you mean NLP? As in … https://en.wikipedia.org/wiki/Neuro-linguistic_programming Learning NLP will take you along time on its own. Possibly even years. What’s your Python experience so far?

Natural language processing

Re: Ask HN: Any resources for learning Python and NLP in short time?

#6
python is relatively simple. But what matters is what you need to do with python. Different uses mean you need to learn to use different python libraries. NLP is a much bigger field and requires a lot of prior knowledge, which I'm starting to learn now. My approach is driven by requirements. That is, I need to accomplish a certain function, find the general idea from the internet first, and then go learn the corresponding technology.