Skip to content

0.6.0 - 2024-04-22

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 13:03
· 635 commits to main since this release

Release Notes

Added

  • Added simple chunker module based on
    text-splitter.
  • check can write check report to file
  • check can test a corpus graph comparing results to an external corpus graph loaded from a graphANNIS database
  • import ptb can now split node annotations to derive a label for the incoming edge, when a delimiter is provided
    using edge_delimiter. E. g., NP-sbj will create a node of category NP, whose incoming edge has function sbj,
    given the following config is used: edge_delimiter = "-"
  • config attribute stable_order for exporting graphml enforces stable ordering of edges and nodes in output
  • toml workflow files now strictly need to stick to known fields of module structs
  • command line interface now has the list subcommand to list all modules and the info subcommand to show the description and parameters of a module.o

Changed

  • The check module can now query the AnnotationGraph directly without using
    the CorpusStorageManager.
  • chunk deserializes with empty config to default values

Fixed

  • Don't throw error if output directory for any workflow does not exist.
  • import ptb: Also constituents get PartOf edges to their respective document node.

Download annatto 0.6.0

File Platform Checksum
annatto-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
annatto-x86_64-apple-darwin.tar.xz macOS Intel checksum
annatto-x86_64-pc-windows-msvc.zip Windows x64 checksum
annatto-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum