aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
* Factored out ScorableFeatures.Ellen Spertus2018-08-132-32/+37
* Pipeline works, all tests pass, no scalastyle errors.Ellen Spertus2018-08-132-33/+53
* Snapshot before changing Scorable to find bug.Ellen Spertus2018-08-123-17/+23
* Added back file I shouldn't have deleted.Ellen Spertus2018-08-121-0/+89
* Tests pass.Ellen Spertus2018-08-123-104/+33
* It compiles.Ellen Spertus2018-08-112-22/+23
* Tests pass. Still have changes to do but made huge progress.Ellen Spertus2018-08-102-2/+3
* WIPEllen Spertus2018-08-092-84/+205
* Added test for null argument to titleToSlug()Ellen Spertus2018-08-091-0/+4
* Removed HBaseCrossrefScore{Job,Test} and references thereto.Ellen Spertus2018-08-071-293/+0
* Commented out guts of HBaseCrossrefScoreTest.Ellen Spertus2018-08-071-3/+2
* Added punctuation removal to slug creation and similarity comparisonsEllen Spertus2018-08-072-0/+17
* Added GrobidScorableTest, minor improvements.Ellen Spertus2018-08-072-42/+146
* Added CrossrefScorableTest, minor cleanups.Ellen Spertus2018-08-071-0/+84
* Minor refactoring. Added test.Ellen Spertus2018-08-071-2/+3
* Added test, which passes.Ellen Spertus2018-08-071-5/+8
* Added ScorableTest, which passes.Ellen Spertus2018-08-071-7/+7