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

Fine Grain POS tags documentation #3

Open
TinoRed opened this issue Sep 23, 2021 · 3 comments
Open

Fine Grain POS tags documentation #3

TinoRed opened this issue Sep 23, 2021 · 3 comments

Comments

@TinoRed
Copy link

TinoRed commented Sep 23, 2021

Hi! @dan-zeman @msimi @fginter

I am using SpaCy's italian model for research and from SpaCy's documentation I see it has been trained using this dataset.

Could you please provide some clarification (or documentation) on the meaning of the following fine-grain POS tags?

A, AP, B, BN, B_PC, CC, CS, DD, DE, DI, DQ, DR, E, E_RD, FB, FC, FF, FS, I, N, NO, PART, PC, PC_PC, PD, PE, PI, PP, PQ, PR, RD, RI, S, SP, SW, SYM, Sw, T, V, VA, VA_PC, VM, VM_PC, VM_PC_PC, V_B, V_PC, V_PC_PC, X

Inspecting the dataset I can see they are used to tag words but I cannot extract their meaning.

I tried to use SpaCy's explain() method but unfortunately only works with the English and German model.

It would really help me having something like the following explanation of the Universal Pos TAGS ( which are coarse-grain).

ADJ: adjective
ADP: adposition
ADV: adverb
AUX: auxiliary
CCONJ: coordinating conjunction
DET: determiner
INTJ: interjection
NOUN: noun
NUM: numeral
PART: particle
PRON: pronoun
PROPN: proper noun
PUNCT: punctuation
SCONJ: subordinating conjunction
SYM: symbol
VERB: verb
X: other

Thank you very much in advance!

@martinpopel
Copy link
Member

I am not familiar with UD_Italian-ISDT XPOS tags, but see https://universaldependencies.org/docs/tagset-conversion/it-isdt-uposf.html and ufal/udpipe#155 (comment)

@msang
Copy link

msang commented Sep 23, 2021

hi @TinoRed you can find the meaning (in short) of the language-specific tags in the UPOS documentation for Italian https://github.com/UniversalDependencies/docs/tree/pages-source/_it/pos

(you should check every single page, though)

best,
manuela

@msimi
Copy link
Contributor

msimi commented Sep 26, 2021 via email

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

No branches or pull requests

4 participants