You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequence exports connected node's annotation values (e. g. ordered nodes) as vertical or horizontal sequences.
split breaks up conflated annotation values into parts
revise now offers to delete an entire subgraph from a node in the inverse direction of part of edges
enumerate can prefix the numeric annotation it generates with an annotation value from the query match (use attribute value to point in the match list with a 1-based index)
Changed
enumerate uses u64 internally (to be in line with graphANNIS and to be deserializable)
collapse now uses node ids that indicate the node names that entered the merge, the parent node is not indicated anymore
split has default configuration/behaviour (do nothing); attribute keep is now delete to adhere to boolean default logic
Fixed
no more annis::tok labels for non-terminal coverage nodes in xlsx import
hypernode id's are unified, in older versions it could happen that annotations get distributed about two or more hypernode instances due to invalid determination of the parent (part of-child)