Sunday 22 March 2015

Online Course: Natural Language Processing

Very nice course that talks about language models (e.g, n-gram) and parser (e.g. probablistic context-free grammar and CYK parsing algorithm) and how to implements algorithms for various NLP tasks such as POS tagging, named entity recognition, sentence and phrase chunking (e.g., HMM, log linear model, global linear model), language translation (e.g. IBM models and phrase-based models).

https://www.coursera.org/course/nlangp

No comments:

Post a Comment