Skip to content

Commit

Permalink
docs: fix table format
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Oct 1, 2017
1 parent 27090ff commit fba1b2e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ I reinvent this wheel because of the naming in `fuzzy-string-match` such as `get

# Compare with other gems

| jaro_winkler | fuzzystringmatch | hotwater | amatch
----------------|--------------|------------------|----------|--------
UTF-8 Support | **Yes** | Pure Ruby only | No | No
Windows Support | **Yes** | | No | **Yes**
Adjusting Table | **Yes** | No | No | No
Native | **Yes** | **Yes** | **Yes** | **Yes**
Pure Ruby | **Yes** | **Yes** | No | No
Speed | **Fast** | Medium | **Fast** | Slow
| | jaro_winkler | fuzzystringmatch | hotwater | amatch |
|-----------------|--------------|------------------|----------|---------|
| UTF-8 Support | **Yes** | Pure Ruby only | No | No |
| Windows Support | **Yes** | | No | **Yes** |
| Adjusting Table | **Yes** | No | No | No |
| Native | **Yes** | **Yes** | **Yes** | **Yes** |
| Pure Ruby | **Yes** | **Yes** | No | No |
| Speed | **Fast** | Medium | **Fast** | Slow |

I made a table below to compare accuracy between each gem:

Expand Down Expand Up @@ -137,4 +137,4 @@ fuzzystringmatch 0.9.7 1.710000 0.000000 1.710000 ( 1.720497)

# Todo

- Custom adjusting word table.
- Custom adjusting word table.

0 comments on commit fba1b2e

Please sign in to comment.