UniversalDependencies / docs

Universal Dependencies online documentation

Home Page:http://universaldependencies.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create treebank without syntactic dependencies

MateDideba opened this issue · comments

For my master's research, I am developing a Georgian corpus annotated according to Universal Dependencies (UD) guidelines. I am curious if it is possible to submit the corpus to UD without annotations for syntactic dependencies.

If it does not have syntactic dependencies, it is not a treebank – by definition :-) (the term treebank means that there are (dependency-syntactic) trees).

Any treebank released in UD is required to have at least the UPOS tags and the dependency relations (HEAD + DEPREL) verified manually, so the simple answer is no. It is true that there are "treebank" repositories in the UD Github space that currently contain only morphological annotation. Hopefully somebody will add syntax to them in the future and they will be included in the official release packages.

Thank you very much for your answer!