Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 455 Bytes

FineGrainedArabicPOSTagger

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

Requirement

  • Python 3
  • DyNet

Data Format

We assume CoNLL data format as follows: TOKEN_NUMBER\tTOKEN\tCATEGORY1\tCATEGORY2 ... \tCATEGORY14

Notes

Refactored code will be available soon...