summaryrefslogtreecommitdiff
path: root/core/source/test
Commit message (Expand)AuthorAgeFilesLines
* Renamed filter to AsciiLetterCaseStringFilter to more accurately describe pur...Rocky Madden2012-10-291-3/+3
* Created refined soundex algorithm, metric, command, and specs.Rocky Madden2012-10-293-1/+95
* Created NYSIIS algorithm, metric, command, and specs.Rocky Madden2012-10-262-0/+200
* Performance enhancements and expanded unit tests.Rocky Madden2012-10-264-14/+65
* Renamed cleaners to filters, as the name is more apt.Rocky Madden2012-10-267-94/+94
* Changed return type from float to double.Rocky Madden2012-10-263-34/+34
* Renamed distance package to similarity.Rocky Madden2012-10-265-5/+5
* Added ascii prefix to name to more accurately describe purpose.Rocky Madden2012-10-201-3/+3
* Created AsciiLetterOnlyStringCleaner and spec.Rocky Madden2012-10-201-0/+26
* Unit test clean up.Rocky Madden2012-10-204-50/+63
* Created DiceSorensen metric, spec, and command.Rocky Madden2012-10-201-0/+35
* Created Metaphone algorithm, metric, specs, and command.Rocky Madden2012-10-202-0/+214
* Split out the Soundex algorithm from the metric.Rocky Madden2012-10-202-19/+70
* Restructured metrics into subpackages. One for distance and one for phonetic.Rocky Madden2012-10-205-10/+10
* Created LevenshteinMetric, spec, and command.Rocky Madden2012-10-161-0/+30
* Changed from package level implicit for stringCleaner to per metric based.Rocky Madden2012-10-164-4/+4
* Implicit stringCleaner variable no longer applies case and spacing decorators.Rocky Madden2012-10-152-0/+4
* Created HammingMetric, spec, and command.Rocky Madden2012-10-151-0/+25
* Metric and StringMetric compare methods now return Option[T]. This is to bett...Rocky Madden2012-10-153-94/+93
* Created SoundexMetric, spec, and command.Rocky Madden2012-10-151-0/+35
* Created cleaners to allow implementors to determine the amount of cleaning pe...Rocky Madden2012-10-084-0/+93
* Added JaroMetric and spec. Also created CLI and spec for metric.Rocky Madden2012-10-071-0/+54
* Created repository.v0.0.0Rocky Madden2012-10-062-0/+72