fgaim / HornMorpho

Morphological analysis and generation of Amharic, Oromo, and Tigrinya
GNU General Public License v3.0
11 stars 8 forks source link

Question on UD POS tags and spaCy #2

Open yosiasz opened 3 years ago

yosiasz commented 3 years ago

Greetings @fgaim

Trying to leverage this HornMorpho for NLP processing and ran into the following issue

https://github.com/explosion/spaCy/issues/6981

UD uses upper case for the POS tags whereas HornMorpho uses abbreviated lower case values for the POS tags.

Working on a more robus Amharic/Tigrinya UD treebanks

https://github.com/geeztypes/Amharic_TreeBank

Thanks for this amazing module!