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
improve progress reporting by reporting each conversion step separately
Changed
improve progress reporting by reporting each conversion step separately
Added
graph_op collapse can collapse an edge component, i. e., it merges all nodes in a connected subgraph in said component
collapse can be accelerated when all edges of the component to be collapsed are known to be disjoint by providing disjoint = true in the step config
collapse provides more feedback on current process
collapse gives hypernodes proper names that allow to identify the subgraph they belong to. Furthermore already existing hypernode ids are not reused (in case multiple collapse operations are run on a graph).
CorpusStorage is now quiet
importing exmaralda does now has more features
exmaralda can be exported
xlsx import creates part of-edges between tokens and document nodes
all imports add PartOf edges from nodes to their respective document (lowest corpus node)
Fixed
link now considers all matching nodes for the same value, so the correct amount of edges is created
exmaralda returns error when there is no time value for a timeline item
fixed and simplified import of corpus node annotations
exmaralda import's paths to linked media files are relative to the working directory
xlsx importer now adds PartOf relations to the document nodes