Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)

I recently attended a class on coursera about "Natural Language Processing" and I learnt a lot about parsing, IR and other interesting aspects like Q&A etc. though I grasped the concepts well but I did not actually get any practical knowledge of it. Can anyone suggest me good online tutorials or books for Natural Language Processing?

Thanks

1 Answer

0 votes
by (33.1k points)

There are some resources available to start with Natural Language Processing (NLP):

To start with NLP, you should begin with scratch. You should select some standard tasks (language modeling, text classification, POS-tagging, NER, parsing) and implement various algorithms (n-gram models, HMMs, Naive Bayes, MaxEnt, CKY). 

Hope this answer helps.

Browse Categories

...