POS TAGGING - IRISH LANGUAGE
In order to find out the POS Tagging in the Irish Language, we have used the Viterbi Algorithm to predict it from scratch.
For anything goes, we have implemented it using deep learning sequential models and decision trees.
For references, we have taken up pieces of code and concept from the following links:
- https://towardsdatascience.com/implementing-part-of-speech-tagging-for-english-words-using-viterbi-algorithm-from-scratch-9ded56b29133
- https://www.mygreatlearning.com/blog/pos-tagging/
- https://www.freecodecamp.org/news/a-deep-dive-into-part-of-speech-tagging-using-viterbi-algorithm-17c8de32e8bc/
- http://www.adeveloperdiary.com/data-science/machine-learning/implement-viterbi-algorithm-in-hidden-markov-model-using-python-and-r/