summaryrefslogtreecommitdiff
path: root/cli/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Appended algorithm to names to help diferentiate between metrics and ↵Rocky Madden2012-10-298-40/+40
| | | | phonetic algorithms.
* Created commands for each phonetic algorithm.Rocky Madden2012-10-298-0/+364
|
* Renamed filter to AsciiLetterCaseStringFilter to more accurately describe ↵Rocky Madden2012-10-295-10/+10
| | | | purpose.
* Created refined soundex algorithm, metric, command, and specs.Rocky Madden2012-10-292-0/+102
|
* Code formatting tweaks.Rocky Madden2012-10-2610-56/+23
|
* Created NYSIIS algorithm, metric, command, and specs.Rocky Madden2012-10-262-0/+104
|
* 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 ↵Rocky Madden2012-10-154-3/+10
| | | | better communicate when it is not possible to perform metric comparisions.
* 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 ↵Rocky Madden2012-10-084-8/+8
| | | | 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-072-0/+91
|
* Created repository.v0.0.0Rocky Madden2012-10-067-0/+343