You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Windows 7 and below as well as Linux will rely on Hunspell
But no matter what I try, the array of available dictionaries stays empty and isMisspeled return always false. By default I set the dictionary to en-US.
Does any of you have successfully setup the spellchecker for Windows 7 with Hunspell and if yes, how ?
The text was updated successfully, but these errors were encountered:
I just ran into the same issue, and got it working with the help of this issue.
We are using electron-packager, and I added the .aff and .dic extensions to unpack, which adds the dictionary files to app.asar.unpacked\node_modules\spellchecker\vendor\hunspell_dictionaries
You can use https://github.com/Wulf/nodehun in the meanwhile. brew install hunspell or sudo apt-get install hunspell. Not sure about Windows support, but it looks like Chocolatey has hunspell package as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've been using the spellchecker on Macos and Win10 and it works perfectly on both.
Unfortunately when I try to use it on Win7 it is not working.
getAvailableDictionaries()
return an empty array.I tried to add this to my configuration and it copy correctly the files but it doesn't change anything.
The doc says :
But no matter what I try, the array of available dictionaries stays empty and
isMisspeled
return alwaysfalse
. By default I set the dictionary toen-US
.Does any of you have successfully setup the spellchecker for Windows 7 with Hunspell and if yes, how ?
The text was updated successfully, but these errors were encountered: