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
unstable:diff allows to execute a merge between two subgraphs by setting merge = true.
The resulting graph might require manual post-hoc clean up, depending on other graph ops
and exports down the line.
import toolbox: allow annotation values with parentheses (opening and closing) as well as comments
imports can now be configured to rename the root of the corpus by using key as on top level
imports' formats can now be customized using extensions on top level
generic import configuration is also available in library use
Changed
diff is unstable:diff to the user, to enforce consciousness of potential flaws in the outcome.
visualize: The dot output format written by graphviz_rust has changed
documentation: Writing the docs removes the unstable: prefix from unstable modules
cleaner messages for generic import, graph_op, and export errors
Added
Exmaralda exporter: metadata that can not be assigned to a speaker by the
namespace is added to the generic meta-information section.
Exmaralda importer: new merge_events parameter controls whether to merge
events that span the span timeline items. For backward compatiblity, this is true per default.
Annatto as library: Implement Clone and PartialEq for ImporterStep, ExporterStep and ManipulatorStep. Since the corresponding enums already
implement these traits, this does not add any actual constraints on the
implementations, but allows this structs to be easier used in third party
libraries, e.g. for storing it in a BTreeMap.
Fixed
Exmaralda exporter did not output the end timeline item for documents without
time codes.
Add diff, a graph op that highlights editions between subgraphs with specific edge and node annotations
Add edit for directly manipulating the graph via graph updates
import whisper: More format flexibility (json keys can be skipped or have different names)
Changed
revise: Removed obsolete feature for magically moving node annotations through the coverage component to other nodes with a matching namespace (too specific and thus too prone to failure)
Fixed:
diff: Deserialization fixed for string representation of anno key