bnosac / udpipe

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
https://bnosac.github.io/udpipe/en
Mozilla Public License 2.0
209 stars 33 forks source link

Where van I find explenations or translations of the "upos" tags #31

Closed rdatasculptor closed 5 years ago

rdatasculptor commented 5 years ago

Is there some kind of translation (in preverably dutch) or explenation of the upos tags available somewhere? Since not having a background in NLP this would be very helpful for me. Many thanks in advance!

jwijffels commented 5 years ago

You can find these at http://universaldependencies.org/format.html, more specifically

rdatasculptor commented 5 years ago

Thank you for your quick response!