An implementation of fine-grained Arabic POS tagger proposed in the following paper:
- Joint Prediction of Morphosyntactic Categories for Fine-Grained Arabic Part-of-Speech Tagging Exploiting Tag Dictionary Information
- Python 3
- DyNet
We assume CoNLL data format as follows: TOKEN_NUMBER\tTOKEN\tCATEGORY1\tCATEGORY2 ... \tCATEGORY14
Refactored code will be available soon...