updated README
This commit is contained in:
parent
a0b5a1c2f2
commit
03fc47d6b4
|
@ -22,7 +22,12 @@ fuzzysearch is useful for finding approximate subsequence matches
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* Fuzzy sub-sequence search: Find parts of a sequence which match a given sub-sequence up to a given maximum Levenshtein distance.
|
* Fuzzy sub-sequence search: Find parts of a sequence which match a given
|
||||||
|
sub-sequence up to a given maximum Levenshtein distance.
|
||||||
|
* Set individual limits for the number of substitutions, insertions and/or
|
||||||
|
deletions allowed for a near-match.
|
||||||
|
* Includes optimized implementations for specific use-cases, e.g. only allowing
|
||||||
|
substitutions in near-matches.
|
||||||
|
|
||||||
Simple Example
|
Simple Example
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in New Issue