-
Notifications
You must be signed in to change notification settings - Fork 41
Troubleshooting
juhoinkinen edited this page Aug 27, 2019
·
9 revisions
For troubleshooting and discussion, check out the Annif-users -mailing list/forum. Also feel free to open GitHub-issues if need be.
- Note that simple
docker run
ordocker-compose up
do not fetch a new version of an image, even if that existed in in a repository, but to use a more recent image than exists locally, you must dodocker pull IMAGE_NAME
ordocker-compose pull
.
- Home
- Getting started
- System requirements
- Optional features and dependencies
- Usage with Docker
- Architecture
- Commands
- Web user interface
- REST API
- Corpus formats
- Project configuration
- Analyzers
- Transforms
- Language detection
- Hugging Face Hub integration
- Achieving good results
- Reusing preprocessed training data
- Running as a WSGI service
- Backward compatibility between Annif releases
- Backends
- Development flow, branches and tags
- Release process
- Creating a new backend