Class LevenshteinComputer


  • public class LevenshteinComputer
    extends Object
    TODO move to a better place? TODO replace by a library method?
    • Constructor Detail

      • LevenshteinComputer

        public LevenshteinComputer()
    • Method Detail

      • computeLevenshteinSimilarity

        public static double computeLevenshteinSimilarity​(String lObject,
                                                          String rObject,
                                                          int levenshteinDistance)
      • computeLevenshteinDistance

        public static int computeLevenshteinDistance​(String lObject,
                                                     String rObject)