-
Python uses default system character encoding in calls to open(..). Under my Windows installation, this is cp1252, causing 'annif loadvoc' to fail with encoding errors.
I created a pull request wher…
-
The Vowpal Wabbit (VW) online learning systems seems promising as a backend for Annif. It could be used in at least two ways:
1. As a basic backend that inputs text and predicts classes/concepts/su…
-
Right now all models are built once and then remain static. But at least for `tfidf` and `pav` backends it would be possible to improve the model over time based on user feedback, i.e. documents that …
-
Salut tout le monde c’est pour quand la mis à jour car j ai un iptv qui est en erreur 403 merci
-
As noted in #195, it should be possible to set the path to `projects.cfg` using an environment variable, e.g.
export ANNIF_PROJECTS=/etc/annif/projects.cfg
annif analyze tfidf-fi
-
It should be possible to install Annif from PyPI.
There is a [test build](https://test.pypi.org/project/Annif/) on TestPyPI. Outstanding issues:
- [x] README is incorrectly formatted - probably …
-
I did a basic install of annif and it works on the command line, but when I start the webserver and go to http://127.0.0.1:5000/ I get this error:
`jinja2.exceptions.TemplateNotFound: home.html`
…
-
Currently Annif merges hits using annif.util.merge_hits. It is used both by AnnifProject and the ensemble backend. The current implementation is unnecessarily complex. Nowadays we can use as_vector an…
-
Today Connexion hosts a vendor of Swagger UI code. This is a highly unmaintainable code which is even customized for Connexion needs. We have to review this approach.
We need to find an alternative…
-
I just entered 200 kB of text in http://api.annif.org/doc/#!/Automatic32subject32indexing/post_autoindex and I've got a sensible response in a short time but I'm not sure whether this is frowned upon.…