aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bnewbold-backfill' into 'master'bnewbold2021-10-041-0/+175
|\ | | | | | | | | CDX Backfill (scalding version) See merge request webgroup/sandcrawler!12
| * do sha1 pattern match correctlyBryan Newbold2018-07-241-0/+11
| |
| * fix CdxBackfillJob testsBryan Newbold2018-07-241-2/+2
| |
| * CdxBackfillJob: implement other fieldsBryan Newbold2018-07-241-9/+60
| |
| * CdxBackfillJob back to HBase; tests workBryan Newbold2018-07-241-8/+8
| |
| * variant of CdxBackfillJob that writes to TSVBryan Newbold2018-07-241-0/+113
| | | | | | | | | | Has the same test failure ("java.lang.IndexOutOfBoundsException: Index: 1, Size: 1")
* | FatcatScorable and ScoreSelfFatcat jobBryan Newbold2019-08-101-0/+160
| |
* | hack scorejob variant with extra context joined inBryan Newbold2018-09-121-0/+262
| | | | | | | | This is to allow pushes to fatcat. There is probably a better way...
* | blacklist -> denylistBryan Newbold2018-09-051-1/+1
| |
* | changed style of ScoreJobTest.bundleEllen Spertus2018-09-041-14/+10
| |
* | minor style improvementEllen Spertus2018-09-041-2/+2
| |
* | fixed tests after replacing NoSlug with NoneEllen Spertus2018-09-044-77/+85
| |
* | make similarity score case-insensitiveBryan Newbold2018-08-271-0/+8
| |
* | basic crossref subtitle concatination supportBryan Newbold2018-08-271-0/+18
| |
* | more special characters to stripBryan Newbold2018-08-271-1/+1
| |
* | rename DumpUnGrobidedJobBryan Newbold2018-08-241-4/+4
| |
* | scalding: UnGrobidedDumpJobBryan Newbold2018-08-241-0/+72
| |
* | add a content-type filter for crossref worksBryan Newbold2018-08-231-0/+9
| |
* | require crossref works to have at least one author (for matching)Bryan Newbold2018-08-231-0/+6
| |
* | author parsing (and year, for crossref)Bryan Newbold2018-08-232-1/+6
| |
* | set a minimum slug size (8 chars)Bryan Newbold2018-08-233-14/+26
| |
* | Fixed style violations.Ellen Spertus2018-08-221-2/+1
| |
* | Added ScoreJob test for title-length filtering.Ellen Spertus2018-08-221-5/+13
| |
* | Merge branch 'master' into ellen-length-filteringEllen Spertus2018-08-221-1/+1
|\ \
| * | add more punctuation characters to slug filterBryan Newbold2018-08-221-1/+1
| | |
* | | Added title-length filtering to CrossrefScorable.Ellen Spertus2018-08-221-2/+34
| | |
* | | Added more tests of GrobidScorable.keepRecordEllen Spertus2018-08-221-0/+5
| | |
* | | Added title length filtering to GrobidScorableEllen Spertus2018-08-221-2/+29
|/ /
* | remove slug-blacklist conservative testBryan Newbold2018-08-211-16/+0
| |
* | Merge branch 'bnewbold-match-scale'Bryan Newbold2018-08-211-0/+2
|\ \
| * | add a trap to ScoreJobBryan Newbold2018-08-201-0/+2
| | |
* | | fix bugs/typos in HBaseColCountJob and HBaseStatusCountJobBryan Newbold2018-08-212-14/+7
| | |
* | | distinction between status_code and status countingBryan Newbold2018-08-212-6/+75
| | |
* | | add GrobidScorableDumpJob and basic testBryan Newbold2018-08-211-0/+124
| | |
* | | Merge branch 'strings'Bryan Newbold2018-08-212-0/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | Resolved conflicts in: scalding/src/main/scala/sandcrawler/ScorableFeatures.scala
| * | | Reads blacklist from file.Ellen Spertus2018-08-202-0/+22
| |/ /
* | | Created static factory method for ScorableCreations to deal with null.Ellen Spertus2018-08-201-3/+3
| | |
* | | Disabled scalastyle null checking where we want to test null values.Ellen Spertus2018-08-201-0/+2
| | |
* | | Reduced boilerplate code.Ellen Spertus2018-08-201-11/+11
|/ /
* | change slugification behavior to not split on colonBryan Newbold2018-08-152-23/+23
| |
* | add a stub title blacklistBryan Newbold2018-08-151-0/+6
| |
* | handle null status_code linesBryan Newbold2018-08-151-3/+7
| |
* | unrelated TODO about testing with null HBase valuesBryan Newbold2018-08-151-0/+1
| |
* | scorable: test for more punctuation removalBryan Newbold2018-08-151-0/+8
| |
* | crossref: test for empty-string titleBryan Newbold2018-08-151-0/+6
| |
* | scorable: test for null stringsBryan Newbold2018-08-151-0/+5
| |
* | grobid scoring: status_code as signed int, not stringBryan Newbold2018-08-151-2/+3
| |
* | Fixed style problems (or disabled warning when appropriate) for tests.Ellen Spertus2018-08-149-100/+128
| |
* | Minor improvements.Ellen Spertus2018-08-141-10/+7
| |
* | Now ignores grobid entries with status other than 200.Ellen Spertus2018-08-142-17/+32
| |