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
some importers support filtering by document names and paths (without extension) in generic config using key documents.
The GraphML exporter can partition the output files by a node label (like annis:doc for documents) using the partition_by parameter. The GraphML
importer has also been updated to support such partioned corpora.
Changed
uses graphANNIS 4.2.0
Fixed
Fix serialization of Some() values for AnnoKey and AnnotationComponent. For
the TOML serializer, it does not make a difference if we write the value or Some(value) because on deserialization the existence of the field implies
`Some(value). But other serializers like ron
have an explicit "Optional" type
(https://github.com/ron-rs/ron#ron-syntax-overview). If you serialize the
value and then try to deserialize it, they expect an optional type and
deserialization fails. This causes issues in Artemesia, because the egui
framework uses ron to store the applications state which included the module
configs.
graph op unstable:diff: annotations in the source can be kept in merge mode.