aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala
Commit message (Expand)AuthorAgeFilesLines
* blacklist -> denylistBryan Newbold2018-09-051-1/+1
* minor style improvementEllen Spertus2018-09-041-2/+2
* fixed tests after replacing NoSlug with NoneEllen Spertus2018-09-041-24/+21
* more special characters to stripBryan Newbold2018-08-271-1/+1
* set a minimum slug size (8 chars)Bryan Newbold2018-08-231-2/+7
* add more punctuation characters to slug filterBryan Newbold2018-08-221-1/+1
* remove slug-blacklist conservative testBryan Newbold2018-08-211-16/+0
* Merge branch 'strings'Bryan Newbold2018-08-211-0/+21
|\
| * Reads blacklist from file.Ellen Spertus2018-08-201-0/+21
* | Created static factory method for ScorableCreations to deal with null.Ellen Spertus2018-08-201-3/+3
|/
* change slugification behavior to not split on colonBryan Newbold2018-08-151-7/+7
* add a stub title blacklistBryan Newbold2018-08-151-0/+6
* scorable: test for more punctuation removalBryan Newbold2018-08-151-0/+8
* scorable: test for null stringsBryan Newbold2018-08-151-0/+5
* Fixed style problems (or disabled warning when appropriate) for tests.Ellen Spertus2018-08-141-0/+1
* Factored out ScorableFeatures.Ellen Spertus2018-08-131-0/+37