Python String Similarity Versions Save

A library implementing different string similarity and distance measures using Python.

v0.2.1

2 years ago

Updates:

  • Fixed #28 Thanks to @adamko147

v0.2.0

3 years ago

Updates:

  • Build package for python 3.9

v0.1.9

3 years ago

Updates:

  • Add SIFT4

v0.1.8

3 years ago

Updates:

  • Rename variables
  • Use specified costs in weighted_levenshtein when one of the string is empty

v0.1.7

3 years ago

Updates:

  • Simplify weight calculation of WeightedLevenshtein, use functions instead of Class or Objects

v0.1.6

3 years ago

Updates:

  • Fix code style with flake8
  • Integrating GitHub Actions

v0.1.5

3 years ago

Updates:

  • Fixed #18, remove numpy.

v0.1.4

4 years ago

Changes:

  • Fixed #13
  • Adding Overlap Coefficient(thanks to @gokhanercan )

v0.1.3

4 years ago

Fixed some bugs.

v0.1.2

4 years ago

Changes:

  • Fixed ZeroDivisionError in ShingleBased algorithms
  • Rename package from similarity to strsimpy