2021-04-30 21:41:32 -04:00
|
|
|
# Related Spell Checkers
|
2019-10-25 08:15:40 -04:00
|
|
|
|
2021-05-22 22:17:35 -04:00
|
|
|
| | typos | [client9/misspell][misspell-go] | [codespell] | [scspell3k] |
|
|
|
|
|----------------|-----------------------|---------------------------------|-------------|-------------|
|
|
|
|
| Runtime | \- | \- | Python | Python |
|
|
|
|
| [Approach](design.md) | Correction | Correction | Correction | Dictionary |
|
|
|
|
| Custom Dict | Yes | ? | Yes | Yes |
|
|
|
|
| Per-Lang Dict | Yes | ? | No | Yes |
|
|
|
|
| CamelCase | Yes | ? | No | Yes |
|
|
|
|
| snake_case | Yes | ? | No | Yes |
|
2021-06-29 15:43:05 -04:00
|
|
|
| Ignore email | Yes | yes | No | No |
|
|
|
|
| Ignore url | Yes | yes | No | No |
|
2021-05-22 22:17:35 -04:00
|
|
|
| Ignore Hex | Yes | ? | No | Yes |
|
2021-06-29 15:43:05 -04:00
|
|
|
| Ignore UUID | Yes | ? | No | No |
|
|
|
|
| Ignore base64 | Yes | ? | No | No |
|
|
|
|
| Ignore SHAs | Yes | ? | No | No |
|
2021-05-22 22:17:35 -04:00
|
|
|
| C-Escapes | No ([#20][def-3]) | ? | No | Yes |
|
|
|
|
| Encodings | UTF-8 / UTF-16 | ? | Auto | Auto |
|
|
|
|
| Whole-project | Yes | Yes | Yes | No |
|
|
|
|
| Ignores hidden | Yes | ? | Yes | No |
|
|
|
|
| Respect gitignore | Yes | ? | No | No |
|
|
|
|
| Checks filenames | Yes | ? | Yes | No |
|
|
|
|
| Status via exit code | Yes | Yes | Yes | Yes |
|
|
|
|
| API | Rust / [JSON Lines] | ? | Python | None |
|
|
|
|
| License | MIT or Apache | MIT | GPLv2 | GPLv2 |
|
2019-06-26 23:46:14 -04:00
|
|
|
|
2021-04-30 21:41:32 -04:00
|
|
|
See also [benchmarks](../benchsuite/runs).
|
|
|
|
|
2019-06-26 23:46:14 -04:00
|
|
|
[JSON Lines]: http://jsonlines.org/
|
|
|
|
[scspell3k]: https://github.com/myint/scspell
|
|
|
|
[misspell-go]: https://github.com/client9/misspell
|
2019-07-13 20:45:36 -04:00
|
|
|
[codespell]: https://github.com/codespell-project/codespell
|
2019-10-25 10:06:05 -04:00
|
|
|
[def-9]: https://github.com/crate-ci/typos/issues/9
|
|
|
|
[def-14]: https://github.com/crate-ci/typos/issues/14
|
|
|
|
[def-17]: https://github.com/crate-ci/typos/issues/17
|
|
|
|
[def-18]: https://github.com/crate-ci/typos/issues/18
|
|
|
|
[def-3]: https://github.com/crate-ci/typos/issues/3
|