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
`spellchecker-web` is a Go-based ready-to-use spellchecker web service. It leverages [f1monkey/spellchecker](https://github.com/f1monkey/spellchecker) as its core for spell checking and correction, supports multiple dictionaries and has an autosave feature.
4
+
5
+
## Configuration
6
+
7
+
Before running the service, set the following environment variables:
8
+
9
+
|Variable | Description | Example |
10
+
|----------------|------------- |---------|
11
+
|SPELLCHECKER_DIR| Directory to store dictionaries | /tmp/spellchecker |
0 commit comments