summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-12-16 10:37:11 -0700
committerRocky Madden <git@rockymadden.com>2012-12-16 10:37:11 -0700
commit93722dfe64a93d2259ce9fa7d04da2eab8b64e1c (patch)
treecbabbac479b731103d879616b930ba3a096f0cb6
parent0c19b374c1c19a705d613b37451e92e6b27d7fe4 (diff)
downloadstringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.gz
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.bz2
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.zip
Changed group from org.hashtree.stringmetric to com.rockymadden.stringmetric.
-rwxr-xr-xbuild.gradle2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/Command.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/Command.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMap.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMap.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMapType.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMapType.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/package.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/package.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/hammingMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithm.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithm.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramMetric.scala)8
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/package.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/package.scala)2
-rwxr-xr-xcli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala (renamed from cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetric.scala)8
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapTypeSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapTypeSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/hammingMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithmSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithmSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramMetricSpec.scala)4
-rwxr-xr-xcli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala (renamed from cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala)2
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala)2
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala)4
-rwxr-xr-xcore/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala (renamed from core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/Algorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/Algorithm.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/Filter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/Filter.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableAlgorithm.scala6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableAlgorithm.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableMetric.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringAlgorithm.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringMetric.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableMetric.scala6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableStringAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableStringAlgorithm.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/FilterableStringMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/FilterableStringMetric.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/Metric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/Metric.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/StringAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/StringAlgorithm.scala)10
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/StringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/StringFilter.scala)8
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/StringMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/StringMetric.scala)10
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilter.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilter.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/StringFilterDelegate.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/StringFilterDelegate.scala)4
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/filter/package.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/filter/package.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/package.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/package.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/Alphabet.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/Alphabet.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/phonetic/package.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala)2
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/HammingMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/HammingMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/JaroMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/JaroMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/LevenshteinMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithm.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/NGramAlgorithm.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/NGramMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/NGramMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetric.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetric.scala)6
-rwxr-xr-xcore/source/core/scala/com/rockymadden/stringmetric/similarity/package.scala (renamed from core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala)2
-rwxr-xr-xcore/source/core/scala/org/hashtree/stringmetric/FilterableAlgorithm.scala6
-rwxr-xr-xcore/source/core/scala/org/hashtree/stringmetric/FilterableMetric.scala6
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala)2
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilterSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilterSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/filter/StringFilterDelegateSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/filter/StringFilterDelegateSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/AlphabetSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/AlphabetSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/HammingMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/HammingMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/JaroMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/JaroMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/NGramMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/NGramMetricSpec.scala)4
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala (renamed from core/source/test/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala)4
-rwxr-xr-xreadme.md16
151 files changed, 368 insertions, 368 deletions
diff --git a/build.gradle b/build.gradle
index 4bd756c..d9b5404 100755
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
description = 'A small library of string metrics and phonetic algorithms.'
-group = 'org.hashtree.stringmetric'
+group = 'com.rockymadden.stringmetric'
version = '0.18.7'
ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/Command.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/Command.scala
index c856374..a7daf3c 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/Command.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/Command.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
/** Defines the traits and provides basic implementations of a command. Commands are always implemented as objects. */
trait Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMap.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMap.scala
index 8489ca0..ede8a5c 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMap.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMap.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
import scala.annotation.tailrec
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMapType.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMapType.scala
index b52cc9e..6dfc869 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/OptionMapType.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/OptionMapType.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
sealed abstract class OptionMapType[T](protected[this] val stringSelf: String) {
def get(): Option[T]
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
index 45bc913..0a44f9a 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/package.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/**
* Provides core CLI functionality. Note that some things might look sloppy (e.g. access modifiers, broad imports,
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala
index 09f75c8..e12e020 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.MetaphoneAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.MetaphoneAlgorithm
/**
- * The metaphoneAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
+ * The metaphoneAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
* string, per the Metaphone algorithm.
*/
object metaphoneAlgorithm extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala
index 5ba01c9..01bb4f2 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.MetaphoneMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.MetaphoneMetric
/**
- * The metaphoneMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The metaphoneMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the Metaphone algorithm.
*/
object metaphoneMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala
index 0d07a31..a318934 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.NysiisAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.NysiisAlgorithm
/**
- * The nysiisAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
+ * The nysiisAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
* string, per the NYSIIS algorithm.
*/
object nysiisAlgorithm extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala
index 86daa3e..09d172c 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.NysiisMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.NysiisMetric
/**
- * The nysiisMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The nysiisMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the NYSIIS algorithm.
*/
object nysiisMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/package.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/package.scala
index 59761d1..59a9df5 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/package.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
/** Provides core phonetic CLI functionality. */
package object phonetic {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala
index fda8494..6c9d471 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.RefinedNysiisAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.RefinedNysiisAlgorithm
/**
- * The refinedNysiisAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the phonetic representation of the
+ * The refinedNysiisAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
* passed string, per the refined NYSIIS algorithm.
*/
object refinedNysiisAlgorithm extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala
index da9f17f..c096af1 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.RefinedNysiisMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.RefinedNysiisMetric
/**
- * The refinedNysiisMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The refinedNysiisMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the refined NYSIIS algorithm.
*/
object refinedNysiisMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala
index b51d630..6ae8d54 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.RefinedSoundexAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.RefinedSoundexAlgorithm
/**
- * The refinedSoundexAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the phonetic representation of the
+ * The refinedSoundexAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the
* passed string, per the refined Soundex algorithm.
*/
object refinedSoundexAlgorithm extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala
index 157bbea..b426fe4 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.RefinedSoundexMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.RefinedSoundexMetric
/**
- * The refinedSoundexMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The refinedSoundexMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the refined Soundex algorithm.
*/
object refinedSoundexMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala
index 99fdd49..4a4600a 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.SoundexAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.SoundexAlgorithm
/**
- * The soundexAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
+ * The soundexAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the phonetic representation of the passed
* string, per the Soundex algorithm.
*/
object soundexAlgorithm extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala
index 1ce31c0..c6e2d39 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.phonetic.SoundexMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.phonetic.SoundexMetric
/**
- * The soundexMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to determine if they are
+ * The soundexMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to determine if they are
* phonetically similarly, per the Soundex algorithm.
*/
object soundexMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala
index 685ea16..0346038 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.DiceSorensenMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.DiceSorensenMetric
/**
- * The diceSorensenMetric [[org.hashtree.stringmetric.cli.Command]]. Compares the similarity of two strings using the
+ * The diceSorensenMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using the
* Dice coefficient / Sorensen similarity index.
*/
object diceSorensenMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/hammingMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala
index a325967..9293745 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/hammingMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.HammingMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.HammingMetric
/**
- * The hammingMetric [[org.hashtree.stringmetric.cli.Command]]. Compares the number of characters that two equal length
+ * The hammingMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two equal length
* strings are different from one another.
*/
object hammingMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala
index d8a0076..27f1e8c 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetric.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.JaroMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.JaroMetric
-/** The jaroMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro distance. */
+/** The jaroMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro distance. */
object jaroMetric extends Command {
override def main(args: Array[String]): Unit = {
val options = OptionMap(args)
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala
index 39fda04..b2a65d4 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.JaroWinklerMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.JaroWinklerMetric
/**
- * The jaroWinklerMetric [[org.hashtree.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro-Winkler
+ * The jaroWinklerMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares two strings to calculate the Jaro-Winkler
* distance.
*/
object jaroWinklerMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala
index 29de7d9..273a369 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.LevenshteinMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.LevenshteinMetric
/**
- * The levenshteinMetric [[org.hashtree.stringmetric.cli.Command]]. Compares the number of characters that two strings
+ * The levenshteinMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two strings
* are different from one another via insertion, deletion, and substitution.
*/
object levenshteinMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithm.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithm.scala
index 72436b0..58ea028 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithm.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithm.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.NGramAlgorithm
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.NGramAlgorithm
/**
- * The nGramAlgorithm [[org.hashtree.stringmetric.cli.Command]]. Returns the N-Gram representation of the passed string.
+ * The nGramAlgorithm [[com.rockymadden.stringmetric.cli.Command]]. Returns the N-Gram representation of the passed string.
*/
object nGramAlgorithm extends Command {
override def main(args: Array[String]): Unit = {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala
index 1dc7069..435a90a 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/nGramMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.NGramMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.NGramMetric
/**
- * The nGramMetric [[org.hashtree.stringmetric.cli.Command]]. Compares the similarity of two strings using an N-Gram
+ * The nGramMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the similarity of two strings using an N-Gram
* similarity index.
*/
object nGramMetric extends Command {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/package.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/package.scala
index 500ab23..cf1b132 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/package.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
/** Provides core similarity CLI functionality. */
package object similarity {
diff --git a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetric.scala b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala
index 03f9c6d..18389a4 100755
--- a/cli/source/core/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetric.scala
+++ b/cli/source/core/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetric.scala
@@ -1,11 +1,11 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.cli._
-import org.hashtree.stringmetric.similarity.WeightedLevenshteinMetric
+import com.rockymadden.stringmetric.cli._
+import com.rockymadden.stringmetric.similarity.WeightedLevenshteinMetric
import scala.math.BigDecimal
/**
- * The weightedLevenshteinMetric [[org.hashtree.stringmetric.cli.Command]]. Compares the number of characters that two
+ * The weightedLevenshteinMetric [[com.rockymadden.stringmetric.cli.Command]]. Compares the number of characters that two
* strings are different from one another via insertion, deletion, and substitution. Allows the invoker to indicate
* the weight each operation takes.
*/
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapSpec.scala
index 23821c6..a3a1990 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapTypeSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapTypeSpec.scala
index 8f4d4bc..178a825 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/OptionMapTypeSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/OptionMapTypeSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli
+package com.rockymadden.stringmetric.cli
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala
index 72258c5..7fb4f29 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetricSpec.scala
index 2f72e39..e7d56d1 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/metaphoneMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/metaphoneMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala
index caaa3e9..1062404 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetricSpec.scala
index 3f5a346..bcc2a6a 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/nysiisMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/nysiisMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala
index 2567221..428b5b3 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala
index eddee0a..e48b967 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedNysiisMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala
index a3265b7..fc014d0 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala
index 9588f4f..b3e8642 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/refinedSoundexMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala
index 16ce3be..8c08f08 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetricSpec.scala
index b245996..79434dc 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/phonetic/soundexMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/phonetic/soundexMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.phonetic
+package com.rockymadden.stringmetric.cli.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetricSpec.scala
index 8d59172..090f278 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/diceSorensenMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/diceSorensenMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/hammingMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetricSpec.scala
index ac54e0e..69ed881 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/hammingMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/hammingMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetricSpec.scala
index 192007b..df5bd3f 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala
index e5c8427..3515e1b 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/jaroWinklerMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetricSpec.scala
index 5f5f900..c15e23b 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/levenshteinMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/levenshteinMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithmSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithmSpec.scala
index b041e14..b68d5bb 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramAlgorithmSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetricSpec.scala
index c4f5689..f6a498b 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/nGramMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/nGramMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala
index dc3e898..bd2c936 100755
--- a/cli/source/test/scala/org/hashtree/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala
+++ b/cli/source/test/scala/com/rockymadden/stringmetric/cli/similarity/weightedLevenshteinMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.cli.similarity
+package com.rockymadden.stringmetric.cli.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala
index 47beaad..55a6238 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperBenchmark.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
import com.google.caliper.SimpleBenchmark
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala
index ffb69e2..89f3ab9 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/CaliperRunner.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/CaliperRunner.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
import com.google.caliper.{ Benchmark, Runner }
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
index 27c93af..f1e7c5a 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class MetaphoneAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
index bc75135..538a82f 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
index d922b6d..65dafe5 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class NysiisAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala
index 660f397..9c2dfd4 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/NysiisMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
index 9303f9c..2304e3e 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class RefinedNysiisAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
index dd9c926..08c9178 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
index 5c13b0d..7d4a016 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class RefinedSoundexAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
index cceb128..c95804f 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
index 57a3925..eac0941 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class SoundexAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala
index 2eeeeda..190111e 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/phonetic/SoundexMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
index d55303d..08559e4 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala
index 69e9cfd..095aeef 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/HammingMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/HammingMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala
index 06139d1..0bb690a 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
index bf405cd..1e27733 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala
index 6ff47f1..75cb46b 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala
index 9bef2fa..eabdf55 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.util.Random
final class NGramAlgorithmBenchmark extends CaliperBenchmark {
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala
index 2064d3b..74ce1ea 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/NGramMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/NGramMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
index 1ded477..a096809 100755
--- a/core/source/benchmark/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
+++ b/core/source/benchmark/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricBenchmark.scala
@@ -1,7 +1,7 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
import com.google.caliper.Param
-import org.hashtree.stringmetric.{ CaliperBenchmark, CaliperRunner }
+import com.rockymadden.stringmetric.{ CaliperBenchmark, CaliperRunner }
import scala.annotation.tailrec
import scala.util.Random
diff --git a/core/source/core/scala/org/hashtree/stringmetric/Algorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/Algorithm.scala
index b916cf9..21524cc 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/Algorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/Algorithm.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Marks those which leverage traits of a standalone algorithm. */
trait Algorithm[T] {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/Filter.scala b/core/source/core/scala/com/rockymadden/stringmetric/Filter.scala
index c79985f..8316d76 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/Filter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/Filter.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Marks those which leverage traits of a filter. */
trait Filter[T] {
diff --git a/core/source/core/scala/com/rockymadden/stringmetric/FilterableAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableAlgorithm.scala
new file mode 100755
index 0000000..d1265bc
--- /dev/null
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableAlgorithm.scala
@@ -0,0 +1,6 @@
+package com.rockymadden.stringmetric
+
+/** Marks those which leverage traits of a filterable [[com.rockymadden.stringmetric.Algorithm]]. */
+trait FilterableAlgorithm[T, F <: Filter[T]] extends Algorithm[T] {
+ def compute(t: T)(implicit f: F): Option[ComputeReturn]
+} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableAlgorithm.scala
index ed7812b..f8ed18e 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableAlgorithm.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a filterable and configurable [[org.hashtree.stringmetric.Algorithm]]. */
+/** Marks those which leverage traits of a filterable and configurable [[com.rockymadden.stringmetric.Algorithm]]. */
trait FilterableConfigurableAlgorithm[T, O, F <: Filter[T]] extends Algorithm[T] {
def compute(t: T)(o: O)(implicit f: F): Option[ComputeReturn]
} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableMetric.scala
index f71ab66..f49c705 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableMetric.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a filterable and configurable [[org.hashtree.stringmetric.Metric]]. */
+/** Marks those which leverage traits of a filterable and configurable [[com.rockymadden.stringmetric.Metric]]. */
trait FilterableConfigurableMetric[T, O, F <: Filter[T]] extends Metric[T] {
def compare(t1: T, t2: T)(o: O)(implicit f: F): Option[CompareReturn]
} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringAlgorithm.scala
index 94f110a..8103c11 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringAlgorithm.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.FilterableConfigurableAlgorithm]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.FilterableConfigurableAlgorithm]]. */
trait FilterableConfigurableStringAlgorithm[O]
extends FilterableConfigurableAlgorithm[String, O, StringFilter] with StringAlgorithm {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringMetric.scala
index b8ae3cd..d399415 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableConfigurableStringMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableConfigurableStringMetric.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.FilterableConfigurableMetric]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.FilterableConfigurableMetric]]. */
trait FilterableConfigurableStringMetric[O]
extends FilterableConfigurableMetric[String, O, StringFilter] with StringMetric {
diff --git a/core/source/core/scala/com/rockymadden/stringmetric/FilterableMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableMetric.scala
new file mode 100755
index 0000000..b59bffe
--- /dev/null
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableMetric.scala
@@ -0,0 +1,6 @@
+package com.rockymadden.stringmetric
+
+/** Marks those which leverage traits of a filterable [[com.rockymadden.stringmetric.Metric]]. */
+trait FilterableMetric[T, F <: Filter[T]] extends Metric[T] {
+ def compare(t1: T, t2: T)(implicit f: F): Option[CompareReturn]
+} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableStringAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableStringAlgorithm.scala
index d4b0b8f..3888d24 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableStringAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableStringAlgorithm.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.FilterableAlgorithm]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.FilterableAlgorithm]]. */
trait FilterableStringAlgorithm extends FilterableAlgorithm[String, StringFilter] with StringAlgorithm {
def compute(charArray: Array[Char])(implicit stringFilter: StringFilter): Option[Array[_]]
} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableStringMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/FilterableStringMetric.scala
index 38159bc..b00d954 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableStringMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/FilterableStringMetric.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.FilterableMetric]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.FilterableMetric]]. */
trait FilterableStringMetric extends FilterableMetric[String, StringFilter] with StringMetric {
def compare(charArray1: Array[Char], charArray2: Array[Char])
(implicit stringFilter: StringFilter): Option[CompareReturn]
diff --git a/core/source/core/scala/org/hashtree/stringmetric/Metric.scala b/core/source/core/scala/com/rockymadden/stringmetric/Metric.scala
index d4c94ef..2595499 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/Metric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/Metric.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Marks those which leverage traits of a metric. */
trait Metric[T] {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/StringAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/StringAlgorithm.scala
index 15c2214..4b38831 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/StringAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/StringAlgorithm.scala
@@ -1,14 +1,14 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-import org.hashtree.stringmetric.phonetic.{ MetaphoneAlgorithm, NysiisAlgorithm, RefinedSoundexAlgorithm, SoundexAlgorithm }
-import org.hashtree.stringmetric.similarity.NGramAlgorithm
+import com.rockymadden.stringmetric.phonetic.{ MetaphoneAlgorithm, NysiisAlgorithm, RefinedSoundexAlgorithm, SoundexAlgorithm }
+import com.rockymadden.stringmetric.similarity.NGramAlgorithm
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.Algorithm]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.Algorithm]]. */
trait StringAlgorithm extends Algorithm[String] {
}
-/** Convenience object for those extending [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** Convenience object for those extending [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object StringAlgorithm {
def computeWithMetaphone(charArray: Array[Char])
(implicit stringFilter: StringFilter): Option[Array[Char]] =
diff --git a/core/source/core/scala/org/hashtree/stringmetric/StringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/StringFilter.scala
index 7a53596..b00e665 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/StringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/StringFilter.scala
@@ -1,13 +1,13 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-import org.hashtree.stringmetric.filter._
+import com.rockymadden.stringmetric.filter._
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.Filter]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.Filter]]. */
trait StringFilter extends Filter[String] {
def filter(charArray: Array[Char]): Array[Char]
}
-/** Convenience object for those extending [[org.hashtree.stringmetric.StringFilter]]. */
+/** Convenience object for those extending [[com.rockymadden.stringmetric.StringFilter]]. */
object StringFilter {
implicit val stringFilter = delegate
diff --git a/core/source/core/scala/org/hashtree/stringmetric/StringMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/StringMetric.scala
index fbc4ab3..bbe68d1 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/StringMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/StringMetric.scala
@@ -1,14 +1,14 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
-import org.hashtree.stringmetric.phonetic.{ MetaphoneMetric, NysiisMetric, RefinedSoundexMetric, SoundexMetric }
-import org.hashtree.stringmetric.similarity._
+import com.rockymadden.stringmetric.phonetic.{ MetaphoneMetric, NysiisMetric, RefinedSoundexMetric, SoundexMetric }
+import com.rockymadden.stringmetric.similarity._
-/** Marks those which leverage traits of a string based [[org.hashtree.stringmetric.Metric]]. */
+/** Marks those which leverage traits of a string based [[com.rockymadden.stringmetric.Metric]]. */
trait StringMetric extends Metric[String] {
}
-/** Convenience object for those extending [[org.hashtree.stringmetric.StringMetric]]. */
+/** Convenience object for those extending [[com.rockymadden.stringmetric.StringMetric]]. */
object StringMetric {
def compareWithDiceSorensen(charArray1: Array[Char], charArray2: Array[Char])(n: Int)
(implicit stringFilter: StringFilter): Option[DiceSorensenMetric.CompareReturn] =
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilter.scala
index c3fd442..0e4e1f7 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures only ASCII control characters matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures only ASCII control characters matter. */
trait AsciiControlOnlyStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilter.scala
index 8fdab7e..2573718 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII controls do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII controls do not matter. */
trait AsciiControlStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilter.scala
index d041ded..28d6674 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII letter case-sensitivity does not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII letter case-sensitivity does not matter. */
trait AsciiLetterCaseStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala
index 595c95c..00f32d4 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures only ASCII letters and numbers matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures only ASCII letters and numbers matter. */
trait AsciiLetterNumberOnlyStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilter.scala
index 576b56e..8ece1cd 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII letters and numbers do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII letters and numbers do not matter. */
trait AsciiLetterNumberStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilter.scala
index ad38f5d..5fc35da 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures only ASCII letters matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures only ASCII letters matter. */
trait AsciiLetterOnlyStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilter.scala
index 456e818..c78903f 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII letters do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII letters do not matter. */
trait AsciiLetterStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilter.scala
index e19e901..b70537a 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures only ASCII numbers matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures only ASCII numbers matter. */
trait AsciiNumberOnlyStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilter.scala
index fe61fc8..370928e 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII numbers do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII numbers do not matter. */
trait AsciiNumberStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilter.scala
index 1d0fc96..8edffe8 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII spaces do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII spaces do not matter. */
trait AsciiSpaceStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] = super.filter(charArray.filter(_ != ' '))
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala
index d581b44..800cb3b 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures only ASCII symbols matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures only ASCII symbols matter. */
trait AsciiSymbolOnlyStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilter.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilter.scala
index 8602277..3891f9a 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilter.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilter.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
-/** A decorator [[org.hashtree.stringmetric.StringFilter]]. Ensures ASCII symbols do not matter. */
+/** A decorator [[com.rockymadden.stringmetric.StringFilter]]. Ensures ASCII symbols do not matter. */
trait AsciiSymbolStringFilter extends StringFilter {
abstract override def filter(charArray: Array[Char]): Array[Char] =
super.filter(
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/StringFilterDelegate.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/StringFilterDelegate.scala
index b29db70..ba62e15 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/StringFilterDelegate.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/StringFilterDelegate.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.StringFilter
+import com.rockymadden.stringmetric.StringFilter
class StringFilterDelegate extends StringFilter {
override def filter(charArray: Array[Char]): Array[Char] = charArray
diff --git a/core/source/core/scala/org/hashtree/stringmetric/filter/package.scala b/core/source/core/scala/com/rockymadden/stringmetric/filter/package.scala
index a70f7fc..e74b7e5 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/filter/package.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/filter/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Provides core filter functionality. */
package object filter {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/package.scala b/core/source/core/scala/com/rockymadden/stringmetric/package.scala
index 905209d..916f5bb 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/package.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree
+package com.rockymadden
/** Provides core string metric functionality. */
package object stringmetric {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/Alphabet.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/Alphabet.scala
index e6b1c0e..931b7d9 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/Alphabet.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/Alphabet.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
import scala.annotation.tailrec
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithm.scala
index d766f09..d9eb167 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.{ switch, tailrec }
-/** An implementation of the Metaphone [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the Metaphone [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object MetaphoneAlgorithm extends StringAlgorithm with FilterableStringAlgorithm {
type ComputeReturn = String
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetric.scala
index 9fa8ca8..58ba16c 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the Metaphone [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the Metaphone [[com.rockymadden.stringmetric.StringMetric]]. */
object MetaphoneMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Boolean
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithm.scala
index cd45fc3..e375f28 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.{ switch, tailrec }
-/** An implementation of the NYSIIS [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the NYSIIS [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object NysiisAlgorithm extends StringAlgorithm with FilterableStringAlgorithm {
type ComputeReturn = String
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisMetric.scala
index 19c2e0b..af523dd 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/NysiisMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/NysiisMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the NYSIIS [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the NYSIIS [[com.rockymadden.stringmetric.StringMetric]]. */
object NysiisMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Boolean
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithm.scala
index 59affaf..6fca0eb 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.{ switch, tailrec }
-/** An implementation of the refined NYSIIS [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the refined NYSIIS [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object RefinedNysiisAlgorithm extends StringAlgorithm with FilterableStringAlgorithm {
type ComputeReturn = String
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetric.scala
index 1d71c8f..3b318b2 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the refined NYSIIS [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the refined NYSIIS [[com.rockymadden.stringmetric.StringMetric]]. */
object RefinedNysiisMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Boolean
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithm.scala
index f7d2cc1..f2c765b 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.{ switch, tailrec }
-/** An implementation of the refined Soundex [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the refined Soundex [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object RefinedSoundexAlgorithm extends StringAlgorithm with FilterableStringAlgorithm {
type ComputeReturn = String
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetric.scala
index 54c85af..6208f9a 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the refined Soundex [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the refined Soundex [[com.rockymadden.stringmetric.StringMetric]]. */
object RefinedSoundexMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Boolean
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithm.scala
index 4a41cc9..cb8b246 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.{ switch, tailrec }
-/** An implementation of the Soundex [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the Soundex [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object SoundexAlgorithm extends StringAlgorithm with FilterableStringAlgorithm {
type ComputeReturn = String
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexMetric.scala
index df3dac4..35eedd4 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/SoundexMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/SoundexMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the Soundex [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the Soundex [[com.rockymadden.stringmetric.StringMetric]]. */
object SoundexMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Boolean
diff --git a/core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/package.scala
index fec9b8d..4739cd8 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/phonetic/package.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/phonetic/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Provides core phonetic string metric functionality. */
package object phonetic {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetric.scala
index afc7af0..a691a9e 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetric.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ FilterableConfigurableStringMetric, MatchTuple, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableConfigurableStringMetric, MatchTuple, StringFilter, StringMetric }
/**
- * An implementation of the Dice, and lesser known Sorensen, [[org.hashtree.stringmetric.StringMetric]]. This
+ * An implementation of the Dice, and lesser known Sorensen, [[com.rockymadden.stringmetric.StringMetric]]. This
* implementation differs in that n-gram size is required. Traditionally, the algorithm uses bigrams.
*/
object DiceSorensenMetric extends StringMetric with FilterableConfigurableStringMetric[Int] {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/HammingMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/HammingMetric.scala
index 6c4508f..6f6aa61 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/HammingMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/HammingMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ CompareTuple, FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ CompareTuple, FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the Hamming [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the Hamming [[com.rockymadden.stringmetric.StringMetric]]. */
object HammingMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Int
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/JaroMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/JaroMetric.scala
index 3e261f1..a4d5726 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/JaroMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/JaroMetric.scala
@@ -1,10 +1,10 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ CompareTuple, FilterableStringMetric, MatchTuple, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ CompareTuple, FilterableStringMetric, MatchTuple, StringFilter, StringMetric }
import scala.collection.mutable.{ ArrayBuffer, HashSet }
/**
- * An implementation of the Jaro [[org.hashtree.stringmetric.StringMetric]]. One differing detail in this implementation
+ * An implementation of the Jaro [[com.rockymadden.stringmetric.StringMetric]]. One differing detail in this implementation
* is that if a character is matched in string2, it cannot be matched upon again. This results in a more penalized
* distance in these scenarios.
*/
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetric.scala
index 8a08f1e..2a270f3 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetric.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableStringMetric, StringFilter, StringMetric }
/**
- * An implementation of the Jaro-Winkler [[org.hashtree.stringmetric.StringMetric]]. One differing detail in this
+ * An implementation of the Jaro-Winkler [[com.rockymadden.stringmetric.StringMetric]]. One differing detail in this
* implementation is that if a character is matched in string2, it cannot be matched upon again. This results in a more
* penalized distance in these scenarios (e.g. comparing henka and henkan distance is 0.9666 versus the typical 0.9722).
*/
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/LevenshteinMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetric.scala
index 945a240..338c0f6 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/LevenshteinMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetric.scala
@@ -1,8 +1,8 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ CompareTuple, FilterableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ CompareTuple, FilterableStringMetric, StringFilter, StringMetric }
-/** An implementation of the Levenshtein [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the Levenshtein [[com.rockymadden.stringmetric.StringMetric]]. */
object LevenshteinMetric extends StringMetric with FilterableStringMetric {
type CompareReturn = Int
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/NGramAlgorithm.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithm.scala
index 280483f..612c852 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/NGramAlgorithm.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithm.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ FilterableConfigurableStringAlgorithm, StringAlgorithm, StringFilter }
+import com.rockymadden.stringmetric.{ FilterableConfigurableStringAlgorithm, StringAlgorithm, StringFilter }
import scala.annotation.tailrec
-/** An implementation of the N-Gram [[org.hashtree.stringmetric.StringAlgorithm]]. */
+/** An implementation of the N-Gram [[com.rockymadden.stringmetric.StringAlgorithm]]. */
object NGramAlgorithm extends StringAlgorithm with FilterableConfigurableStringAlgorithm[Int] {
type ComputeReturn = Array[String]
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/NGramMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/NGramMetric.scala
index 33ad09b..7c300fd 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/NGramMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/NGramMetric.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ FilterableConfigurableStringMetric, MatchTuple, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ FilterableConfigurableStringMetric, MatchTuple, StringFilter, StringMetric }
import scala.math
-/** An implementation of the N-Gram [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of the N-Gram [[com.rockymadden.stringmetric.StringMetric]]. */
object NGramMetric extends StringMetric with FilterableConfigurableStringMetric[Int] {
type CompareReturn = Double
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetric.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetric.scala
index 0277430..aeb82b9 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetric.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetric.scala
@@ -1,9 +1,9 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.{ CompareTuple, FilterableConfigurableStringMetric, StringFilter, StringMetric }
+import com.rockymadden.stringmetric.{ CompareTuple, FilterableConfigurableStringMetric, StringFilter, StringMetric }
import scala.math.BigDecimal
-/** An implementation of a weighted Levenshtein [[org.hashtree.stringmetric.StringMetric]]. */
+/** An implementation of a weighted Levenshtein [[com.rockymadden.stringmetric.StringMetric]]. */
object WeightedLevenshteinMetric
extends StringMetric with FilterableConfigurableStringMetric[Tuple3[BigDecimal, BigDecimal, BigDecimal]] {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala b/core/source/core/scala/com/rockymadden/stringmetric/similarity/package.scala
index 19a7a60..e15b732 100755
--- a/core/source/core/scala/org/hashtree/stringmetric/similarity/package.scala
+++ b/core/source/core/scala/com/rockymadden/stringmetric/similarity/package.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
/** Provides core similarity string metric functionality. */
package object similarity {
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableAlgorithm.scala b/core/source/core/scala/org/hashtree/stringmetric/FilterableAlgorithm.scala
deleted file mode 100755
index f59e9cf..0000000
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableAlgorithm.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.hashtree.stringmetric
-
-/** Marks those which leverage traits of a filterable [[org.hashtree.stringmetric.Algorithm]]. */
-trait FilterableAlgorithm[T, F <: Filter[T]] extends Algorithm[T] {
- def compute(t: T)(implicit f: F): Option[ComputeReturn]
-} \ No newline at end of file
diff --git a/core/source/core/scala/org/hashtree/stringmetric/FilterableMetric.scala b/core/source/core/scala/org/hashtree/stringmetric/FilterableMetric.scala
deleted file mode 100755
index d4094ec..0000000
--- a/core/source/core/scala/org/hashtree/stringmetric/FilterableMetric.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.hashtree.stringmetric
-
-/** Marks those which leverage traits of a filterable [[org.hashtree.stringmetric.Metric]]. */
-trait FilterableMetric[T, F <: Filter[T]] extends Metric[T] {
- def compare(t1: T, t2: T)(implicit f: F): Option[CompareReturn]
-} \ No newline at end of file
diff --git a/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala b/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala
index 7aab162..6e4faba 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala
@@ -1,4 +1,4 @@
-package org.hashtree.stringmetric
+package com.rockymadden.stringmetric
import org.scalatest.{ BeforeAndAfter, WordSpec }
import org.scalatest.matchers.ShouldMatchers
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala
index 3bacf9b..73b7799 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlOnlyStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilterSpec.scala
index d948366..55b0428 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiControlStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiControlStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala
index 9f76660..34915fb 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterCaseStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala
index 5b1a72e..e5130a2 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberOnlyStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala
index bd24baf..66c4dc4 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterNumberStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala
index 7b2e655..46fe931 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterOnlyStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilterSpec.scala
index 08adc03..d522d72 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiLetterStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiLetterStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala
index f6ac54d..994c17d 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberOnlyStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilterSpec.scala
index 79de3bf..4495d8b 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiNumberStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiNumberStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilterSpec.scala
index 3db04e7..7d532a3 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSpaceStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSpaceStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala
index e994ae5..53f47b1 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolOnlyStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilterSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilterSpec.scala
index 4c867c5..51ca748 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/AsciiSymbolStringFilterSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/AsciiSymbolStringFilterSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/filter/StringFilterDelegateSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/filter/StringFilterDelegateSpec.scala
index 5e5cc7f..bce7cd8 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/filter/StringFilterDelegateSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/filter/StringFilterDelegateSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.filter
+package com.rockymadden.stringmetric.filter
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/AlphabetSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/AlphabetSpec.scala
index bfd48c6..dc0e63b 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/AlphabetSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/AlphabetSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala
index 1df8ff3..b6af492 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricSpec.scala
index 20f45a9..93de46e 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/MetaphoneMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/MetaphoneMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmSpec.scala
index 54cdfd9..d2af38f 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricSpec.scala
index 4c4b02b..3e53211 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/NysiisMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/NysiisMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala
index 8b47456..fce2811 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricSpec.scala
index 940c0c2..46b177b 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedNysiisMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedNysiisMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala
index 5044dd5..57e32cf 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricSpec.scala
index 9524835..97a168b 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/RefinedSoundexMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/RefinedSoundexMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmSpec.scala
index aa97e45..ec8b2ba 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricSpec.scala
index f92f789..78dae78 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/phonetic/SoundexMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/phonetic/SoundexMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.phonetic
+package com.rockymadden.stringmetric.phonetic
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricSpec.scala
index 1565367..4008683 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/DiceSorensenMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/DiceSorensenMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/HammingMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/HammingMetricSpec.scala
index de4ec0b..95cdbba 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/HammingMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/HammingMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/JaroMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/JaroMetricSpec.scala
index f2afb17..e9440e4 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/JaroMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/JaroMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricSpec.scala
index 6435fe8..c2ad5eb 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/JaroWinklerMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/JaroWinklerMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricSpec.scala
index c8b5336..4f78643 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/LevenshteinMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/LevenshteinMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmSpec.scala
index f76a01e..b41f37c 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/NGramAlgorithmSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/NGramAlgorithmSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/NGramMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/NGramMetricSpec.scala
index 7391c9d..a46f103 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/NGramMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/NGramMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/core/source/test/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala
index 5f6b84a..cefd80f 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/similarity/WeightedLevenshteinMetricSpec.scala
@@ -1,6 +1,6 @@
-package org.hashtree.stringmetric.similarity
+package com.rockymadden.stringmetric.similarity
-import org.hashtree.stringmetric.ScalaTest
+import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
diff --git a/readme.md b/readme.md
index 4886412..1523b10 100755
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ A small library of string metrics and phonetic algorithms. Each has a command li
## Using the API
Basic example with no filtering.
```scala
-import org.hashtree.stringmetric.similarity.JaroWinklerMetric
+import com.rockymadden.stringmetric.similarity.JaroWinklerMetric
val distance = JaroWinklerMetric.compare("string1", "string2")
@@ -32,8 +32,8 @@ if (distance >= 0.9) println("It's likely you're a match!")
Basic example with single filter.
```scala
-import org.hashtree.stringmetric.filter.{ AsciiLetterCaseStringFilter, StringFilterDelegate }
-import org.hashtree.stringmetric.similarity.JaroWinklerMetric
+import com.rockymadden.stringmetric.filter.{ AsciiLetterCaseStringFilter, StringFilterDelegate }
+import com.rockymadden.stringmetric.similarity.JaroWinklerMetric
val distance = JaroWinklerMetric.compare("string1", "string2")
(new StringFilterDelegate with AsciiLetterCaseStringFilter)
@@ -43,8 +43,8 @@ if (distance >= 0.9) println("It's likely you're a match!")
Basic example with stacked filter. Filters are applied in reverse order.
```scala
-import org.hashtree.stringmetric.filter.{ AsciiLetterCaseStringFilter, AsciiLetterOnlyStringFilter, StringFilterDelegate }
-import org.hashtree.stringmetric.similarity.JaroWinklerMetric
+import com.rockymadden.stringmetric.filter.{ AsciiLetterCaseStringFilter, AsciiLetterOnlyStringFilter, StringFilterDelegate }
+import com.rockymadden.stringmetric.similarity.JaroWinklerMetric
val distance = JaroWinklerMetric.compare("string1", "string2")
(new StringFilterDelegate with AsciiLetterCaseStringFilter with AsciiLetterOnlyStringFilter)
@@ -54,7 +54,7 @@ if (distance >= 0.9) println("It's likely you're a match!")
You can also use the StringMetric, StringAlgorithm, and StringFilter convenience objects.
```scala
-import org.hashtree.stringmetric.{ StringAlgorithm, StringFilter, StringMetric}
+import com.rockymadden.stringmetric.{ StringAlgorithm, StringFilter, StringMetric}
if (StringMetric.compareWithJaroWinkler("string1", "string2") >= 0.9)
println("It's likely you're a match!")
@@ -89,11 +89,11 @@ metaphoneAlgorithm abc
```
## Depending on the API (via the [Maven Central Repository](http://search.maven.org/))
-* __groupId__: org.hashtree.stringmetric
+* __groupId__: com.rockymadden.stringmetric
* __artifactId__: stringmetric-core
## Depending on the CLI (via the [Maven Central Repository](http://search.maven.org/))
-* __groupId__: org.hashtree.stringmetric
+* __groupId__: com.rockymadden.stringmetric
* __artifactId__: stringmetric-cli
## Building the API (via Gradle)