Open epageperron opened 6 years ago
Thanks a lot for the issue, looking forward to implement it
First column based on: https://github.com/alpheios-project/xml_ctl_files/blob/63b2abbdd476663cba201bdc083dbabaca0c461a/xslt/tags/1.0alpha1/aldt-util.xsl
alpheidos la::conll UD
a a ADJ
c c CCONJ
d d ADV
e e INTJ
g PART
i i INTJ
l DET
m m NUM
n n NOUN
p p PRON
r r ADP
t t VERB
u u PUNCT
v v VERB
x X
Thanks, I'll think about a way to do this export in a clean fashion
Hey @epageperron , I just added some support for that :) Check the readme ! ;)
Fantastic! I think, if you like, you can simplify things by employing the UD tags in the UPOSTAG column and the alpheidos/la:conll tags in the XPOSTAG column, without giving the option of generating two different outputs. The Alpheidos tagset looks like an extended version of the la:conll tagset; because they are the tags used by specialists of latin, it should probably go in the XPOSTAG CoNLL-U column, and the Universal Dependencies (UD) tags are to go in the UPOSTAG column. See the CoNLL-U columns description at http://universaldependencies.org/format.html
Hi Thibault,
Here is the list :
I found the conversion here: http://universaldependencies.org/tagset-conversion/la-conll-uposf.html
Hope it can be useful