AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

linter-spell: Dictionary request failed #60

Open S-Egg opened 7 years ago

S-Egg commented 7 years ago

Call to hunspell failed with a code of null.

Hi, It seems that the spell checker can not be found, how could I solve this problem?

yitzchak commented 7 years ago

Try putting the full path to hunspell into the settings page.

gomezhyuuga commented 7 years ago

Can you run hunspell from the command line and show the output?

novski commented 6 years ago

i have the same, after reading and trying arround im now asking what to do next. I have done these steps:

  1. downloaded this pack and copied the .dat, .aff and .dic to ~/Library/Spelling/ where i also renamed them to only de_CH.dat ..
  2. set the path with method nr. 2 from this source to: /etc/paths.d/hunspell : /usr/local/bin/hunspell.
  3. $ hunspell -D shows now a long list of paths but seams to find them as it says:
LOADED DICTIONARY:
/Users/novski/Library/Spelling/de_CH.aff
/Users/novski/Library/Spelling/de_CH.dic
Hunspell 1.6.2

but atom still shows the same error.

JanetLaysEggs commented 4 years ago

I'm having similar issues. ;(