Skip to content

Releases: korpling/ANNIS

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".

v4.4.0

10 Sep 13:15
Compare
Choose a tag to compare

Added

  • Add operator negation with existance assumption to AQL
    by upgrading to graphANNIS 1.1.0

v4.3.1

27 Aug 14:09
Compare
Choose a tag to compare

Fixed

  • Fetching the segmentation span in CSVExporter could fail if only one token was covered.

v4.3.0

26 Aug 13:00
Compare
Choose a tag to compare

Added

  • Support the segmentation parameter in the CSVExporter. This allows to get the spanned text
    not from the token (which can be empty), but from the given segmentation layer.

Fixed

  • User guide was still mentioning the non-existing WekaExporter

v4.2.0

25 Aug 15:48
Compare
Choose a tag to compare

Changed

  • Always show the selected corpora at the beginning of the grid, even when not included in the
    current filter. This should make it much easier to spot corpora that where selected by mistake.
    (also fixes issue #563).

Fixed

  • Exception thrown when URL with corpus fragment (#c=...) was openend
  • Fix width of the corpus list columns when scrolling to long corpus names
  • Info and browse document buttons were not always visible without scrolling
  • Removed internal usage of the clone() function which has been reported
    as "blocker" code smell by the sonarcloud static code analysis.

4.1.4

24 Aug 14:53
Compare
Choose a tag to compare

Fixed

  • Matches for documents or (sub-) corpora where not shown. There is a special SingleCorpusResultPanel which should have been used, but was not triggered.
  • Media player was not loaded in result view
  • Security update in dependency jsoup (from 1.11.2 to 1.14.2)

4.1.3

21 Aug 14:25
v4.1.3
a3b83ce
Compare
Choose a tag to compare

Fixed

  • Query result order was not considered in result view

4.1.2

20 Aug 15:05
v4.1.2
4d405e9
Compare
Choose a tag to compare

Fixed

  • Use updated graphANNIS version 1.0.2 to fix issues in performance of subgraph extraction
  • Instance configurations where not loaded (including the default one)

4.1.1

20 Aug 09:26
v4.1.1
f27e4f1
Compare
Choose a tag to compare

Fixed

  • Do not use the default read timeout in the HTTP REST client (#712)
  • Use an GitHub Action that only uploads the release files instead of creating a new release
  • Download the test corpora before building the release artifacts