Skip to content

Releases: korpling/ANNIS

v4.6.4

01 Apr 12:46
Compare
Choose a tag to compare

Fixed

  • Fix several issues with corpora containing an Umlaut or other special
    characters. There is often now a distinction between using the decoded corpus
    name or the "raw" node names, e.g. to get the corpus or HTML visualizer
    configuration. This also updates graphANNIS to 2.0.3 which includes the
    corresponding fixes.

v4.6.3

29 Mar 14:39
Compare
Choose a tag to compare

Fixed

  • Upgraded to graphANNIS 2.0.1. Among other things, it resolves issues when importing large
    GraphML or relANNIS corpora and issues with translating relANNIS resolver mappings.
    While this is a major graphANNIS release because of some internal API changes, no data migration
    or other upgrade steps are required. The AQL interpretation also remained the same.
  • Show visible error message when 32-Bit Java is used to start ANNIS Desktop (#742)
  • Mention the possibility to import GraphML in the import panel (#744)
  • Fix configuration example for user configuration with Keycloak

3.7.0 (legacy version)

08 Feb 15:14
Compare
Choose a tag to compare

This is a maintenance release for the legacy version of ANNIS 3 to ensure compatibility with newer PostgreSQL versions.
It also includes an older feature for the RST visualizer to display signals, which had been developed some time ago but was not released yet.

[Fixed Bugs]
#746 Ensure Compatibilty with PostgreSQL 14 by updating the JDBC driver
#747 Update ANNIS 3 dependencies (Jetty, Vaadin, Spring) to the newest bug fix release
#650 Fix typo and outdated info in PostgreSQL tips

[Enhancements]
#608 Show signals in RST visualizer

v4.6.2

06 Jan 18:49
Compare
Choose a tag to compare

Fixed

  • Updated to graphANNIS 1.5.0 to fix issues with the import of relANNIS 3.3
    files with missing segmentation information. This graphANNIS release also
    improves the performance of the relANNIS import in general.

v4.6.1

12 Dec 14:07
Compare
Choose a tag to compare

Fixed

v4.6.0

08 Dec 15:38
Compare
Choose a tag to compare

Changed

  • Improved available space for corpus names in corpus list table
  • More prominent highlight of corpus and document name in match list

Fixed

  • Updated to graphANNIS 1.4.1 to fix issues with the relANNIS import. This
    also improves the performance for the tok query on large corpora.

v4.5.3

06 Dec 14:23
Compare
Choose a tag to compare

Fixed

  • Updated to Vaadin Version 8.14.3
  • Fixed memory consumption issues during relANNIS import by updating to graphANNIS 1.4.0

v4.5.2

20 Sep 15:22
Compare
Choose a tag to compare

Fixed

  • AQL code editor: avoid undefined variable by defining a default value

v4.5.1

20 Sep 14:58
Compare
Choose a tag to compare

Fixed

  • Fix "java.io.IOException: unexpected end of stream" exception for some queries
    with optional nodes by updating to graphANNIS to 1.3.0
  • Do not highlight optional nodes with colors in query text editor

v4.5.0

16 Sep 16:41
Compare
Choose a tag to compare

Added

  • Add operator negation without existence assumption to AQL by upgrading to graphANNIS 1.2.1.
    Optional and possible non-existing nodes are marked with the suffix ? and can be combined
    with negated operators like !>*. This means you can e.g. search for all sentences without a
    noun with the query like cat="S" !>* pos="NN"?. More information can be found
    in the User Guide in the section "Operator Negation".