Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UD POS #1

Open
epageperron opened this issue Dec 18, 2017 · 5 comments
Open

UD POS #1

epageperron opened this issue Dec 18, 2017 · 5 comments
Assignees

Comments

@epageperron
Copy link

epageperron commented Dec 18, 2017

Hi Thibault,

Here is the list :

a	ADJ
c	CCONJ
d	ADV
e	INTJ
m	NUM
n	NOUN
p	PRON
r	ADP
t	VERB
u	PUNCT
v	VERB

I found the conversion here:
http://universaldependencies.org/tagset-conversion/la-conll-uposf.html

Hope it can be useful

@PonteIneptique
Copy link
Member

PonteIneptique commented Dec 18, 2017

Thanks a lot for the issue, looking forward to implement it

@epageperron
Copy link
Author

epageperron commented Dec 18, 2017

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

@PonteIneptique
Copy link
Member

PonteIneptique commented Dec 18, 2017

Thanks, I'll think about a way to do this export in a clean fashion

@PonteIneptique
Copy link
Member

PonteIneptique commented Dec 31, 2017

Hey @epageperron , I just added some support for that :) Check the readme ! ;)

@epageperron
Copy link
Author

epageperron commented Dec 31, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants