You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add qgram and sorensen-dice (#14)
* feat: add qgram and sorensen-dice
* fix: Change function names and add Qgram and SorensenDice to string-analysis
* feat(qgram): add similarity function to return an index
test: fix test cases for QGram
Co-authored-by: hbollon <hugo.bollon@gmail.com>
fix: bad similarity index calculated by matchingIndex func (#7)
test: update tests to match with matchingIndex changes & add some test cases
test: fix lcs distance test case which failed