issues
search
tdebatty
/
java-string-similarity
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Other
2.69k
stars
413
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this repo still in Maintenance?
#66
Zzhiter
opened
1 month ago
1
Jaro winkler similarity on Empty strings
#65
santhosh6328
opened
1 year ago
3
Update CosineTest.java
#64
Ba10-065TuanNM
closed
2 years ago
1
Update Jaro-Winkler description in README
#63
mqudsi
closed
2 years ago
0
using this code in netbeans 12.5
#62
coreyjacob486
closed
2 years ago
1
Kotlin Multiplatform port
#61
solonovamax
opened
3 years ago
0
Add regular (non-null/empty) Cosine Test Cases.
#60
Pipikopu
closed
3 years ago
0
There is no such package on npm, and I am trying to do this!
#59
hellojayjay
opened
3 years ago
2
Travis-ci: added support for ppc64le
#58
sanjaymsh
opened
4 years ago
2
Any problem using singleton? [Question]
#57
raizoor
opened
4 years ago
0
Coveralls stats is not updated
#56
denmase
closed
2 years ago
1
Implementation of Ratcliff-Obershelp algorithm
#55
denmase
closed
4 years ago
2
Implementation of Ratcliff-Obershelp algorithm
#54
denmase
closed
4 years ago
4
N-Gram Example Comment Incorrect?
#53
paulirwin
opened
5 years ago
2
This is great! Thank you! 🙏
#52
aviflax
opened
5 years ago
0
Publish version 1.2.0 to maven central repo
#51
AarjavP
closed
5 years ago
1
Jaro Winkler similarity on short strings
#50
fabriziofortino
opened
6 years ago
2
Where is the SparseIntegerVector (and related) code?
#49
SpamWall
closed
6 years ago
1
Add a limit parameter to the {Weighted,}Levenshtein distance.
#48
ewanmellor
closed
6 years ago
3
readme: add orientdb string-metrics in Users
#47
fabriziofortino
closed
6 years ago
2
WeightedLevenshtein ins/del weights.
#46
ewanmellor
closed
6 years ago
4
Fix HTML errors in Javadoc.
#45
ewanmellor
closed
6 years ago
2
A Ratcliff-Obershelp implementation would be helpful
#44
pellcorp
closed
4 years ago
8
Need to update README
#43
artslob
closed
6 years ago
1
Is there any String Subsequence Kernel JAVA implementation?
#42
zyddora
opened
6 years ago
0
Suggestion: "Typical Uses" column in Overview table
#41
ADTC
closed
6 years ago
1
two questions about code architecture
#40
akonsu
closed
6 years ago
1
Make ShingleBased class public
#39
wagjo
closed
6 years ago
2
Fix README
#38
nvitucci
closed
6 years ago
1
API changes review for Java String Similarity
#37
lvc
closed
6 years ago
0
Typo fix
#36
shao-wang-me
closed
7 years ago
2
accelerate calculate Jaccard
#35
antkillerfarm
closed
7 years ago
2
LongestCommonSubsequence: no need to initialize int[] with zero
#34
fabiankessler
closed
7 years ago
1
Fix typo 'developped'
#33
dwiajik
closed
7 years ago
2
KShingling and StringProfile classes are not available
#32
Aleyasen
closed
7 years ago
4
String similarity techniques issue
#31
nischay21
closed
7 years ago
2
Re-authorize Coveralls
#30
paulirwin
closed
7 years ago
1
Resolves #28: null and empty value handling
#29
paulirwin
closed
7 years ago
14
Jaro-Winkler handling empty strings
#28
dodgy99
closed
7 years ago
4
NGram exact match varying results
#27
dodgy99
closed
7 years ago
2
Performance: avoid spurious containsKey calls
#26
JPMoresmau
closed
7 years ago
2
sift4
#25
nrktkt
closed
7 years ago
16
Generalize distance normalization
#24
wooseopkim
closed
8 years ago
4
Return ngram distance instead of similarity
#23
laxatives
closed
8 years ago
1
Ngram.distance returns a similarity score
#22
laxatives
closed
8 years ago
1
Make KShingling threadsafe
#21
tdebatty
closed
8 years ago
2
DL Optimal String Alignment implementation
#20
MpoMp
closed
8 years ago
2
C# .NET Port
#19
jamesmblair
closed
8 years ago
1
Prevent divide by zero errors.
#18
emmettu
closed
8 years ago
4
Implement BLAST heuristic
#17
tdebatty
opened
8 years ago
3
Next