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

MSA_POS_Tagger

HMM and Transfer learning implementations for modern arabic part of speech tagger using python

HMM Model

In this first implementation we tried to reproduce the HMM model from "A Hidden Markov Model Based POS Tagger for Arabic, Al Shamsi - Guessoum 2006" using their improved tagset and minimal version of their corpus which they provided us with for studying purposes at University Of Science and Technology Houari Boumediene, Algiers.

project structure:

Transfer Learning Model

Still looking for a pretrained universal language model in arabic to fine tune on POSTagging.