-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annif: Explore for subject field metadata (epic) #14
Comments
How to get ANNIF running locally (Development Install): https://github.com/NatLibFi/Annif/wiki Note: Must be using python version between 3.8 to 3.10
python3 -m pip install --user pipx
pipx install poetry
poetry install --all-extras
poetry shell If you are restarting
python -m nltk.downloader punkt
CD to directory above ANNIF CD into ANNIF directory annif load-vocab yso ../Annif-corpora/vocab/yso-skos.ttl
annif train tfidf-en ../Annif-corpora/training/yso-finna-en.tsv.gz
annif run 10b. Restarting the application. You will need to run poetry shell and annif run each time if you exit the poetry shell
Visit localhost:5000 or CLI cat document.txt | annif suggest tfidf-en or CLI with folder of documents annif eval tfidf-en /path/to/documents/
|
Get Annif running locally
https://github.com/NatLibFi/Annif/wiki
Annif: Explore for subject field metadata (epic) #14 (comment)
Annif: identify a subject vocabulary #15
Annif: Find existing content in Scholar to be used as a training set #3
Annif: train the model #6
Annif: Test the model and improve it #7
Explore API calls / Document API calls
The Swagger UI documentation for the REST API is at http://localhost:5000/v1/ui
Explore Docker Option
Annif: get running on a test server #16
Explore how this service could be integrated into Scholar@UC #8
The text was updated successfully, but these errors were encountered: