https://github.com/josefpihrt/wordb
English wordlist to be used primarily for spellchecking (~60 000 words in total)
https://github.com/josefpihrt/wordb
spellcheck spelling wordlist
Last synced: 6 months ago
JSON representation
English wordlist to be used primarily for spellchecking (~60 000 words in total)
- Host: GitHub
- URL: https://github.com/josefpihrt/wordb
- Owner: josefpihrt
- License: other
- Created: 2021-06-08T12:03:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:03:28.000Z (about 2 years ago)
- Last Synced: 2025-03-27T04:41:36.114Z (6 months ago)
- Topics: spellcheck, spelling, wordlist
- Language: C#
- Homepage:
- Size: 2.27 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Wordb
* Wordb is a curated list of English words separated into several categories (~60 000 words in total).
* Wordb is primary intended to be used for spellchecking.
* It contains fixes of various misspellings/typos in a format `: ` (for example `mispell: misspell`)
* Wordb was originally created to be used with following tools:
* [Orang](https://www.nuget.org/packages/Orang.DotNet.Cli) (`orang spellcheck` command)
* [Roslynator CLI](https://www.nuget.org/packages/Roslynator.CommandLine) (`roslynator spellcheck` command)