issues
search
rawrgrr
/
Levenshtein.jl
Levenshtein distance between two strings in julia
MIT License
14
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ERROR: MethodError: no method matching (Array{Int64, N} where N)(::Int64, ::Int64)
#21
eosfor
opened
3 years ago
0
Minor fix for Julia 1.1
#20
anpengzh
closed
5 years ago
2
Update deprecated Array:
#19
jademackay
closed
5 years ago
0
WIP Change Base.Test to Test
#18
rawrgrr
closed
1 week ago
0
Require Julia 1.0
#17
dnk8n
closed
5 years ago
2
Unable to install or use in julia 1.0
#16
GrayJack
opened
6 years ago
3
Why switch around insertion and deletion costs?
#15
robertfeldt
opened
6 years ago
0
Could the deprecation warning fix be pushed into Julia
#14
venkr
closed
6 years ago
5
fixes for Julia v0.6 syntax
#13
felipenoris
closed
6 years ago
2
Update to avoid depreciation message in julia 0.5.2
#12
hpliner
closed
7 years ago
3
Merge 0.6 dep warning fix
#11
venkr
closed
7 years ago
2
fixes deprecation warnings for 0.4
#10
rened
closed
9 years ago
2
Setup codecoverage
#9
rawrgrr
closed
9 years ago
0
Adding coverage badge
#8
rawrgrr
closed
9 years ago
0
Add a Gitter chat badge to README.md
#7
gitter-badger
closed
6 years ago
0
Create REQUIRE
#6
IainNZ
closed
9 years ago
0
Speed up algorithm by fixing type stability
#5
IainNZ
closed
9 years ago
4
Utilize a O(min(source, target)) space complexity algorithm.
#4
musically-ut
closed
9 years ago
1
Utilize a O(min(length(a), length(b))) space complexity algorithm.
#3
musically-ut
closed
9 years ago
1
ERROR: invalid UTF-8
#2
paulanalyst
closed
9 years ago
5
Changed repository structure to follow more standard (although not great!) julia package guidelines, added very basic tests
#1
cuevasclemente
closed
10 years ago
2