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

Create treebank without syntactic dependencies #1029

Closed
MateDideba opened this issue May 5, 2024 · 2 comments
Closed

Create treebank without syntactic dependencies #1029

MateDideba opened this issue May 5, 2024 · 2 comments

Comments

@MateDideba
Copy link

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.

@dan-zeman
Copy link
Member

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.

@MateDideba
Copy link
Author

Thank you very much for your answer!

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