Update modifiers.jl

doc
matthieugomez 2020-12-30 14:24:24 +01:00
parent d650b62a40
commit 15175976a2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Creates the `Partial{dist}` distance.
`Partial{dist}` returns the minimum distance between the shorter string and substrings of the longer string (with length equal to the shorter stirng)
`Partial{dist}` returns the minimum distance between the shorter string and substrings of the longer string that have a length equal to the shorter string.
See http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/