Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Simple pretrained model loading #15

Open
danieldk opened this issue Jul 28, 2019 · 0 comments
Open

Simple pretrained model loading #15

danieldk opened this issue Jul 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@danieldk
Copy link
Member

It would be nice if there was support for loading pretraining models from https://blob.danieldk.eu/sticker-models/ . Just something like

tagger = sticker.pretrained_tagger("de-pos-ud")

E.g. spaCy has such functionality. But their models are actually Python packages. We can't really do that, because the models are also for vanilla sticker.

I have to think a bit about how to handle this. E.g. it would be nice if the models could also be installed with a package manager and it would also be picked up by the Python module.

@danieldk danieldk added the enhancement New feature or request label Jul 28, 2019
@danieldk danieldk self-assigned this Jul 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant