issues
search
aceakash
/
string-similarity
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
MIT License
2.53k
stars
128
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Memoize results
#28
DavideCarvalho
closed
5 years ago
3
Why is Sørensen–Dice coefficient better?
#27
adyavanapalli
closed
5 years ago
2
Changed legacy function substr() to substring()
#26
AScriver
closed
5 years ago
0
Huge difference comparing to Levenshtein Distance method
#25
bilencekic
closed
5 years ago
0
Add bundle step
#24
sergiodxa
closed
4 years ago
0
Added minified source file compiled with Babel
#23
radupotop
opened
5 years ago
0
Weird result based on string case
#22
Vadorequest
closed
5 years ago
1
Bump jasmine from 3.3.0 to 3.3.1
#21
dependabot-preview[bot]
closed
5 years ago
0
incompatible with uglifyjs
#20
evgenyfadeev
opened
5 years ago
8
Return best match with index
#19
alserembani94
closed
5 years ago
2
Bump jasmine from 3.2.0 to 3.3.0
#18
dependabot-preview[bot]
closed
5 years ago
1
Use Array.some instead of Array.find
#17
KinectTheUnknown
closed
5 years ago
1
Issue comparing a word against a the same word plus a blank and another letter
#16
andresarroyave
closed
5 years ago
2
Release notes
#15
aceakash
closed
6 years ago
0
es6-ify; remove dependencies
#14
tborychowski
closed
6 years ago
1
isEdgeCaseWithOneOrZeroChars?
#13
DanielSmedegaardBuus
closed
6 years ago
1
Update README.md
#12
tandeman77
closed
6 years ago
0
findBestMatch
#11
mobilelads
closed
6 years ago
1
How to make it work with Angular 4
#10
bangkitwira16
closed
6 years ago
1
is it possible to support chinese?
#9
jackyon
closed
6 years ago
1
Wrong bestMatch with game titles
#8
TheTimmaeh
closed
7 years ago
2
Feature/indexed matches
#7
kimenye
closed
6 years ago
2
Handling of tiny strings not functioning as expected
#6
Jezternz
closed
7 years ago
5
Weird behavior
#5
jfmmm
closed
7 years ago
2
Adding bower support so that we can use this in client side.
#4
awalin
closed
7 years ago
1
Add browser support
#3
OmgImAlexis
closed
7 years ago
2
Update dependencies
#2
rclai
closed
8 years ago
3
Return index array on findBestMatch
#1
ocordeiro
closed
6 years ago
1
Previous