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

Update to coindexation variable in nonterminal not saving #10

Closed nschneid closed 1 year ago

nschneid commented 1 year ago

The parse appears to save but the change is lost on restart of the server.

Removing the coindexation variable does not help. It is as if that node in the tree is immutable. Maybe a caching issue....but changing the root category of the tree works just fine.

nschneid commented 1 year ago

Unless somehow multiple versions of the tree have been saved and the tool only retrieves one of them, not necessarily the most recent?

nschneid commented 1 year ago

If I add a copy of the sentence to the workset, and rerun initpriorities, will it recognize it as unannotated, and thus suggest parser options based on whatever is stored? Apparently it will recognize it as unannotated, but the correct option for the nonterminal in question still isn't showing up. ~Also, the gap at the end of the sentence is omitted from the sentence display at the top of the page for some reason. (this was a difference between annotate and edit mode)~

nschneid commented 1 year ago

Symptom of andreasvc/activedop#1, fixed in 145a828