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.2.1
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: v2.0.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 10, 2019

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

Commits on Oct 7, 2019

  1. Fix README example of n-gram (2-gram)

    Fix issue #53 
    Many thanks to @paulirwin  for the thorough issue analysis!
    tdebatty authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4bab3e3 View commit details
    Browse the repository at this point in the history
  2. Update pom to java 1.6

    tdebatty authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4a529b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Update links in Sift4.java

    tdebatty authored Jan 15, 2020
    1 Configuration menu
    Copy the full SHA
    eeb33dc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Add files via upload

    Added Ratcliff-Obershelp implementation, ported from .Net code by Ligi (https://github.com/dxpux)
    denmase authored May 8, 2020
    Configuration menu
    Copy the full SHA
    31f95b8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    denmase authored May 8, 2020
    Configuration menu
    Copy the full SHA
    fe887e2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Add files via upload

    Clean up the code and have it pass the check style.
    denmase authored May 11, 2020
    Configuration menu
    Copy the full SHA
    5d041fa View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Test unit for Ratcliff-Obershelp algorithm
    denmase authored May 11, 2020
    Configuration menu
    Copy the full SHA
    7750b89 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Add files via upload

    Added test data from various sources.
    denmase authored May 12, 2020
    Configuration menu
    Copy the full SHA
    baed917 View commit details
    Browse the repository at this point in the history
  2. Update RatcliffObershelp.java

    Fixed diamond operator to comply with Java 1.6
    denmase committed May 12, 2020
    Configuration menu
    Copy the full SHA
    08c5cec View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Cosmetic edit
    denmase committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f6c7aad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from denmase/master

    Implementation of Ratcliff-Obershelp algorithm
    tdebatty authored May 12, 2020
    Configuration menu
    Copy the full SHA
    4946f58 View commit details
    Browse the repository at this point in the history
  5. minor style change

    tdebatty committed May 12, 2020
    Configuration menu
    Copy the full SHA
    aa9ecf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    462a686 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1372d0b View commit details
    Browse the repository at this point in the history
Loading