--- license: apache-2.0 datasets: - universal-dependencies/universal_dependencies language: - tl pipeline_tag: token-classification library_name: spacy tags: - part-of-speech - nlp - spacy - tagger --- SpaCy POS tagger and dependency labeler. Trained on ~12.5k samples from Universal Dependencies' tl_newscrawl-ud-train.conllu, tested on ~1.1k samples Universal Dependencies' tl_newscrawl-ud-test.conllu, tl_trg-ud-test.conllu, and tl_ugnayan-ud-test.conllu - Tagger accuracy: 0.9287 - Dep head accuracy: 0.9511 - Dep label accuracy: 0.0590 (likely caused by my mistake handling the .conllu data in SpaCy - will fix later)