-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failed to load de-*
dictionaries.
#93
Comments
Thanks for the report! I had tested with the German dictionary at some point and it was working, so I will take a look at what changed. |
I guess that flags that apply to affixes and flags that apply to words are allowed to overlap, I need to update the duplicate check |
tgross35
added a commit
that referenced
this issue
Dec 10, 2023
Circumfix test xfails, added flags test fails
Fixed in #96 / 0.5.2, we still don't handle circumfix correctly but at least we can load the dictionary |
tgross35
added a commit
that referenced
this issue
Dec 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested with https://github.com/antonWetzel/typst-hunspell/tree/zspell.
Loading the dictionaries
de
,de-AT
andde-CH
from https://github.com/wooorm/dictionaries fails withBuild(DuplicateFlag { flag: "f", t1: AfxCircumfix, t2: None })
.The wrapper
hunspell-rs
loads the dictionaries without visible error, so I don't know if the dictionaries are malformed and the errors are ignored or the problem is produced by zspell.The text was updated successfully, but these errors were encountered: