Open mounir4023 opened 4 years ago
Once the HMM is trained, it's show time ! We implement Viterbi algorithm with some smoothing mechanism (back-off to begin with)
https://sandipanweb.wordpress.com/2017/04/03/some-natural-language-processing-using-trigram-hidden-markov-models-to-tag-genes-in-biological-text/
https://www.freecodecamp.org/news/a-deep-dive-into-part-of-speech-tagging-using-viterbi-algorithm-17c8de32e8bc/?fbclid=IwAR2WLxNFW1oeQp0HG5IE67kS4Lu691gyDARsiWLfiq0rbWYo4vpQ5Yu2Gdw
https://stathwang.github.io/part-of-speech-tagging-with-trigram-hidden-markov-models-and-the-viterbi-algorithm.html
https://ireneli.eu/2016/04/30/nlp-02-a-trigram-hidden-markov-model-python/
http://www.cs.columbia.edu/~mcollins/hmms-spring2013.pdf
Once the HMM is trained, it's show time ! We implement Viterbi algorithm with some smoothing mechanism (back-off to begin with)