issues
search
matthieugomez
/
StringDistances.jl
String Distances in Julia
Other
134
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix thread unsafety
#63
adienes
closed
6 months ago
9
Avoid ambiguities
#62
matthieugomez
closed
11 months ago
1
NaN (or ArgumentError) from QGram distances for short strings
#61
robertfeldt
opened
1 year ago
4
incomplete readme documentation
#60
fchichorro
closed
2 years ago
1
typo
#59
fchichorro
closed
2 years ago
0
Julia v1.7 Jaro() doesn't work
#58
ValeriiBaidin
closed
2 years ago
2
Rename `OptimalStringAlignement` to `OptimalStringAlignment`
#57
ararslan
closed
2 years ago
2
incremental compilation may be fatally broken for this module
#56
bluesmoon
closed
3 years ago
5
Feature Request: Parallel processing
#55
timothyslau
closed
3 years ago
4
Indentation
#54
matthieugomez
closed
3 years ago
0
Simplify Counter
#53
matthieugomez
closed
3 years ago
1
Use Int everywhere
#52
matthieugomez
closed
3 years ago
0
remove parametric type for counters
#51
matthieugomez
closed
3 years ago
0
simplify a bit preprocessed qgrams
#50
matthieugomez
closed
3 years ago
1
The value of "compare" is probably wrong.
#49
C37H41N2O6
closed
3 years ago
1
Update README.md
#48
matthieugomez
closed
3 years ago
1
Non-strings
#47
jtrakk
closed
3 years ago
4
unexpected behavior when computing distance with an array
#46
adwasser
closed
3 years ago
2
pairwise not working with StringDistances
#45
simonschoelly
closed
3 years ago
3
Add `findnearest_partial` and `findall_partial`
#44
ericphanson
closed
3 years ago
6
`Partial` only looks at substrings of the same length...
#43
ericphanson
closed
3 years ago
1
Simpler QGramDistances implementation and prep for general dictionaries and iterators
#42
robertfeldt
closed
3 years ago
5
TagBot trigger issue
#41
JuliaTagBot
closed
3 years ago
5
Add NMD and fix bug in MorisitaOverlap
#40
robertfeldt
closed
3 years ago
6
Adds MorisitaOverlap distance
#39
robertfeldt
closed
3 years ago
2
pairwise for calculating distance matrices
#38
robertfeldt
closed
3 years ago
9
fix tests for short strings (shorter than q in QGramDistances)
#37
robertfeldt
closed
4 years ago
3
faster calculation of QGramDistances if precounting qgrams either as …
#36
robertfeldt
closed
4 years ago
19
(Partial) Hamming distance
#35
traversc
closed
3 years ago
5
Speeding up qgram distances with pre-counting of qgrams
#34
robertfeldt
closed
4 years ago
9
CompatHelper: bump compat for "Distances" to "0.10"
#33
github-actions[bot]
closed
4 years ago
1
DamerauLevenshtein() vs Levenshtein() why the same distance ?
#32
programistawpf
closed
4 years ago
1
`compare` with `Partial` distances gives negative answers
#31
ericphanson
closed
4 years ago
4
bug in `DamerauLevenshtein`
#30
ericphanson
closed
4 years ago
9
`Base.findmin(s1, s2, dist::Partial)`
#29
ericphanson
opened
4 years ago
0
Tag a new version
#28
dkarrasch
closed
4 years ago
1
CompatHelper: bump compat for "Distances" to "0.9"
#27
github-actions[bot]
closed
4 years ago
1
Phonetic distance
#26
ecsx1
closed
4 years ago
1
Weight parameter
#25
ecsx1
opened
4 years ago
0
Bit parallel Levenshtein distance
#24
lesshaste
opened
4 years ago
2
Enable the use of callable structs similar to Distances.jl
#23
altre
closed
4 years ago
1
Install TagBot as a GitHub Action
#22
JuliaTagBot
closed
4 years ago
2
Operate on types other than strings
#21
baggepinnen
closed
4 years ago
1
Mutating version of evaluate
#20
Arkoniak
opened
4 years ago
5
Levenshtein Distance is a true Metric, not a SemiMetric
#19
oxinabox
closed
4 years ago
8
Safe version of evaluate and compare for strings shorter than Q?
#18
robertfeldt
closed
4 years ago
3
Implement `result_type` for string metrics
#17
dillondaudert
closed
4 years ago
2
Define `result_type` for string distances
#16
dillondaudert
closed
4 years ago
1
Unicode error when using TokenMax() and Partial()
#15
cdoool
closed
5 years ago
1
Ability to stop comparison when threshold is met?
#14
mthelm85
closed
5 years ago
2
Next