Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #864 - Adds text similarity/distance methods and double metaphone text encoder. #865

Merged

Commits on Jul 19, 2018

  1. fixes neo4j-contrib#864 - Adds text similarity/distance methods and d…

    …ouble metaphone text encoder
    
    Added Apache commons-text dependency and used the LevenshteinDistance, HammingDistance and JaroWinklerDistance objects from the dependency to create the similarity/distance methods in Strings. Replaced deprecated StringUtils.getLevenshteinDistance with LevenshteinDistance.
    
    Added Double Metaphone encoding method in Phonetic.
    Nan Jiang committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d4eae9f View commit details
    Browse the repository at this point in the history