-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Could you please compile a PL dictionary? #79
Comments
I just now setup a package on npm: See if that works for you. |
It seems like it has installed correctly a aside cspell, cspell-lib, cspell-trie etc. What should I put in "cSpell.language" to make it spell in polish? Seems that neither "pl_pl" nor "Polish" work. |
The way I described it, Polish is always on. If it doesn't load, you will see something like this in the VSCode Output:
Yes, it is a poor error message. That needs some work. If you do a: npm install -g cspell-dict-pl_pl Then something like this can be added to your user settings: "cSpell.dictionaryDefinitions": [
{ "name": "Polish", "path": "/usr/local/lib/node_modules/cspell-dict-pl_pl/pl_pl.trie.gz"}
],
"cSpell.dictionaries": [
"Polish"
], You will need to change the path to match the location on your machine. |
I am working on a way to make this easier, but for now only edit .json is possible. I would like to have some UI that allows you to pick which dictionaries you want active. |
OK, it is working fine. Thanks. I will try to perform some tests. Is this compiled dictionary created using all of the affixes? |
All the affixes should be included.
…On Fri, 24 Mar 2017 at 19:12, bartosz-antosik ***@***.***> wrote:
OK, it is working fine. Thanks. I will try to perform some tests.
Is this compiled dictionary created using all of the affixes?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEoDjQHK0HEkq5WhsGwC7hhOOR6INhnEks5rpAeWgaJpZM4MncPV>
.
|
I'm going to close this. Let me know if you see any issues. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is related to the discussion about #20266.
I started digging into cspell-tools but then, at the very beginning, decided to ask you: Could you please compile Polish dictionary for me? You can download it here, both DIC and AFF files. Beware, it's big: 300K word roots plus large affixes base.
I would love to see how does your implementation compare to hunspell.
The text was updated successfully, but these errors were encountered: