espanso-misspell generates espanso packages that
replace commonly misspelled words in multiple languages.
| Package | Language | Source | License | Entries |
|---|---|---|---|---|
misspell-de |
German | Wikipedia Wortliste | CC BY-SA 4.0 | ~5.7k |
misspell-en |
English | golangci/misspell DictMain | MIT | ~28.1k |
misspell-en-codespell |
English | codespell | CC BY-SA 3.0 | ~50.7k |
misspell-en_UK |
English | golangci/misspell DictBritish | MIT | ~1.5k |
misspell-en_US |
English | golangci/misspell DictAmerican | MIT | ~1.6k |
misspell-es |
Spanish | Wikipedia Corrector ortográfico | CC BY-SA 4.0 | ~19k |
misspell-fr |
French | Wikipédia Fautes d'orthographe | CC BY-SA 4.0 | ~91 |
misspell-it |
Italian | Wikipedia Errori comuni | CC BY-SA 4.0 | ~331 |
misspell-en-codespell is deduplicated against misspell-en - install both
for maximum coverage without trigger conflicts.
Generate all packages:
make generateGenerate packages for a specific language:
go run ./cmd/generate de
go run ./cmd/generate en codespellOutput is written to packages/.
make help # Show all available targets
make check # Run all quality gates (fmt, tidy, vet, lint, test)
make lint # Run golangci-lint
make test # Run tests with race detector
make generate # Generate all espanso packagesGenerator code: MIT License
Each generated package carries its own license matching its data source. See the table above and individual package LICENSE files.