Skip to content

Annif 0.44

Compare
Choose a tag to compare
@osma osma released this 13 Nov 14:04

This release includes a new maui backend for integrating Annif with Maui Server, a REST service wrapper for the Maui tool that will replace the similar but more limited Maui Service. The eval command has been enhanced by adding the F1@5 metric (F1 score for the top 5 suggestions) that is commonly used for comparing algorithms. There are also small improvements to the nn_ensemble backend and some bug fixes.

New features

  • #269/#344/#352 Add Maui Server backend
  • #354 Always compute F1@5 metric when evaluating

Improvements

  • #355/#356 Support learn-epochs parameter in nn_ensemble backend

Bug fixes

  • #350/#351 Fail gracefully if trying to evaluate an empty corpus
  • #307/#353 Accept UTF-8 files with Byte Order Mark (BOM)