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

Is there a way to use enchant? #71

Open zoenglinghou opened 6 years ago

zoenglinghou commented 6 years ago

Hi, I appreciate for your effort to bring linter-spell to Atom. This is less of a issue but more of a question. I recently installed enchant and intended to use it for multilingual spell checking with Apple Dictionary. enchant-2 -a FILE works well in terminal, with similar output to hunspell -a. But in linter-spell, I tried setting the binary path to /usr/local/bin/enchant-2, but the spell checking does not work. Is there something I did not do right, or something limiting enchant to be compatible?

Thank you for the help.