-
This shouldn't happen:
```
$ echo "kissa" | annif analyze fasttext-tfidf-fi
1.0553042152709962 kissa
0.6740380641807556 kissaeläimet
0.23148740828037262 koreankie…
-
Currently Annif reports precision, recall and F-measure. We could have more, e.g.
* confusion matrix (true positives, false positives, true negatives, false negatives)
* top false positive concepts…
-
Similar to analyzers and projects.
The `annif.backend` package contains a registry of backend types. Modules within the package implement different types of backends (tf-idf, Maui, fastText...)
…
-
Service gives response code 200 but no content
Tested also here:
http://api.annif.org/doc/#!/Automatic32subject32indexing/post_autoindex
-
Use Connexion for REST API implementation, using the Swagger API spec to define the functionality
-
We should set up static analyzers that monitor code quality. These tools can be integrated directly with GitHub so that they check each committed version.
We could use one or more of these tools: (…
-
Bonjour,
J’étais entrain de configurer Mon Jarvis :) et d'une fois, plus rien point de vue de la reconnaissance vocal... Il reconnaissait le HOTWORD mais après plus rien de reconnu...
J'ai fais des…
-
Right now some parts of Annif are hardwired for YSO and Finna.
Instead there should be a configuration file (projects.ini) specifying what projects exist. Each one could have a different subject voca…