Annotald / annotald

A program for annotation in the Penn Treebank format
GNU General Public License v3.0
8 stars 3 forks source link

Coindexes illicitly projected into node labels #42

Closed diertani closed 10 years ago

diertani commented 10 years ago

If I create a wh-trace, and I want to add a dash tag, I have to do this by toggling with w. If I try to do it by right-clicking and selecting from the menu, all of the options will have the coindex illicitly added to the node label (NP-SBJ-1, NP-OB1-1, NP-OB2-1, &c). It then will not let me get rid of this spurious index! If I click C, it will delete the correct index on the empty category itself, but it will not delete the one on the node. What's more, if I then try to toggle through the tags available with w, all of them will also have this index! There doesn't seem to be a way to delete it short of deleting the node entirely and then creating it again without using the right-click-menu.

Thanks, Ariel

aecay commented 10 years ago

OK, this is a bug. I'll work on a fix.