Mapping of the UD POS-tags

#5
by annaverh - opened

When I call 'pos_tags_ud', I get numbers instead of strings for the labels, so I searched for a mapping of those numbers to the tags.
I found one in the hkcancor/README.md file, but that only maps to 16 tags instead of seven, including “V” which isn’t one of the UD POS-tags, and excluding “SYM” and “SCONJ”.
If I look at the data, e.g. “.” and “?” map to 4, even though in the found mapping, 4 is adverb and punctuation is 5. So I suppose I’m looking in the wrong place.
Could you perhaps tell me what UD POS-tags the numbers map to?

A lot of thanks in advance!

instance_example_readme.png
mapping_ud_tags_readme.png
example_dataset_viewer.png

annaverh changed discussion status to closed

Sign up or log in to comment