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: v2.0.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: master
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on May 12, 2020

  1. Copy the full SHA
    0c20faa View commit details

Commits on May 31, 2021

  1. Copy the full SHA
    5daaa2b View commit details

Commits on Jun 6, 2021

  1. Merge pull request #60 from Pipikopu/newBranch1

    Add regular (non-null/empty) Cosine Test Cases.
    tdebatty authored Jun 6, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f61f0b View commit details
  2. Create maven.yml

    tdebatty authored Jun 6, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    483d5ca View commit details

Commits on Jun 7, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4d0f2e4 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e4d65b4 View commit details
  3. Removed code coverage

    tdebatty authored Jun 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1924ab8 View commit details

Commits on Jan 22, 2022

  1. Update Jaro-Winkler description in README

    The previous readme made it same like Jaro-Winkler was the ideal typo detector,
    when in actuality it is really only suited for typos caused by unsynchronized
    high-speed typing between between both hands but does not account for actual
    miskey errors such as hitting the wrong key altogether or advertently pressing
    two keys instead of one. This is because Jaro-Winkler operates only on
    transpositions and does not favorbly consider a string consisting strictly of
    additions or permutitions with letters not already part of the word's alphabet
    to be "similar" changes.
    mqudsi authored Jan 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f97b04b View commit details
  2. Merge pull request #63 from mqudsi/patch-1

    Update Jaro-Winkler description in README
    thanks @mqudsi
    tdebatty authored Jan 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    93240df View commit details
Loading