summaryrefslogtreecommitdiff
path: root/core/source/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Moved from gradle to sbt.Rocky Madden2014-01-0226-2054/+0
* Merged package contents into module.Rocky Madden2014-01-021-3/+4
* Full qualification not needed.Rocky Madden2014-01-024-9/+10
* Created ignoreAlphaCase transform.Rocky Madden2013-12-311-0/+11
* Fixed broken unit tests.Rocky Madden2013-12-291-16/+64
* Major revamp to match new codebase.Rocky Madden2013-12-291-0/+2
* Added StringAlgorithmDecorator and StringMetricDecorator.Rocky Madden2013-12-292-44/+66
* Added convenience objects.Rocky Madden2013-12-282-0/+66
* Removed like from traits.Rocky Madden2013-12-281-1/+1
* Added transforms.Rocky Madden2013-12-281-0/+122
* Code formatting tweaks.Rocky Madden2013-12-2820-1438/+1398
* Renamed package.Rocky Madden2013-12-281-1/+1
* A more functional structure.Rocky Madden2013-12-2838-1803/+818
* Preferred minimal repetition naming.Rocky Madden2013-11-2740-0/+2806
* Changed subproject folder naming. Updated Scala to 2.10.1.Rocky Madden2013-05-2040-2806/+0
* Fixed missing subtraction operation of intersection set length.Rocky Madden2013-04-291-13/+13
* Code formatting tweaks.Rocky Madden2013-04-194-4/+4
* Moved Alphabet into root package.Rocky Madden2013-03-191-3/+2
* Streamlined traits.Rocky Madden2013-03-182-59/+45
* More consistent naming.Rocky Madden2013-03-1813-63/+63
* Broke out n-gram tokenizer algorithm into tokenization package.Rocky Madden2013-03-183-39/+39
* Added unit tests of convenience objects.Rocky Madden2013-03-154-0/+237
* Prior space filter name was more apt. Letter case filter is still better with...Rocky Madden2013-03-151-5/+5
* More straight forward naming.Rocky Madden2013-03-152-10/+10
* Created overlap metric, spec, benchmark, and CLI.Rocky Madden2013-03-121-0/+77
* Created Jaccard metric, spec, benchmark, and CLI.Rocky Madden2013-03-091-0/+77
* Algorithm and metric companion objects now have pass-through compute/compare ...Rocky Madden2013-03-0919-0/+138
* Removed startsWith methods.Rocky Madden2013-03-081-51/+0
* Nested case objects within Alphabet object.Rocky Madden2013-03-071-0/+1
* Favored dependency injection.Rocky Madden2013-03-0720-39/+39
* Reduce boxing/unboxing and need remove need for implicits.Rocky Madden2013-03-021-35/+51
* Refactored traits so that metrics and algorithms can be decorated with additi...Rocky Madden2013-02-0921-761/+907
* 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