--- license: apache-2.0 datasets: - universal-dependencies/universal_dependencies language: - ar pipeline_tag: token-classification library_name: spacy tags: - part-of-speech - nlp - spacy - tagger --- SpaCy POS tagger and dependency labeler. Trained on ~7.6k samples from Universal Dependencies' ar_padt-ud-train.conllu, tested on ~1.7k samples Universal Dependencies' ar_padt-ud-test.conllu, ar_pud-ud-test.conllu, and ajp-madar-test.conllu - Tagger accuracy: 0.8630 - Dep head accuracy: 0.9537 - Dep label accuracy: 0.0374 (likely caused by my mistake handling the .conllu data in SpaCy - will fix later)