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
We need to install some additional packages to use fallback. This makes the library difficult to use.
# Aspell lib
sudo apt-get install aspell libaspell-dev
# And dictionaries for your target languages
sudo apt-get install aspell-ua aspell-se
# On macOS it'd be
brew install aspell
# To check the dicts list and codes
aspell dump dicts
You also mentioned that there is an issue with the aspell package.
We need to install some additional packages to use fallback. This makes the library difficult to use.
You also mentioned that there is an issue with the
aspell
package.For snowball, we can use github.com/kljensen/snowball.
For aspell, we can use github.com/sajari/fuzzy. A list of english words COCA 60000 can be used as training data for fuzzy package.
The text was updated successfully, but these errors were encountered: