summaryrefslogtreecommitdiff
path: root/cli/source/test
Commit message (Collapse)AuthorAgeFilesLines
* More sensible and consistent package structuring.Rocky Madden2012-10-3113-13/+13
|
* Appended algorithm to names to help diferentiate between metrics and ↵Rocky Madden2012-10-294-20/+20
| | | | phonetic algorithms.
* Created commands for each phonetic algorithm.Rocky Madden2012-10-294-0/+156
|
* Created refined soundex algorithm, metric, command, and specs.Rocky Madden2012-10-291-0/+46
|
* Created NYSIIS algorithm, metric, command, and specs.Rocky Madden2012-10-261-0/+46
|
* Created DiceSorensen metric, spec, and command.Rocky Madden2012-10-201-0/+39
|
* Created Metaphone algorithm, metric, specs, and command.Rocky Madden2012-10-201-0/+46
|
* Created LevenshteinMetric, spec, and command.Rocky Madden2012-10-161-0/+39
|
* Created HammingMetric, spec, and command.Rocky Madden2012-10-152-1/+40
|
* Metric and StringMetric compare methods now return Option[T]. This is to ↵Rocky Madden2012-10-151-0/+7
| | | | better communicate when it is not possible to perform metric comparisions.
* Created SoundexMetric, spec, and command.Rocky Madden2012-10-151-0/+39
|
* Created cleaners to allow implementors to determine the amount of cleaning ↵Rocky Madden2012-10-082-4/+4
| | | | performed on inputs prior to metric computations, if desired. Applied implicitly to metric compare methods in second curry. Previous behavior of ignoring case and spacing held in tact, while allowing for further definition if needed via arguments.
* Added JaroMetric and spec. Also created CLI and spec for metric.Rocky Madden2012-10-071-0/+39
|
* Created repository.v0.0.0Rocky Madden2012-10-062-0/+190