Skip to content

0.19.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomaskrause thomaskrause released this 06 Mar 12:01
v0.19.0
13d9ab1

Added

  • Utility function node_names_from_match for getting the node identifiers from the matches
  • Tutorial for Python, Java and Rust on how to embedd graphANNIS in other programs
  • Citation File Format (https://citation-file-format.github.io/) meta-data

Changed

  • Renamed the "PartOfSubcorpus" component type to more general "PartOf"
  • relANNIS import now takes the sub-corpus structure into account
  • Quirks mode now also emulates the component search normalization behavior.
    Search nodes that where part of multiple dominance/pointing relation joins where duplicated and joined with the identity operator to work around the issue that nodes of different components could not be joined in relANNIS. This leads to additional output nodes in the find(...) query. See also the original JavaDoc for an explanation.
  • The error_chain crate is no longer used for error reporting, instead a custom Error representation is used

Fixed

  • "NULL" annotation namespaces where imported as "NULL" in relANNIS import
  • Result ordering for "find(...)" function was not correct if token helper components where not loaded