Week 6 - Autocorrect
PreviousWeek 5 - Machine Translation and Document SearchNextWeek 7 - Part of Speech Tagging and Hidden Markov Models
Last updated
Last updated
Welcome to second course and to Natural Language Processing with Probabilistic Models! Congratulations that you have made it that far!
Let us start with some words on what probalistic models are. These are models that are based on the principle: "given these words what is the most likely next word". So a pretty reasonable approach
In this week we learn about autocorrect, minimum edit distance, and dynamic programming. At the end we build your own spellchecker to correct misspelled words!