I started the tutorial.
Using Linux Mint LMDE 6, 32 GB Ram, Python 3.11.2 and Annif installed via Linux.
When I try to train one of the projects in Exercise 2: Set up and train a TFIDF project, I stumbled into two problems:
1) It seems that python was complaining that the nltk package punkt_tab was missing. The Readme and the tutorial only said to install with `python -m nltk.downloader punkt`
When running `python -m nltk.downloader punkt_tab` I was able to train.
But then:
2) The tutorial says the small training sets take around 1-2 min and the bigger ones 10-15 min.
But on my computer the small ones take around 15-20 min (e.g. `annif train yso-tfidf-en data-sets/yso-nlf/yso-finna-small.tsv.gz`) and the larger ones take forever I was not able to finish the training of the larger sets.
When the small ones are done Annif is able to `suggest` stuff. But annif being that slow seems odd to me.
Does anybody had the same problem? Or has anybody a solution for annif being that slow?