mounir4023 / MSA_POS_Tagger

HMM and Transfer learning implementations for modern arabic part of speech tagger using python
MIT License
3 stars 0 forks source link

The labeling algorithm #8

Open mounir4023 opened 4 years ago

mounir4023 commented 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)

mounir4023 commented 4 years ago

https://sandipanweb.wordpress.com/2017/04/03/some-natural-language-processing-using-trigram-hidden-markov-models-to-tag-genes-in-biological-text/

mounir4023 commented 4 years ago

https://www.freecodecamp.org/news/a-deep-dive-into-part-of-speech-tagging-using-viterbi-algorithm-17c8de32e8bc/?fbclid=IwAR2WLxNFW1oeQp0HG5IE67kS4Lu691gyDARsiWLfiq0rbWYo4vpQ5Yu2Gdw

mounir4023 commented 4 years ago

https://stathwang.github.io/part-of-speech-tagging-with-trigram-hidden-markov-models-and-the-viterbi-algorithm.html

mounir4023 commented 4 years ago

https://ireneli.eu/2016/04/30/nlp-02-a-trigram-hidden-markov-model-python/

mounir4023 commented 4 years ago

http://www.cs.columbia.edu/~mcollins/hmms-spring2013.pdf