aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/test/scala/sandcrawler
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | | | | off line length checking. New scores: ['(583,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0,'title 1','title 1: tng')'] ['(500,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0.5,'title 1','title 1: tng 2')'] ['(500,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0.75,'title 1','title 1: tng 3')'] ['(588,sha1:C3YNNEGH5WAG5ZAAXWAEBNXJWT6CZ3WU,DOI-1,'title 2: tng','title 2: rebooted')']
* 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
| | | | out some tests.
* Restored my old tests. Commented out broken tests.Ellen Spertus2018-07-251-22/+24
|