summaryrefslogtreecommitdiff
path: root/core
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 /core
parent0c19b374c1c19a705d613b37451e92e6b27d7fe4 (diff)
downloadstringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.gz
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.tar.bz2
stringmetric-93722dfe64a93d2259ce9fa7d04da2eab8b64e1c.zip
Changed group from org.hashtree.stringmetric to com.rockymadden.stringmetric.
Diffstat (limited to 'core')
-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
105 files changed, 241 insertions, 241 deletions
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