Replies: 4 comments 1 reply
-
The dictionaries used in the spell checker are found here: https://github.com/streetsidesoftware/cspell-dicts The README for The easiest way to try it would be:
targets:
- name: company-dictionary
sources:
- src/hunspell/index.aff
format: trie3
generateNonStrict: true cspell-tools-cli build The
dictionaryDefinitions:
- name: company-dictionary
path: ./company-dictionary.trie
dictionaries:
- company-dictionary |
Beta Was this translation helpful? Give feedback.
-
My input is
and it yields:
Also if this step succeeds what should I do with the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Sorry about the confusion @Jason3S. I got mislead by the way it's used (it mentions hunspell). I've tried what you suggested, it partially works but the dictionary has got some keywords which aren't interpreted correctly. E.g. |
Beta Was this translation helpful? Give feedback.
-
Is it still possible to add your own dictionary in hunspell format?
I found this discussion but the link there is now dead.
A bit more context. The project I work on uses this dictionary and I want to integrate it in my workflow.
Beta Was this translation helpful? Give feedback.
All reactions