aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed commented-out code.Ellen Spertus2018-08-071-0/+108
* Added StringUtilitiesTest.scala, which passes.Ellen Spertus2018-08-071-0/+75
* Changed scoring, including adding code to compute string differences. Turned ...Ellen Spertus2018-07-301-1/+48
* Added accent removal to titleToSlug().Ellen Spertus2018-07-281-1/+24
* Added tests (both pass) to try to understand crash when run on real datwa.Ellen Spertus2018-07-281-0/+9
* Computes and outputs (score, sha1, doi, grobidTitle, crossrefTitle).Ellen Spertus2018-07-261-9/+22
* Made progress on crossrefPipe.Ellen Spertus2018-07-251-6/+6
* Fixed bug with reading from TextLine. (Thanks, Bryan\!) Still had to comment ...Ellen Spertus2018-07-251-5/+4
* Restored my old tests. Commented out broken tests.Ellen Spertus2018-07-251-22/+24
* Checked all fields of first entry in grobid pipe.Ellen Spertus2018-07-251-2/+4
* Grobid entries without legal slugs are removed from the pipe.Ellen Spertus2018-07-251-6/+12
* Figured out string conversion. Tests pass. Still WIP.Ellen Spertus2018-07-251-3/+7
* WIP. I'm having problems converting between ImmutableBytesWritable and String.Ellen Spertus2018-07-241-5/+44
* Clean-upEllen Spertus2018-07-241-2/+3
* Added grobidToSlug().Ellen Spertus2018-07-241-5/+75
* Changed return type of grobidToSlug() to Option[String].Ellen Spertus2018-07-241-3/+9
* grobidToSlug() seems to work, including parsing of valid JSON strings.Ellen Spertus2018-07-241-0/+73
* Undid changes that did not belong in this branch.Ellen Spertus2018-07-191-117/+0
* more complete CdxBackfillJob (untested)Bryan Newbold2018-07-191-2/+68
* fix confusing whitespace in HBaseStatusCountTestBryan Newbold2018-07-191-11/+11
* early work on scalding CDX backfillBryan Newbold2018-07-191-0/+51
* refactor HBaseStatusCountJob to convert Long columnBryan Newbold2018-07-171-17/+19