summaryrefslogtreecommitdiff
path: root/cli
Commit message (Expand)AuthorAgeFilesLines
* Renamed cleaners to filters, as the name is more apt.Rocky Madden2012-10-267-14/+14
* Renamed distance package to similarity.Rocky Madden2012-10-265-5/+5
* Added ascii prefix to name to more accurately describe purpose.Rocky Madden2012-10-205-10/+10
* Created DiceSorensen metric, spec, and command.Rocky Madden2012-10-202-0/+97
* Created Metaphone algorithm, metric, specs, and command.Rocky Madden2012-10-203-2/+106
* Favored companion empty invokation over class empty constructor.Rocky Madden2012-10-201-1/+1
* Restructured metrics into subpackages. One for distance and one for phonetic.Rocky Madden2012-10-205-5/+10
* Fixed formatting.Rocky Madden2012-10-165-15/+20
* Created LevenshteinMetric, spec, and command.Rocky Madden2012-10-162-0/+96
* Created HammingMetric, spec, and command.Rocky Madden2012-10-156-4/+111
* Metric and StringMetric compare methods now return Option[T]. This is to bett...Rocky Madden2012-10-154-3/+10
* Added tailrec annotation.Rocky Madden2012-10-151-0/+2
* Created SoundexMetric, spec, and command.Rocky Madden2012-10-152-0/+91
* Created cleaners to allow implementors to determine the amount of cleaning pe...Rocky Madden2012-10-084-8/+8
* Added JaroMetric and spec. Also created CLI and spec for metric.Rocky Madden2012-10-072-0/+91
* Created repository.v0.0.0Rocky Madden2012-10-068-0/+449