Skip to content
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

Some language models at hu-berlin no longer available #4

Open
DavidFarago opened this issue Mar 8, 2022 · 0 comments · May be fixed by #5
Open

Some language models at hu-berlin no longer available #4

DavidFarago opened this issue Mar 8, 2022 · 0 comments · May be fixed by #5

Comments

@DavidFarago
Copy link

The tests use scorer = FlairScorer(lang="multi-v0", fast=True), but then this project tries to download the language model from a stale url at hu-berlin. Switching to scorer = FlairScorer(lang="de", fast=True) leads to the same problem.

As workaround, you could use the standard German language model by using scorer = FlairScorer(lang="de"), as production does.

DavidFarago pushed a commit to DavidFarago/dehyphen that referenced this issue Mar 8, 2022
Since the `multi-v0` models are no longer available at [hu-berlin],
switch to the `de` model that is also used in production.

With this change, the tests pass again.

Fix pd3f#4
@DavidFarago DavidFarago linked a pull request Mar 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant