Osma Suominen
Osma Suominen
Thanks again @RietdorfC (and of course @san-uh and @c-poley) for your findings and proposals! Brief comments: > An omikuji full text model and an omikuji title model (using transform=select(title)) were...
FYI @RietdorfC @c-poley @san-uh, the separate `annif index` and `annif index-file` commands have been consolidated into a single `annif index` command (see #889) and support for `document_id` has been added...
I am closing this issue because I think that all, or at least most, of the important aspects have been implemented on the `main` branch, which will be released as...
Some scripts are utility-like (especially related to corpus building) and should probably be separated from the main package.
Other projects that we could transfer under the organization account in PyPI: - [finna-client](https://pypi.org/project/finna-client/) - [skosmos-client](https://pypi.org/project/skosmos-client/) - [skosify](https://pypi.org/project/skosify/) The discussion on the queue issue linked above makes me wonder if...
We might have some trouble with the verification process because our email domain (helsinki.fi) doesn't match the website domain for NatLibFi: > There is a bit of spam, but the...
Thanks, this is great! A couple of quick suggestions: 1. This PR is already 17 commits even though there is not that much code in it. Maybe some or even...
Good that you were able to avoid downloading the sentence transformer model and replaced it with a mock implementation. I think that installing dependencies (software libraries) is essential for a...
@mfakaehler there are ways to run GitHub Actions locally, for example https://github.com/nektos/act I have no experience with that though. Please don't worry about the costs. They are really peanuts, and...
@mfakaehler Excellent questions! This is a bit similar to the discussion in #804 about Docker image variants (mainly related to the XTransformer backend). There, the conclusion was that it doesn't...