-
We should use Travis CI to build and deploy releases to PyPI, just like Annif itself does nowadays.
-
During our 2020 evaluation we discovered that the STW concept for United Kingdom was often not assigned, even though __UK__ was present in the input. Changing it to __U.K.__ helped. This is also true …
mo-fu updated
3 years ago
-
Maui backend gives at most 10 suggestions even if a larger `limit` value is set in Annif.
At training time [only `id` and `lang` parameters are passed to MauiServer](https://github.com/NatLibFi/An…
-
I did not find a proper "man page" about the configuration of other languages. The standard configuration for Omikuji is given as
```
[omikuji-parabel-en]
name=Omikuji Parabel English
language=e…
-
I've just installed VirtualBox on my Windows 10 laptop, downloaded Annif-tutorial and added the Annif-tutorial image to VirtualBox, - all according to tutorial instruction video.
When trying to sta…
-
When starting up the Web UI (`annif run`) I encountered this error:
```
File "/home/local/oisuomin/git/Annif/annif/backend/maui.py", line 30, in modification_time
return datetime.strptime(m…
-
We should have functionality to adjust concept weight/boost values based on feedback from the user or from existing gold standard subjects.
Example CLI command:
annif learn --weight 0.01
-
Whilst trying to run Skosify on Windows, I encountered issues similar to [this](https://stackoverflow.com/questions/9233027/unicodedecodeerror-charmap-codec-cant-decode-byte-x-in-position-y-character)…
-
Some backends require preselected (hyper)parameters and these must be carefully chosen to get the best results. Often the only way is trial and error. Especially fastText is notorious for requiring a …
-
There is a lot of options when using optional weights in ensemble/PAV/VW. it would be good if there could be some way to automate testing of eval in these different weights, for example in optimize-co…