From 60372effa15730db69fcb2fbb12e5efa4f3526f4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 6 Jul 2019 19:11:03 -0600 Subject: [PATCH] docs: Re-arrange comparison --- docs/about.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/about.md b/docs/about.md index 3962587..7bede14 100644 --- a/docs/about.md +++ b/docs/about.md @@ -32,19 +32,19 @@ Whitelist: A confidence rating is given for how close a word is to one in the wh ## Related Spell Checkers -| | typos | [scspell3k] | [bloom42/misspell][misspell-rs] | [client9/misspell][misspell-go] | -|---------------|-----------------------|-------------|---------------------------------|---------------------------------| -| "Runtime" | Rust ([#18][def-18]) | Python | Rust | None | -| Dictionary | Blacklist | Whitelist | Blacklist | Blacklist | -| Custom Dict | No ([#9][def-9]) | Yes | No | ? | -| Per-Lang Dict | No ([#14][def-14]) | Yes | No | ? | -| CamelCase | Yes | Yes | No | ? | -| snake_case | Yes | Yes | No | ? | -| Ignore Hex | No ([#19][def-19]) | Yes | No | ? | -| C-Escapes | No ([#20][def-3]) | Yes | No | ? | -| Encodings | UTF-8 ([#17][def-17]) | Auto | UTF-8 | ? | -| API | Rust / [JSON Lines] | None | Rust | ? | -| License | MIT or Apache | GPLv2 | AGPL | MIT | +| | typos | [bloom42/misspell][misspell-rs] | [client9/misspell][misspell-go] | [scspell3k] | +|---------------|-----------------------|---------------------------------|---------------------------------|-------------| +| "Runtime" | Rust ([#18][def-18]) | Rust | None | Python | +| Dictionary | Blacklist | Blacklist | Blacklist | Whitelist | +| Custom Dict | No ([#9][def-9]) | No | ? | Yes | +| Per-Lang Dict | No ([#14][def-14]) | No | ? | Yes | +| CamelCase | Yes | No | ? | Yes | +| snake_case | Yes | No | ? | Yes | +| Ignore Hex | No ([#19][def-19]) | No | ? | Yes | +| C-Escapes | No ([#20][def-3]) | No | ? | Yes | +| Encodings | UTF-8 ([#17][def-17]) | UTF-8 | ? | Auto | +| API | Rust / [JSON Lines] | Rust | ? | None | +| License | MIT or Apache | AGPL | MIT | GPLv2 | [JSON Lines]: http://jsonlines.org/ [scspell3k]: https://github.com/myint/scspell