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

Notatrix throws away relations in the input without heads #466

Open
ftyers opened this issue Nov 17, 2021 · 2 comments
Open

Notatrix throws away relations in the input without heads #466

ftyers opened this issue Nov 17, 2021 · 2 comments
Labels
bug data management related to storage and transportation of trees and treebanks editing functionality priority

Comments

@ftyers
Copy link
Collaborator

ftyers commented Nov 17, 2021

 # sent_id = Frog_Story:69
 # text = Wan n telpukatl kwika oksipa se chihchikichi.
 # text[orig] = wan n teelpukatl kwiika oksipa see chihchikichi~.
 # text[spa] = Y el niño lleva otra vez una chiquita.
 1	Wan	_	_	_	_	_	_	_	_
-2	n	in	DET	_	_	_	det	_	_
+2	n	in	DET	_	_	_	_	_	_
 3	telpukatl	telpukatl	NOUN	_	_	_	_	_	_
 4	kwika	_	_	_	_	_	_	_	_
 5-6	oksipa	_	_	_	_	_	_	_	_
-5	o	o	AUX	_	_	_	aux	_	_
+5	o	o	AUX	_	_	_	_	_	_
 6	ksipa	_	VERB	_	_	_	_	_	_
 7	se	_	_	_	_	_	_	_	_
 8	chihchikichi	_	_	_	_	_	_	_	_
-9	.	.	PUNCT	_	_	_	punct	_	_
+9	.	.	PUNCT	_	_	_	_	_	_
 
@ftyers ftyers added the bug label Nov 17, 2021
@jonorthwash jonorthwash added priority editing functionality data management related to storage and transportation of trees and treebanks labels Jun 10, 2022
@jonorthwash
Copy link
Owner

jonorthwash commented Jun 10, 2022

Expected behaviour: keep the deprel even though a dependency arc can't be drawn.

This is probably a minor design flaw in notatrix.

@jonorthwash
Copy link
Owner

Duplicate of #335.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug data management related to storage and transportation of trees and treebanks editing functionality priority
Projects
None yet
Development

No branches or pull requests

2 participants