Skip to content

v4.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 10:19
· 84 commits to main since this release

Added

  • Added the possibility to log user search interactions of the QueryController
    anonymously. You have to set the logging level for the component
    org.corpus_tools.annis.gui.QueryController to the value DEBUG, e.g. by
    adding the following lines to the
    application.properties
    file:
# Set general log level for ANNIS
logging.level.org.corpus_tools.annis=WARN
# Log user interactions
logging.level.org.corpus_tools.annis.gui.QueryController=DEBUG

Fixed

  • Updated to graphANNIS bugfix version 3.1.1, which fixes issues with token
    searches when the result order is randomized or not sorted and the corpus is
    not loaded yet (korpling/graphANNIS#280).