Daily Archives: September 23, 2020


Natural Language Processing, course 2, Probabilistic models

https://www.coursera.org/learn/probabilistic-models-in-nlp/lecture/ZTOqC/overview probability sequence models, markov chain Week 1 – auto correction The goal of this week is to build an auto-correction system. It is context free. It uses the edit distance and word probability. identify misspelled word not in a dictionary. (advanced) take the context (surrounding word) into account. find […]