annif
annif copied to clipboard
ANNotation Infrastructure using Finna: an automatic subject indexing tool using Finna as corpus
We should have some kind of unit and integration tests, running via Travis CI. One complication is that most of the code requires a running Elasticsearch instance, but that can...
Currently scripts just use `sys.argv[1]` and break if there is no command line argument. Instead the scripts should use `argparse` to handle command line arguments and show usage and error...
Currently Annif is just a bunch of ad-hoc Python scripts in the root directory of a Git repo. They should be turned into a Python package, probably by placing them...
The current YSO/Finna corpus generation script performs 3 queries per concept, but only retrieves 100 results for each query because that is the maximum limit for a single `search` call...
There is currently no information within the mobile web app about how to use it, nor any links to the main project site. We should add an info button to...