Update fuzzywuzzy.jl

pull/59/head
Matthieu Gomez 2022-05-18 12:34:23 +02:00 committed by GitHub
parent 64f2d4990f
commit e45fe26501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ function matching_blocks!(x::Set{Int}, p::Vector{Int}, s1, s2, start1::Integer,
return x
end
Normalized(dist::Partial)= Normalized{typeof(Partial(Normalized(dist.dist)))}(Partial(Normalized(dist.dist)))
Normalized(dist::Partial) = Normalized{typeof(Partial(Normalized(dist.dist)))}(Partial(Normalized(dist.dist)))
"""
TokenSort(dist)