Page MenuHomePhabricator

Don't trim remarkup corpora before summarizing
ClosedPublic

Authored by epriestley on May 11 2015, 3:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 1, 3:10 PM
Unknown Object (File)
Mon, Aug 26, 10:00 PM
Unknown Object (File)
Aug 19 2024, 2:25 PM
Unknown Object (File)
Aug 18 2024, 4:56 PM
Unknown Object (File)
Aug 14 2024, 3:05 PM
Unknown Object (File)
Aug 4 2024, 5:42 PM
Unknown Object (File)
Aug 3 2024, 12:39 PM
Unknown Object (File)
Jul 31 2024, 2:20 AM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP75fc4e763ad6: Don't trim remarkup corpora before summarizing
Summary

Currently, lists like this:

- a
- b
- c

...get trimmed before summarization and end up looking like this after summarization:

- a
  - b
  - c

This produces the summary artifacts (first item at wrong indent level):

Screen Shot 2015-05-11 at 8.29.34 AM.png (238×686 px, 30 KB)

Instead, don't trim. This produces better summaries.

Test Plan

Saw a better summary of a list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't trim remarkup corpora before summarizing.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 11 2015, 6:10 PM
This revision was automatically updated to reflect the committed changes.