You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! This should be relatively easy to fix - just pass the configured limit value to Maui as max_topics_per_document.
It does mean that the limit used by Maui will be fixed during train time, unlike for other backends where it's applied only during suggest operations. I don't think this is a major problem but could perhaps be noted on the wiki page of the Maui backend.
Maui backend gives at most 10 suggestions even if a larger
limit
value is set in Annif.At training time only
id
andlang
parameters are passed to MauiServer, and the default value of 10 is always used formax_topics_per_document
.When Maui backend is used in an ensemble project, getting more suggestions would be advantageous.
The text was updated successfully, but these errors were encountered: