Skip to content

Commit e296864

Browse files
committed
Update README
1 parent fde181a commit e296864

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: tests
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpysnippet%2Ffuzzymap.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpysnippet%2Ffuzzymap?ref=badge_shield)
66
[![Tests](https://github.com/pysnippet/fuzzymap/actions/workflows/tests.yml/badge.svg)](https://github.com/pysnippet/fuzzymap/actions/workflows/tests.yml)
77

8-
## What is the Fuzzy Map?
9-
108
The Fuzzy Map is a polymorph Python dictionary that always returns the value of the closest similar key. This kind of
119
dictionary returns the value of the exact key if there is such a key. Otherwise, it will return the value of the most
1210
similar key satisfying the given ratio. The exact mechanism works when setting a new or replacing an old key in the
1311
dictionary. If the key is not found and does not match any of the keys by the given ratio, it returns none.
1412

15-
## Usage with a real-world example
13+
## A real-world example
1614

1715
A live data parser collects the coefficients of sports games from different bookmakers at once, and then an analyzer
1816
tries to find the existing forks. Different bookmakers use different names for the same games. Some of them use the full

0 commit comments

Comments
 (0)