nschneid / activedop

A treebank annotation tool based on a statistical parser that is re-trained during annotation
GNU General Public License v2.0
2 stars 1 forks source link

[Brandon's master branch] right-click nonterminal to enumerate subtree options gives an error #22

Open nschneid opened 1 month ago

nschneid commented 1 month ago

"ERROR: cannot parse tree bracketing not enough values to unpack (expected 2, got 1)"

bwaldon commented 1 month ago

Will investigate today. (I haven't used the 'enumerate subtree' functionality in my own testing).

nschneid commented 1 month ago

No rush, I'm just poking at it to see what breaks

bwaldon commented 1 month ago

Addressed by https://github.com/bwaldon/activedop/commit/d90b22ce96a4e11b6a8cde0590246359d41c24a9

nschneid commented 1 month ago

WFM. Will close when merged into the main repo