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
I am using cspell-lib in my node application to check for typos. Specifically, the suggestionsForWord method.
I'd like to add multilingual support and scientific terms, however I'm unsure how to do this? The readme in the dictionary I want to use gives these installation instructions:
npm install -g @cspell/dict-scientific-terms-us
cspell link add @cspell/dict-scientific-terms-us
However as I'm not using the cspell cli, I don't think this applies? I've read through the source code in cspell-lib but don't see how.
Any advice appreciated, thanks in advance.
The text was updated successfully, but these errors were encountered:
Jason3S
transferred this issue from streetsidesoftware/cspell-dicts
Dec 5, 2024
Hello,
I am using cspell-lib in my node application to check for typos. Specifically, the
suggestionsForWord
method.I'd like to add multilingual support and scientific terms, however I'm unsure how to do this? The readme in the dictionary I want to use gives these installation instructions:
However as I'm not using the cspell cli, I don't think this applies? I've read through the source code in cspell-lib but don't see how.
Any advice appreciated, thanks in advance.
The text was updated successfully, but these errors were encountered: