Osma Suominen

Results 313 comments of Osma Suominen

Thanks for opening the issue @kinow ! More specifically, the problem is that ARQ collation doesn't work with the Fuseki Docker image, apparently due to lack of locale support (though...

I was able to install extra locales into the Fuseki image by modifying the Dockerfile like this: ```diff --- a/dockerfiles/jena-fuseki2-docker/Dockerfile +++ b/dockerfiles/jena-fuseki2-docker/Dockerfile @@ -94,6 +94,9 @@ ARG JENA_GROUP=$JENA_USER ARG JENA_GID=1000...

Reading the JDK documentation, I suppose just adding `java.locales` to `JDEPS_EXTRA` above could do the trick? I hope it won't increase the size of the image too much...

Thank you for the suggestion. Indeed this seems like a recurring problem, so a generic mechanism could be useful. This was one of the ideas discussed in issue #538, especially...

I've thought about the best way to implement something like this in Annif code. I think this should be a general mechanism and ideally no changes to individual backend implementations...

Excellent work! > The reconciliation API specification requires the usage of the [identifierSpace](https://www.w3.org/community/reports/reconciliation/CG-FINAL-specs-0.2-20230410/#dfn-identifier-space) field in the service manifest. Since Annif doesn't require entities to be in a specific URI space...

How about creating a wiki page called Examples with links to the resources you list, then adding a link to this page into the top level README? This way wouldn't...

I think it would be helpful to be able to log more contextual information, but this might be a bit difficult since it would require accessing the call stack. At...

I think that text extracted from random PDFs, ideally using different text extraction tools, might be a better (more fuzzy) data source. But this is a good start, let's see...