Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tdebatty/java-string-similarity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: tdebatty/java-string-similarity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 11 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    56d8a02 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Update README.md

    Removed VersionEye badge
    tdebatty authored Jun 19, 2018
    Configuration menu
    Copy the full SHA
    77ceea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    ba484f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from fabriziofortino/patch-1

    readme: add orientdb string-metrics in Users
    tdebatty authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b321d8f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tdebatty authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    495656d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Add a limit parameter to the {Weighted,}Levenshtein distance.

    Add a limit parameter to Levenshtein and WeightedLevenshtein's distance
    methods.  This causes the calculation to exit early if the limit is reached.
    This means that if the caller only cares about strings with a small distance,
    they can terminate early if the strings are found to be very different.
    ewanmellor committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    624fe28 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request #48 from NationalBI/levenshtein-limits

    Add a limit parameter to the {Weighted,}Levenshtein distance.
    tdebatty authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    2a345e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60afe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596b1c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Test CodeClimate...

    tdebatty authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    299f18b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    1522035 View commit details
    Browse the repository at this point in the history
Loading