summaryrefslogtreecommitdiff
path: root/core/source/test
Commit message (Expand)AuthorAgeFilesLines
* Added ParallelTestExecution to all unit tests.Rocky Madden2013-02-091-3/+3
* Refactored Alphabet to be more flexible and usable.Rocky Madden2013-02-011-41/+47
* Favored constants over fixtures.Rocky Madden2013-01-3114-27/+79
* Created Ratcliff/Obershelp metric, command, and specs.Rocky Madden2013-01-101-0/+42
* Changed group from org.hashtree.stringmetric to com.rockymadden.stringmetric.Rocky Madden2012-12-1633-65/+65
* Fixed constant being treated as fixture.Rocky Madden2012-11-291-1/+5
* Mixed in ScalaTest BeforeAndAfter trait.Rocky Madden2012-11-291-2/+2
* Fixed missing toCharArray calls, which caused tests to fail.Rocky Madden2012-11-281-2/+2
* Consistent return of None across all metrics if either argument is empty.Rocky Madden2012-11-282-4/+5
* Added similarity metric unit tests.Rocky Madden2012-11-285-1/+11
* Added phonetic algorithm unit tests.Rocky Madden2012-11-282-3/+218
* Added more filter unit tests.Rocky Madden2012-11-2810-0/+34
* Fixed testing variables.Rocky Madden2012-11-2713-13/+13
* Expanded methods and created spec.Rocky Madden2012-11-191-0/+125
* Created refined NYSIIS algorithm, metric, commands, and specs.Rocky Madden2012-11-182-0/+245
* Added comment.Rocky Madden2012-11-171-1/+1
* Wrongly commented out during commit.Rocky Madden2012-11-171-2/+2
* Fixed several bugs and added new unit tests. There was a 'w' encoding bug, 'h...Rocky Madden2012-11-171-3/+31
* Moved StringFilterDelegate into filter package, as it is essentially a concre...Rocky Madden2012-11-1413-13/+2
* Decoupled NGramAlgorithm from metrics leveraging it. Also, more consistent No...Rocky Madden2012-11-122-10/+10
* Changed compare implemention. It is now required to specify the size of the n...Rocky Madden2012-11-091-15/+29
* Created NGramMetric and spec.Rocky Madden2012-11-092-0/+67
* Moved bigram code into it's own algorithm. Will be used in other metrics.Rocky Madden2012-11-092-0/+61
* Created WeightedLevenshtein metric, command, specs, and supporting code.Rocky Madden2012-11-041-0/+49
* Filters broken out into their own package.Rocky Madden2012-11-0112-12/+36
* Created numerous string filters.Rocky Madden2012-11-019-0/+218
* Prefixed with Ascii, as it only handles for ASCII based spaces.Rocky Madden2012-11-011-3/+3
* Fixed comment spacing issue.Rocky Madden2012-10-311-1/+1
* Appended algorithm to names to help diferentiate between metrics and phonetic...Rocky Madden2012-10-298-484/+484
* 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