Full Code of salesforce/booksum for AI

main 9ef00dc962c4 cached
42 files
4.9 MB
1.3M tokens
51 symbols
1 requests
Download .txt
Showing preview only (5,179K chars total). Download the full file or copy to clipboard to get everything.
Repository: salesforce/booksum
Branch: main
Commit: 9ef00dc962c4
Files: 42
Total size: 4.9 MB

Directory structure:
gitextract_i4mtabdf/

├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── LICENSE.txt
├── README.md
├── SECURITY.md
├── alignments/
│   ├── book-level-summary-alignments/
│   │   ├── book_summaries_aligned_test.jsonl
│   │   ├── book_summaries_aligned_train.jsonl
│   │   └── book_summaries_aligned_val.jsonl
│   ├── chapter-level-summary-alignments/
│   │   ├── chapter_summary_aligned_test_split.jsonl
│   │   ├── chapter_summary_aligned_train_split.jsonl
│   │   └── chapter_summary_aligned_val_split.jsonl
│   ├── chapter_summary_aligned.jsonl.aggregate_splits
│   └── paragraph-level-summary-alignments/
│       ├── align_data_bi_encoder_paraphrase.py
│       └── gather_data.py
├── requirements.txt
└── scripts/
    ├── data_cleaning/
    │   ├── basic_clean.py
    │   ├── clean_summaries.py
    │   └── split_aggregate_chaps_all_sources.py
    └── data_collection/
        ├── bookwolf/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── cliffnotes/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── gradesaver/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── novelguide/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── pinkmonkey/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── shmoop/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── sparknotes/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        └── thebestnotes/
            ├── get_summaries.py
            ├── get_works.py
            └── literature_links.tsv.pruned

================================================
FILE CONTENTS
================================================

================================================
FILE: CODEOWNERS
================================================
# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
#ECCN:Open Source


================================================
FILE: CODE_OF_CONDUCT.md
================================================
Salesforce Open Source Community Code of Conduct

## About the Code of Conduct

Equality is a core value at Salesforce. We believe a diverse and inclusive
community fosters innovation and creativity, and are committed to building a
culture where everyone feels included.

Salesforce open-source projects are committed to providing a friendly, safe, and
welcoming environment for all, regardless of gender identity and expression,
sexual orientation, disability, physical appearance, body size, ethnicity, nationality, 
race, age, religion, level of experience, education, socioeconomic status, or 
other similar personal characteristics.

The goal of this code of conduct is to specify a baseline standard of behavior so
that people with different social values and communication styles can work
together effectively, productively, and respectfully in our open source community.
It also establishes a mechanism for reporting issues and resolving conflicts.

All questions and reports of abusive, harassing, or otherwise unacceptable behavior
in a Salesforce open-source project may be reported by contacting the Salesforce
Open Source Conduct Committee at ossconduct@salesforce.com.

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of gender 
identity and expression, sexual orientation, disability, physical appearance, 
body size, ethnicity, nationality, race, age, religion, level of experience, education, 
socioeconomic status, or other similar personal characteristics.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* * Being respectful of differing viewpoints and experiences
* * Gracefully accepting constructive criticism
* * Focusing on what is best for the community
* * Showing empathy toward other community members
*
* Examples of unacceptable behavior by participants include:
*
* * The use of sexualized language or imagery and unwelcome sexual attention or
* advances
* * Personal attacks, insulting/derogatory comments, or trolling
* * Public or private harassment
* * Publishing, or threatening to publish, others' private information—such as
* a physical or electronic address—without explicit permission
* * Other conduct which could reasonably be considered inappropriate in a
* professional setting
* * Advocating for or encouraging any of the above behaviors
*
* ## Our Responsibilities
*
* Project maintainers are responsible for clarifying the standards of acceptable
* behavior and are expected to take appropriate and fair corrective action in
* response to any instances of unacceptable behavior.
*
* Project maintainers have the right and responsibility to remove, edit, or
* reject comments, commits, code, wiki edits, issues, and other contributions
* that are not aligned with this Code of Conduct, or to ban temporarily or
* permanently any contributor for other behaviors that they deem inappropriate,
* threatening, offensive, or harmful.
*
* ## Scope
*
* This Code of Conduct applies both within project spaces and in public spaces
* when an individual is representing the project or its community. Examples of
* representing a project or community include using an official project email
* address, posting via an official social media account, or acting as an appointed
* representative at an online or offline event. Representation of a project may be
* further defined and clarified by project maintainers.
*
* ## Enforcement
*
* Instances of abusive, harassing, or otherwise unacceptable behavior may be
* reported by contacting the Salesforce Open Source Conduct Committee 
* at ossconduct@salesforce.com. All complaints will be reviewed and investigated 
* and will result in a response that is deemed necessary and appropriate to the 
* circumstances. The committee is obligated to maintain confidentiality with 
* regard to the reporter of an incident. Further details of specific enforcement 
* policies may be posted separately.
*
* Project maintainers who do not follow or enforce the Code of Conduct in good
* faith may face temporary or permanent repercussions as determined by other
* members of the project's leadership and the Salesforce Open Source Conduct 
* Committee.
*
* ## Attribution
*
* This Code of Conduct is adapted from the [Contributor Covenant][contributor-covenant-home],
* version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html. 
* It includes adaptions and additions from [Go Community Code of Conduct][golang-coc], 
* [CNCF Code of Conduct][cncf-coc], and [Microsoft Open Source Code of Conduct][microsoft-coc].
*
* This Code of Conduct is licensed under the [Creative Commons Attribution 3.0 License][cc-by-3-us].
*
* [contributor-covenant-home]: https://www.contributor-covenant.org (https://www.contributor-covenant.org/)
* [golang-coc]: https://golang.org/conduct
* [cncf-coc]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
* [microsoft-coc]: https://opensource.microsoft.com/codeofconduct/
* [cc-by-3-us]: https://creativecommons.org/licenses/by/3.0/us/


================================================
FILE: LICENSE.txt
================================================
Copyright (c) 2021, Salesforce.com, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


================================================
FILE: README.md
================================================
# BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization
Authors: [Wojciech Kryściński](https://twitter.com/iam_wkr), [Nazneen Rajani](https://twitter.com/nazneenrajani), [Divyansh Agarwal](https://twitter.com/jigsaw2212), [Caiming Xiong](https://twitter.com/caimingxiong), [Dragomir Radev](http://www.cs.yale.edu/homes/radev/)

## Introduction
The majority of available text summarization datasets include short-form source documents that lack long-range causal and temporal dependencies, and often contain strong layout and stylistic biases. 
While relevant, such datasets will offer limited challenges for future generations of text summarization systems.
We address these issues by introducing BookSum, a collection of datasets for long-form narrative summarization.
Our dataset covers source documents from the literature domain, such as novels, plays and stories, and includes highly abstractive, human written summaries on three levels of granularity of increasing difficulty: paragraph-, chapter-, and book-level.
The domain and structure of our dataset poses a unique set of challenges for summarization systems, which include: processing very long documents, non-trivial causal and temporal dependencies, and rich discourse structures.
To facilitate future work, we trained and evaluated multiple extractive and abstractive summarization models as baselines for our dataset.

Paper link: https://arxiv.org/abs/2105.08209

<p align="center"><img src="misc/book_sumv4.png"></p>
 
## Table of Contents

1. [Updates](#updates)
2. [Citation](#citation)
3. [Legal Note](#legal-note)
4. [License](#license)
5. [Usage](#usage)
6. [Get Involved](#get-involved)

## Updates
#### 4/15/2021
Initial commit


## Citation
```
@article{kryscinski2021booksum,
      title={BookSum: A Collection of Datasets for Long-form Narrative Summarization}, 
      author={Wojciech Kry{\'s}ci{\'n}ski and Nazneen Rajani and Divyansh Agarwal and Caiming Xiong and Dragomir Radev},
      year={2021},
      eprint={2105.08209},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```

## Legal Note
By downloading or using the resources, including any code or scripts, shared in this code
repository, you hereby agree to the following terms, and your use of the resources is conditioned
on and subject to these terms.
1. You may only use the scripts shared in this code repository for research purposes. You
may not use or allow others to use the scripts for any other purposes and other uses are
expressly prohibited.
2. You will comply with all terms and conditions, and are responsible for obtaining all
rights, related to the services you access and the data you collect.
3. We do not make any representations or warranties whatsoever regarding the sources from
which data is collected. Furthermore, we are not liable for any damage, loss or expense of
any kind arising from or relating to your use of the resources shared in this code
repository or the data collected, regardless of whether such liability is based in tort,
contract or otherwise.

## License
The code is released under the **BSD-3 License** (see `LICENSE.txt` for details).


## Usage

#### 1. Chapterized Project Guteberg Data
The chapterized book text from Gutenberg, for the books we use in our work, has been made available through a public GCP bucket. It can be fetched using:
```
gsutil cp gs://sfr-books-dataset-chapters-research/all_chapterized_books.zip .
```

or downloaded directly [here](https://storage.cloud.google.com/sfr-books-dataset-chapters-research/all_chapterized_books.zip).

#### 2. Data Collection
Data collection scripts for the summary text are organized by the different sources that we use summaries from.
Note: At the time of collecting the data, all links in literature_links.tsv were working for the respective sources. 

For each data source, the file `literature_links.tsv.pruned` contains the links for the books in our dataset. Run `get_summaries.py` to collect the summaries from the links for each source. Additionally, `get_works.py` can be used to collect an exhaustive set of summaries from that source.

```
cd scripts/data_collection/cliffnotes/
python get_summaries.py
```

#### 3. Data Cleaning


1. Perform basic cleanup operations and setup the summary text for splitting and further cleaning operations
    ```
    cd scripts/data_cleaning_scripts/
    python basic_clean.py
    ```

2. Using a mapping of which chapter summaries are separable (`alignments/chapter_summary_aligned.jsonl.aggregate_splits`), the summary text is split into different sections (eg. Chapters 1-3 summary separated into 3 different sections - Chapter 1 summary, Chapter 2 summary, Chapter 3 summary)
    ```
    python split_aggregate_chaps_all_sources.py
    ```

3. The main cleanup script separates out analysis/commentary/notes from the summary text, removes prefixes etc.
    ```
    python clean_summaries.py
    ```

#### Data Alignments
Generating paragraph alignments from the chapter-level-summary-alignments, is performed individually for the train/test/val splits:

Gather the data from the summaries and book chapters into a single jsonl. The script needs to be run separately for each split as the matched file
```
cd paragraph-level-summary-alignments
python gather_data.py --matched_file /path/to/chapter_summary_aligned_{train/test/val}_split.jsonl --split_paragraphs
```

Generate alignments of the paragraphs with sentences from the summary using the bi-encoder **paraphrase-distilroberta-base-v1**
```
python align_data_bi_encoder_paraphrase.py --data_path /path/to/chapter_summary_aligned_{train/test/val}_split.jsonl.gathered --stable_alignment
```

## Troubleshooting
1. The web archive links we collect the summaries from can often be unreliable, taking a long time to load. One way to fix this is to use higher sleep timeouts when one of the links throws an exception, which has been implemented in some of the scripts.
2. Some links that constantly throw errors are aggregated in a file called - 'section_errors.txt'. This is useful to inspect which links are actually unavailable and re-running the data collection scripts for those specific links.
3. Some paths in the provided files might throw errors depending on where the chapterized books have been downloaded. It is recommended to download them in booksum root directory for the scripts to work without requiring any modifications to the paths.


## Get Involved
Please create a GitHub issue if you have any questions, suggestions, requests or bug-reports. 
We welcome PRs!



================================================
FILE: SECURITY.md
================================================
Security

Please report any security issue to [security@salesforce.com](mailto:security@salesforce.com)
as soon as it is discovered. This library limits its runtime dependencies in
order to reduce the total cost of ownership as much as can be, but all consumers
should remain vigilant and have their security stakeholders review all third-party
Products (3PP) like this one and their dependencies.


================================================
FILE: alignments/book-level-summary-alignments/book_summaries_aligned_test.jsonl
================================================
{"bid": "28054", "source": "gradesaver", "title": "The Brothers Karamazov", "summary_path": "finished_summaries/gradesaver/The Brothers Karamazov/overview.json", "book_path": "all_chapterized_books/28054-chapters/book_clean.txt"}
{"bid": "28054", "source": "shmoop", "title": "The Brothers Karamazov", "summary_path": "finished_summaries/shmoop/The Brothers Karamazov/overview.txt", "book_path": "all_chapterized_books/28054-chapters/book_clean.txt"}
{"bid": "28054", "source": "cliffnotes", "title": "The Brothers Karamazov", "summary_path": "finished_summaries/cliffnotes/The Brothers Karamazov/overview.txt", "book_path": "all_chapterized_books/28054-chapters/book_clean.txt"}
{"bid": "28054", "source": "sparknotes", "title": "The Brothers Karamazov", "summary_path": "finished_summaries/sparknotes/The Brothers Karamazov/overview.txt", "book_path": "all_chapterized_books/28054-chapters/book_clean.txt"}
{"bid": "2833", "source": "gradesaver", "title": "The Portrait of a Lady", "summary_path": "finished_summaries/gradesaver/The Portrait of a Lady/overview.json", "book_path": "all_chapterized_books/2833-chapters/book_clean.txt"}
{"bid": "2833", "source": "shmoop", "title": "The Portrait of a Lady", "summary_path": "finished_summaries/shmoop/The Portrait of a Lady/overview.txt", "book_path": "all_chapterized_books/2833-chapters/book_clean.txt"}
{"bid": "2833", "source": "cliffnotes", "title": "The Portrait of a Lady", "summary_path": "finished_summaries/cliffnotes/The Portrait of a Lady/overview.txt", "book_path": "all_chapterized_books/2833-chapters/book_clean.txt"}
{"bid": "2833", "source": "sparknotes", "title": "The Portrait of a Lady", "summary_path": "finished_summaries/sparknotes/The Portrait of a Lady/overview.txt", "book_path": "all_chapterized_books/2833-chapters/book_clean.txt"}
{"bid": "1232", "source": "gradesaver", "title": "The Prince", "summary_path": "finished_summaries/gradesaver/The Prince/overview.json", "book_path": "all_chapterized_books/1232-chapters/book_clean.txt"}
{"bid": "1232", "source": "shmoop", "title": "The Prince", "summary_path": "finished_summaries/shmoop/The Prince/overview.txt", "book_path": "all_chapterized_books/1232-chapters/book_clean.txt"}
{"bid": "1232", "source": "cliffnotes", "title": "The Prince", "summary_path": "finished_summaries/cliffnotes/The Prince/overview.txt", "book_path": "all_chapterized_books/1232-chapters/book_clean.txt"}
{"bid": "1232", "source": "sparknotes", "title": "The Prince", "summary_path": "finished_summaries/sparknotes/The Prince/overview.txt", "book_path": "all_chapterized_books/1232-chapters/book_clean.txt"}
{"bid": "1200", "source": "gradesaver", "title": "Gargantua and Pantagruel", "summary_path": "finished_summaries/gradesaver/Gargantua and Pantagruel/overview.json", "book_path": "all_chapterized_books/1200-chapters/book_clean.txt"}
{"bid": "44747", "source": "shmoop", "title": "The Red and the Black", "summary_path": "finished_summaries/shmoop/The Red and the Black/overview.txt", "book_path": "all_chapterized_books/44747-chapters/book_clean.txt"}
{"bid": "44747", "source": "cliffnotes", "title": "The Red and the Black", "summary_path": "finished_summaries/cliffnotes/The Red and the Black/overview.txt", "book_path": "all_chapterized_books/44747-chapters/book_clean.txt"}
{"bid": "44747", "source": "sparknotes", "title": "The Red and the Black", "summary_path": "finished_summaries/sparknotes/The Red and the Black/overview.txt", "book_path": "all_chapterized_books/44747-chapters/book_clean.txt"}
{"bid": "14328", "source": "gradesaver", "title": "The Consolation of Philosophy", "summary_path": "finished_summaries/gradesaver/The Consolation of Philosophy/overview.json", "book_path": "all_chapterized_books/14328-chapters/book_clean.txt"}
{"bid": "174", "source": "gradesaver", "title": "The Picture of Dorian Gray", "summary_path": "finished_summaries/gradesaver/The Picture of Dorian Gray/overview.json", "book_path": "all_chapterized_books/174-chapters/book_clean.txt"}
{"bid": "174", "source": "shmoop", "title": "The Picture of Dorian Gray", "summary_path": "finished_summaries/shmoop/The Picture of Dorian Gray/overview.txt", "book_path": "all_chapterized_books/174-chapters/book_clean.txt"}
{"bid": "174", "source": "cliffnotes", "title": "The Picture of Dorian Gray", "summary_path": "finished_summaries/cliffnotes/The Picture of Dorian Gray/overview.txt", "book_path": "all_chapterized_books/174-chapters/book_clean.txt"}
{"bid": "174", "source": "sparknotes", "title": "The Picture of Dorian Gray", "summary_path": "finished_summaries/sparknotes/The Picture of Dorian Gray/overview.txt", "book_path": "all_chapterized_books/174-chapters/book_clean.txt"}
{"bid": "5658", "source": "gradesaver", "title": "Lord Jim", "summary_path": "finished_summaries/gradesaver/Lord Jim/overview.json", "book_path": "all_chapterized_books/5658-chapters/book_clean.txt"}
{"bid": "5658", "source": "shmoop", "title": "Lord Jim", "summary_path": "finished_summaries/shmoop/Lord Jim/overview.txt", "book_path": "all_chapterized_books/5658-chapters/book_clean.txt"}
{"bid": "5658", "source": "cliffnotes", "title": "Lord Jim", "summary_path": "finished_summaries/cliffnotes/Lord Jim/overview.txt", "book_path": "all_chapterized_books/5658-chapters/book_clean.txt"}
{"bid": "5658", "source": "sparknotes", "title": "Lord Jim", "summary_path": "finished_summaries/sparknotes/Lord Jim/overview.txt", "book_path": "all_chapterized_books/5658-chapters/book_clean.txt"}
{"bid": "107", "source": "gradesaver", "title": "Far from the Madding Crowd", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/overview.json", "book_path": "all_chapterized_books/107-chapters/book_clean.txt"}
{"bid": "107", "source": "shmoop", "title": "Far From the Madding Crowd", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/overview.txt", "book_path": "all_chapterized_books/107-chapters/book_clean.txt"}
{"bid": "107", "source": "cliffnotes", "title": "Far from the Madding Crowd", "summary_path": "finished_summaries/cliffnotes/Far from the Madding Crowd/overview.txt", "book_path": "all_chapterized_books/107-chapters/book_clean.txt"}
{"bid": "107", "source": "sparknotes", "title": "Far from the Madding Crowd", "summary_path": "finished_summaries/sparknotes/Far from the Madding Crowd/overview.txt", "book_path": "all_chapterized_books/107-chapters/book_clean.txt"}
{"bid": "161", "source": "gradesaver", "title": "Sense and Sensibility", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/overview.json", "book_path": "all_chapterized_books/161-chapters/book_clean.txt"}
{"bid": "161", "source": "shmoop", "title": "Sense and Sensibility", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/overview.txt", "book_path": "all_chapterized_books/161-chapters/book_clean.txt"}
{"bid": "161", "source": "cliffnotes", "title": "Sense and Sensibility", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/overview.txt", "book_path": "all_chapterized_books/161-chapters/book_clean.txt"}
{"bid": "161", "source": "sparknotes", "title": "Sense and Sensibility", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/overview.txt", "book_path": "all_chapterized_books/161-chapters/book_clean.txt"}
{"bid": "1130", "source": "shmoop", "title": "The Tragedy of Antony and Cleopatra", "summary_path": "finished_summaries/shmoop/The Tragedy of Antony and Cleopatra/overview.txt", "book_path": "all_chapterized_books/1130-chapters/book_clean.txt"}
{"bid": "1929", "source": "gradesaver", "title": "The School for Scandal", "summary_path": "finished_summaries/gradesaver/The School for Scandal/overview.json", "book_path": "all_chapterized_books/1929-chapters/book_clean.txt"}
{"bid": "12915", "source": "gradesaver", "title": "The White Devil", "summary_path": "finished_summaries/gradesaver/The White Devil/overview.json", "book_path": "all_chapterized_books/12915-chapters/book_clean.txt"}
{"bid": "12915", "source": "shmoop", "title": "The White Devil", "summary_path": "finished_summaries/shmoop/The White Devil/overview.txt", "book_path": "all_chapterized_books/12915-chapters/book_clean.txt"}
{"bid": "23042", "source": "gradesaver", "title": "The Tempest", "summary_path": "finished_summaries/gradesaver/The Tempest/overview.json", "book_path": "all_chapterized_books/23042-chapters/book_clean.txt"}
{"bid": "23042", "source": "shmoop", "title": "The Tempest", "summary_path": "finished_summaries/shmoop/The Tempest/overview.txt", "book_path": "all_chapterized_books/23042-chapters/book_clean.txt"}
{"bid": "23042", "source": "sparknotes", "title": "The Tempest", "summary_path": "finished_summaries/sparknotes/The Tempest/overview.txt", "book_path": "all_chapterized_books/23042-chapters/book_clean.txt"}
{"bid": "1756", "source": "gradesaver", "title": "Uncle Vanya", "summary_path": "finished_summaries/gradesaver/Uncle Vanya/overview.json", "book_path": "all_chapterized_books/1756-chapters/book_clean.txt"}
{"bid": "1756", "source": "shmoop", "title": "Uncle Vanya", "summary_path": "finished_summaries/shmoop/Uncle Vanya/overview.txt", "book_path": "all_chapterized_books/1756-chapters/book_clean.txt"}
{"bid": "1756", "source": "sparknotes", "title": "Uncle Vanya", "summary_path": "finished_summaries/sparknotes/Uncle Vanya/overview.txt", "book_path": "all_chapterized_books/1756-chapters/book_clean.txt"}
{"bid": "23046", "source": "shmoop", "title": "The Comedy of Errors", "summary_path": "finished_summaries/shmoop/The Comedy of Errors/overview.txt", "book_path": "all_chapterized_books/23046-chapters/book_clean.txt"}
{"bid": "23046", "source": "sparknotes", "title": "The Comedy of Errors", "summary_path": "finished_summaries/sparknotes/The Comedy of Errors/overview.txt", "book_path": "all_chapterized_books/23046-chapters/book_clean.txt"}
{"bid": "151", "source": "gradesaver", "title": "The Rime of the Ancient Mariner", "summary_path": "finished_summaries/gradesaver/The Rime of the Ancient Mariner/overview.json", "book_path": "all_chapterized_books/151-chapters/book_clean.txt"}


================================================
FILE: alignments/book-level-summary-alignments/book_summaries_aligned_train.jsonl
================================================
{"bid": "20", "source": "gradesaver", "title": "Paradise Lost", "summary_path": "finished_summaries/gradesaver/Paradise Lost/overview.json", "book_path": "all_chapterized_books/20-chapters/book_clean.txt"}
{"bid": "20", "source": "shmoop", "title": "Paradise Lost", "summary_path": "finished_summaries/shmoop/Paradise Lost/overview.txt", "book_path": "all_chapterized_books/20-chapters/book_clean.txt"}
{"bid": "20", "source": "sparknotes", "title": "Paradise Lost", "summary_path": "finished_summaries/sparknotes/Paradise Lost/overview.txt", "book_path": "all_chapterized_books/20-chapters/book_clean.txt"}
{"bid": "1404", "source": "gradesaver", "title": "The Federalist Papers", "summary_path": "finished_summaries/gradesaver/The Federalist Papers/overview.json", "book_path": "all_chapterized_books/1404-chapters/book_clean.txt"}
{"bid": "24761", "source": "gradesaver", "title": "The Rivals", "summary_path": "finished_summaries/gradesaver/The Rivals/overview.json", "book_path": "all_chapterized_books/24761-chapters/book_clean.txt"}
{"bid": "507", "source": "gradesaver", "title": "Adam Bede", "summary_path": "finished_summaries/gradesaver/Adam Bede/overview.json", "book_path": "all_chapterized_books/507-chapters/book_clean.txt"}
{"bid": "507", "source": "shmoop", "title": "Adam Bede", "summary_path": "finished_summaries/shmoop/Adam Bede/overview.txt", "book_path": "all_chapterized_books/507-chapters/book_clean.txt"}
{"bid": "507", "source": "cliffnotes", "title": "Adam Bede", "summary_path": "finished_summaries/cliffnotes/Adam Bede/overview.txt", "book_path": "all_chapterized_books/507-chapters/book_clean.txt"}
{"bid": "507", "source": "sparknotes", "title": "Adam Bede", "summary_path": "finished_summaries/sparknotes/Adam Bede/overview.txt", "book_path": "all_chapterized_books/507-chapters/book_clean.txt"}
{"bid": "121", "source": "gradesaver", "title": "Northanger Abbey", "summary_path": "finished_summaries/gradesaver/Northanger Abbey/overview.json", "book_path": "all_chapterized_books/121-chapters/book_clean.txt"}
{"bid": "121", "source": "shmoop", "title": "Northanger Abbey", "summary_path": "finished_summaries/shmoop/Northanger Abbey/overview.txt", "book_path": "all_chapterized_books/121-chapters/book_clean.txt"}
{"bid": "121", "source": "sparknotes", "title": "Northanger Abbey", "summary_path": "finished_summaries/sparknotes/Northanger Abbey/overview.txt", "book_path": "all_chapterized_books/121-chapters/book_clean.txt"}
{"bid": "41445", "source": "gradesaver", "title": "Frankenstein", "summary_path": "finished_summaries/gradesaver/Frankenstein/overview.json", "book_path": "all_chapterized_books/41445-chapters/book_clean.txt"}
{"bid": "41445", "source": "shmoop", "title": "Frankenstein", "summary_path": "finished_summaries/shmoop/Frankenstein/overview.txt", "book_path": "all_chapterized_books/41445-chapters/book_clean.txt"}
{"bid": "41445", "source": "cliffnotes", "title": "Frankenstein", "summary_path": "finished_summaries/cliffnotes/Frankenstein/overview.txt", "book_path": "all_chapterized_books/41445-chapters/book_clean.txt"}
{"bid": "41445", "source": "sparknotes", "title": "Frankenstein", "summary_path": "finished_summaries/sparknotes/Frankenstein/overview.txt", "book_path": "all_chapterized_books/41445-chapters/book_clean.txt"}
{"bid": "19810", "source": "shmoop", "title": "My Antonia", "summary_path": "finished_summaries/shmoop/My Antonia/overview.txt", "book_path": "all_chapterized_books/19810-chapters/book_clean.txt"}
{"bid": "19810", "source": "cliffnotes", "title": "My Antonia", "summary_path": "finished_summaries/cliffnotes/My Antonia/overview.txt", "book_path": "all_chapterized_books/19810-chapters/book_clean.txt"}
{"bid": "19810", "source": "sparknotes", "title": "My Antonia", "summary_path": "finished_summaries/sparknotes/My Antonia/overview.txt", "book_path": "all_chapterized_books/19810-chapters/book_clean.txt"}
{"bid": "3420", "source": "gradesaver", "title": "A Vindication of the Rights of Woman", "summary_path": "finished_summaries/gradesaver/A Vindication of the Rights of Woman/overview.json", "book_path": "all_chapterized_books/3420-chapters/book_clean.txt"}
{"bid": "3420", "source": "shmoop", "title": "A Vindication of the Rights of Woman", "summary_path": "finished_summaries/shmoop/A Vindication of the Rights of Woman/overview.txt", "book_path": "all_chapterized_books/3420-chapters/book_clean.txt"}
{"bid": "514", "source": "gradesaver", "title": "Little Women", "summary_path": "finished_summaries/gradesaver/Little Women/overview.json", "book_path": "all_chapterized_books/514-chapters/book_clean.txt"}
{"bid": "514", "source": "shmoop", "title": "Little Women", "summary_path": "finished_summaries/shmoop/Little Women/overview.txt", "book_path": "all_chapterized_books/514-chapters/book_clean.txt"}
{"bid": "514", "source": "sparknotes", "title": "Little Women", "summary_path": "finished_summaries/sparknotes/Little Women/overview.txt", "book_path": "all_chapterized_books/514-chapters/book_clean.txt"}
{"bid": "284", "source": "shmoop", "title": "The House of Mirth", "summary_path": "finished_summaries/shmoop/The House of Mirth/overview.txt", "book_path": "all_chapterized_books/284-chapters/book_clean.txt"}
{"bid": "284", "source": "cliffnotes", "title": "The House of Mirth", "summary_path": "finished_summaries/cliffnotes/The House of Mirth/overview.txt", "book_path": "all_chapterized_books/284-chapters/book_clean.txt"}
{"bid": "284", "source": "sparknotes", "title": "The House of Mirth", "summary_path": "finished_summaries/sparknotes/The House of Mirth/overview.txt", "book_path": "all_chapterized_books/284-chapters/book_clean.txt"}
{"bid": "77", "source": "gradesaver", "title": "The House of the Seven Gables", "summary_path": "finished_summaries/gradesaver/The House of the Seven Gables/overview.json", "book_path": "all_chapterized_books/77-chapters/book_clean.txt"}
{"bid": "77", "source": "shmoop", "title": "The House of the Seven Gables", "summary_path": "finished_summaries/shmoop/The House of the Seven Gables/overview.txt", "book_path": "all_chapterized_books/77-chapters/book_clean.txt"}
{"bid": "77", "source": "cliffnotes", "title": "The House of the Seven Gables", "summary_path": "finished_summaries/cliffnotes/The House of the Seven Gables/overview.txt", "book_path": "all_chapterized_books/77-chapters/book_clean.txt"}
{"bid": "77", "source": "sparknotes", "title": "The House of the Seven Gables", "summary_path": "finished_summaries/sparknotes/The House of the Seven Gables/overview.txt", "book_path": "all_chapterized_books/77-chapters/book_clean.txt"}
{"bid": "244", "source": "gradesaver", "title": "A Study in Scarlet", "summary_path": "finished_summaries/gradesaver/A Study in Scarlet/overview.json", "book_path": "all_chapterized_books/244-chapters/book_clean.txt"}
{"bid": "1132", "source": "shmoop", "title": "The Life of Timon of Athens", "summary_path": "finished_summaries/shmoop/The Life of Timon of Athens/overview.txt", "book_path": "all_chapterized_books/1132-chapters/book_clean.txt"}
{"bid": "1787", "source": "gradesaver", "title": "Hamlet", "summary_path": "finished_summaries/gradesaver/Hamlet/overview.json", "book_path": "all_chapterized_books/1787-chapters/book_clean.txt"}
{"bid": "1787", "source": "shmoop", "title": "Hamlet", "summary_path": "finished_summaries/shmoop/Hamlet/overview.txt", "book_path": "all_chapterized_books/1787-chapters/book_clean.txt"}
{"bid": "1787", "source": "sparknotes", "title": "Hamlet", "summary_path": "finished_summaries/sparknotes/Hamlet/overview.txt", "book_path": "all_chapterized_books/1787-chapters/book_clean.txt"}
{"bid": "1793", "source": "gradesaver", "title": "Othello", "summary_path": "finished_summaries/gradesaver/Othello/overview.json", "book_path": "all_chapterized_books/1793-chapters/book_clean.txt"}
{"bid": "1793", "source": "shmoop", "title": "Othello", "summary_path": "finished_summaries/shmoop/Othello/overview.txt", "book_path": "all_chapterized_books/1793-chapters/book_clean.txt"}
{"bid": "1793", "source": "sparknotes", "title": "Othello", "summary_path": "finished_summaries/sparknotes/Othello/overview.txt", "book_path": "all_chapterized_books/1793-chapters/book_clean.txt"}
{"bid": "2641", "source": "gradesaver", "title": "A Room With a View", "summary_path": "finished_summaries/gradesaver/A Room With a View/overview.json", "book_path": "all_chapterized_books/2641-chapters/book_clean.txt"}
{"bid": "2641", "source": "shmoop", "title": "A Room with a View", "summary_path": "finished_summaries/shmoop/A Room with a View/overview.txt", "book_path": "all_chapterized_books/2641-chapters/book_clean.txt"}
{"bid": "2641", "source": "sparknotes", "title": "A Room with a View", "summary_path": "finished_summaries/sparknotes/A Room with a View/overview.txt", "book_path": "all_chapterized_books/2641-chapters/book_clean.txt"}
{"bid": "2153", "source": "gradesaver", "title": "Mary Barton", "summary_path": "finished_summaries/gradesaver/Mary Barton/overview.json", "book_path": "all_chapterized_books/2153-chapters/book_clean.txt"}
{"bid": "1797", "source": "gradesaver", "title": "Coriolanus", "summary_path": "finished_summaries/gradesaver/Coriolanus/overview.json", "book_path": "all_chapterized_books/1797-chapters/book_clean.txt"}
{"bid": "1797", "source": "shmoop", "title": "Coriolanus", "summary_path": "finished_summaries/shmoop/Coriolanus/overview.txt", "book_path": "all_chapterized_books/1797-chapters/book_clean.txt"}
{"bid": "1797", "source": "sparknotes", "title": "Coriolanus", "summary_path": "finished_summaries/sparknotes/Coriolanus/overview.txt", "book_path": "all_chapterized_books/1797-chapters/book_clean.txt"}
{"bid": "103", "source": "shmoop", "title": "Around the World in Eighty Days", "summary_path": "finished_summaries/shmoop/Around the World in Eighty Days/overview.txt", "book_path": "all_chapterized_books/103-chapters/book_clean.txt"}
{"bid": "19942", "source": "gradesaver", "title": "Candide", "summary_path": "finished_summaries/gradesaver/Candide/overview.json", "book_path": "all_chapterized_books/19942-chapters/book_clean.txt"}
{"bid": "19942", "source": "shmoop", "title": "Candide", "summary_path": "finished_summaries/shmoop/Candide/overview.txt", "book_path": "all_chapterized_books/19942-chapters/book_clean.txt"}
{"bid": "19942", "source": "cliffnotes", "title": "Candide", "summary_path": "finished_summaries/cliffnotes/Candide/overview.txt", "book_path": "all_chapterized_books/19942-chapters/book_clean.txt"}
{"bid": "19942", "source": "sparknotes", "title": "Candide", "summary_path": "finished_summaries/sparknotes/Candide/overview.txt", "book_path": "all_chapterized_books/19942-chapters/book_clean.txt"}
{"bid": "1429", "source": "gradesaver", "title": "The Garden Party", "summary_path": "finished_summaries/gradesaver/The Garden Party/overview.json", "book_path": "all_chapterized_books/1429-chapters/book_clean.txt"}
{"bid": "103", "source": "gradesaver", "title": "Around the World in 80 Days", "summary_path": "finished_summaries/gradesaver/Around the World in 80 Days/overview.json", "book_path": "all_chapterized_books/103-chapters/book_clean.txt"}
{"bid": "233", "source": "gradesaver", "title": "Sister Carrie", "summary_path": "finished_summaries/gradesaver/Sister Carrie/overview.json", "book_path": "all_chapterized_books/233-chapters/book_clean.txt"}
{"bid": "233", "source": "shmoop", "title": "Sister Carrie", "summary_path": "finished_summaries/shmoop/Sister Carrie/overview.txt", "book_path": "all_chapterized_books/233-chapters/book_clean.txt"}
{"bid": "233", "source": "cliffnotes", "title": "Sister Carrie", "summary_path": "finished_summaries/cliffnotes/Sister Carrie/overview.txt", "book_path": "all_chapterized_books/233-chapters/book_clean.txt"}
{"bid": "233", "source": "sparknotes", "title": "Sister Carrie", "summary_path": "finished_summaries/sparknotes/Sister Carrie/overview.txt", "book_path": "all_chapterized_books/233-chapters/book_clean.txt"}
{"bid": "105", "source": "gradesaver", "title": "Persuasion", "summary_path": "finished_summaries/gradesaver/Persuasion/overview.json", "book_path": "all_chapterized_books/105-chapters/book_clean.txt"}
{"bid": "105", "source": "shmoop", "title": "Persuasion", "summary_path": "finished_summaries/shmoop/Persuasion/overview.txt", "book_path": "all_chapterized_books/105-chapters/book_clean.txt"}
{"bid": "105", "source": "sparknotes", "title": "Persuasion", "summary_path": "finished_summaries/sparknotes/Persuasion/overview.txt", "book_path": "all_chapterized_books/105-chapters/book_clean.txt"}
{"bid": "25439", "source": "sparknotes", "title": "Looking Backward", "summary_path": "finished_summaries/sparknotes/Looking Backward/overview.txt", "book_path": "all_chapterized_books/25439-chapters/book_clean.txt"}
{"bid": "768", "source": "gradesaver", "title": "Wuthering Heights", "summary_path": "finished_summaries/gradesaver/Wuthering Heights/overview.json", "book_path": "all_chapterized_books/768-chapters/book_clean.txt"}
{"bid": "768", "source": "shmoop", "title": "Wuthering Heights", "summary_path": "finished_summaries/shmoop/Wuthering Heights/overview.txt", "book_path": "all_chapterized_books/768-chapters/book_clean.txt"}
{"bid": "768", "source": "cliffnotes", "title": "Wuthering Heights", "summary_path": "finished_summaries/cliffnotes/Wuthering Heights/overview.txt", "book_path": "all_chapterized_books/768-chapters/book_clean.txt"}
{"bid": "768", "source": "sparknotes", "title": "Wuthering Heights", "summary_path": "finished_summaries/sparknotes/Wuthering Heights/overview.txt", "book_path": "all_chapterized_books/768-chapters/book_clean.txt"}
{"bid": "7118", "source": "gradesaver", "title": "What Maisie Knew", "summary_path": "finished_summaries/gradesaver/What Maisie Knew/overview.json", "book_path": "all_chapterized_books/7118-chapters/book_clean.txt"}
{"bid": "7118", "source": "shmoop", "title": "What Maisie Knew", "summary_path": "finished_summaries/shmoop/What Maisie Knew/overview.txt", "book_path": "all_chapterized_books/7118-chapters/book_clean.txt"}
{"bid": "2667", "source": "gradesaver", "title": "The Vicar of Wakefield", "summary_path": "finished_summaries/gradesaver/The Vicar of Wakefield/overview.json", "book_path": "all_chapterized_books/2667-chapters/book_clean.txt"}
{"bid": "11224", "source": "gradesaver", "title": "Utilitarianism", "summary_path": "finished_summaries/gradesaver/Utilitarianism/overview.json", "book_path": "all_chapterized_books/11224-chapters/book_clean.txt"}
{"bid": "2948", "source": "shmoop", "title": "Where Angels Fear to Tread", "summary_path": "finished_summaries/shmoop/Where Angels Fear to Tread/overview.txt", "book_path": "all_chapterized_books/2948-chapters/book_clean.txt"}
{"bid": "730", "source": "gradesaver", "title": "Oliver Twist", "summary_path": "finished_summaries/gradesaver/Oliver Twist/overview.json", "book_path": "all_chapterized_books/730-chapters/book_clean.txt"}
{"bid": "730", "source": "shmoop", "title": "Oliver Twist", "summary_path": "finished_summaries/shmoop/Oliver Twist/overview.txt", "book_path": "all_chapterized_books/730-chapters/book_clean.txt"}
{"bid": "730", "source": "cliffnotes", "title": "Oliver Twist", "summary_path": "finished_summaries/cliffnotes/Oliver Twist/overview.txt", "book_path": "all_chapterized_books/730-chapters/book_clean.txt"}
{"bid": "730", "source": "sparknotes", "title": "Oliver Twist", "summary_path": "finished_summaries/sparknotes/Oliver Twist/overview.txt", "book_path": "all_chapterized_books/730-chapters/book_clean.txt"}
{"bid": "766", "source": "gradesaver", "title": "David Copperfield", "summary_path": "finished_summaries/gradesaver/David Copperfield/overview.json", "book_path": "all_chapterized_books/766-chapters/book_clean.txt"}
{"bid": "766", "source": "shmoop", "title": "David Copperfield", "summary_path": "finished_summaries/shmoop/David Copperfield/overview.txt", "book_path": "all_chapterized_books/766-chapters/book_clean.txt"}
{"bid": "766", "source": "cliffnotes", "title": "David Copperfield", "summary_path": "finished_summaries/cliffnotes/David Copperfield/overview.txt", "book_path": "all_chapterized_books/766-chapters/book_clean.txt"}
{"bid": "766", "source": "sparknotes", "title": "David Copperfield", "summary_path": "finished_summaries/sparknotes/David Copperfield/overview.txt", "book_path": "all_chapterized_books/766-chapters/book_clean.txt"}
{"bid": "219", "source": "gradesaver", "title": "Heart of Darkness", "summary_path": "finished_summaries/gradesaver/Heart of Darkness/overview.json", "book_path": "all_chapterized_books/219-chapters/book_clean.txt"}
{"bid": "219", "source": "shmoop", "title": "Heart of Darkness", "summary_path": "finished_summaries/shmoop/Heart of Darkness/overview.txt", "book_path": "all_chapterized_books/219-chapters/book_clean.txt"}
{"bid": "219", "source": "cliffnotes", "title": "Heart of Darkness", "summary_path": "finished_summaries/cliffnotes/Heart of Darkness/overview.txt", "book_path": "all_chapterized_books/219-chapters/book_clean.txt"}
{"bid": "219", "source": "sparknotes", "title": "Heart of Darkness", "summary_path": "finished_summaries/sparknotes/Heart of Darkness/overview.txt", "book_path": "all_chapterized_books/219-chapters/book_clean.txt"}
{"bid": "345", "source": "gradesaver", "title": "Dracula", "summary_path": "finished_summaries/gradesaver/Dracula/overview.json", "book_path": "all_chapterized_books/345-chapters/book_clean.txt"}
{"bid": "345", "source": "shmoop", "title": "Dracula", "summary_path": "finished_summaries/shmoop/Dracula/overview.txt", "book_path": "all_chapterized_books/345-chapters/book_clean.txt"}
{"bid": "345", "source": "cliffnotes", "title": "Dracula", "summary_path": "finished_summaries/cliffnotes/Dracula/overview.txt", "book_path": "all_chapterized_books/345-chapters/book_clean.txt"}
{"bid": "345", "source": "sparknotes", "title": "Dracula", "summary_path": "finished_summaries/sparknotes/Dracula/overview.txt", "book_path": "all_chapterized_books/345-chapters/book_clean.txt"}
{"bid": "913", "source": "gradesaver", "title": "A Hero of Our Time", "summary_path": "finished_summaries/gradesaver/A Hero of Our Time/overview.json", "book_path": "all_chapterized_books/913-chapters/book_clean.txt"}
{"bid": "942", "source": "cliffnotes", "title": "Green Mansions", "summary_path": "finished_summaries/cliffnotes/Green Mansions/overview.txt", "book_path": "all_chapterized_books/942-chapters/book_clean.txt"}
{"bid": "175", "source": "gradesaver", "title": "The Phantom of the Opera", "summary_path": "finished_summaries/gradesaver/The Phantom of the Opera/overview.json", "book_path": "all_chapterized_books/175-chapters/book_clean.txt"}
{"bid": "3207", "source": "gradesaver", "title": "Leviathan", "summary_path": "finished_summaries/gradesaver/Leviathan/overview.json", "book_path": "all_chapterized_books/3207-chapters/book_clean.txt"}
{"bid": "3207", "source": "shmoop", "title": "Leviathan", "summary_path": "finished_summaries/shmoop/Leviathan/overview.txt", "book_path": "all_chapterized_books/3207-chapters/book_clean.txt"}
{"bid": "14598", "source": "shmoop", "title": "The Goose Girl", "summary_path": "finished_summaries/shmoop/The Goose Girl/overview.txt", "book_path": "all_chapterized_books/14598-chapters/book_clean.txt"}
{"bid": "543", "source": "shmoop", "title": "Main Street", "summary_path": "finished_summaries/shmoop/Main Street/overview.txt", "book_path": "all_chapterized_books/543-chapters/book_clean.txt"}
{"bid": "543", "source": "cliffnotes", "title": "Main Street", "summary_path": "finished_summaries/cliffnotes/Main Street/overview.txt", "book_path": "all_chapterized_books/543-chapters/book_clean.txt"}
{"bid": "543", "source": "sparknotes", "title": "Main Street", "summary_path": "finished_summaries/sparknotes/Main Street/overview.txt", "book_path": "all_chapterized_books/543-chapters/book_clean.txt"}
{"bid": "14522", "source": "gradesaver", "title": "The Canterville Ghost", "summary_path": "finished_summaries/gradesaver/The Canterville Ghost/overview.json", "book_path": "all_chapterized_books/14522-chapters/book_clean.txt"}
{"bid": "145", "source": "gradesaver", "title": "Middlemarch", "summary_path": "finished_summaries/gradesaver/Middlemarch/overview.json", "book_path": "all_chapterized_books/145-chapters/book_clean.txt"}
{"bid": "145", "source": "shmoop", "title": "Middlemarch", "summary_path": "finished_summaries/shmoop/Middlemarch/overview.txt", "book_path": "all_chapterized_books/145-chapters/book_clean.txt"}
{"bid": "145", "source": "sparknotes", "title": "Middlemarch", "summary_path": "finished_summaries/sparknotes/Middlemarch/overview.txt", "book_path": "all_chapterized_books/145-chapters/book_clean.txt"}
{"bid": "9182", "source": "gradesaver", "title": "Villette", "summary_path": "finished_summaries/gradesaver/Villette/overview.json", "book_path": "all_chapterized_books/9182-chapters/book_clean.txt"}
{"bid": "83", "source": "shmoop", "title": "From the Earth to the Moon", "summary_path": "finished_summaries/shmoop/From the Earth to the Moon/overview.txt", "book_path": "all_chapterized_books/83-chapters/book_clean.txt"}
{"bid": "10068", "source": "shmoop", "title": "The Power and the Glory", "summary_path": "finished_summaries/shmoop/The Power and the Glory/overview.txt", "book_path": "all_chapterized_books/10068-chapters/book_clean.txt"}
{"bid": "10068", "source": "sparknotes", "title": "The Power and the Glory", "summary_path": "finished_summaries/sparknotes/The Power and the Glory/overview.txt", "book_path": "all_chapterized_books/10068-chapters/book_clean.txt"}
{"bid": "600", "source": "shmoop", "title": "Notes from the Underground", "summary_path": "finished_summaries/shmoop/Notes from the Underground/overview.txt", "book_path": "all_chapterized_books/600-chapters/book_clean.txt"}
{"bid": "34901", "source": "gradesaver", "title": "On Liberty", "summary_path": "finished_summaries/gradesaver/On Liberty/overview.json", "book_path": "all_chapterized_books/34901-chapters/book_clean.txt"}
{"bid": "11228", "source": "gradesaver", "title": "The Marrow of Tradition", "summary_path": "finished_summaries/gradesaver/The Marrow of Tradition/overview.json", "book_path": "all_chapterized_books/11228-chapters/book_clean.txt"}
{"bid": "17500", "source": "shmoop", "title": "The Return of the Native", "summary_path": "finished_summaries/shmoop/The Return of the Native/overview.txt", "book_path": "all_chapterized_books/17500-chapters/book_clean.txt"}
{"bid": "17500", "source": "cliffnotes", "title": "The Return of the Native", "summary_path": "finished_summaries/cliffnotes/The Return of the Native/overview.txt", "book_path": "all_chapterized_books/17500-chapters/book_clean.txt"}
{"bid": "17500", "source": "sparknotes", "title": "The Return of the Native", "summary_path": "finished_summaries/sparknotes/The Return of the Native/overview.txt", "book_path": "all_chapterized_books/17500-chapters/book_clean.txt"}
{"bid": "25344", "source": "gradesaver", "title": "The Scarlet Letter", "summary_path": "finished_summaries/gradesaver/The Scarlet Letter/overview.json", "book_path": "all_chapterized_books/25344-chapters/book_clean.txt"}
{"bid": "25344", "source": "shmoop", "title": "The Scarlet Letter", "summary_path": "finished_summaries/shmoop/The Scarlet Letter/overview.txt", "book_path": "all_chapterized_books/25344-chapters/book_clean.txt"}
{"bid": "25344", "source": "cliffnotes", "title": "The Scarlet Letter", "summary_path": "finished_summaries/cliffnotes/The Scarlet Letter/overview.txt", "book_path": "all_chapterized_books/25344-chapters/book_clean.txt"}
{"bid": "25344", "source": "sparknotes", "title": "The Scarlet Letter", "summary_path": "finished_summaries/sparknotes/The Scarlet Letter/overview.txt", "book_path": "all_chapterized_books/25344-chapters/book_clean.txt"}
{"bid": "19810", "source": "gradesaver", "title": "My Antonia", "summary_path": "finished_summaries/gradesaver/My Antonia/overview.json", "book_path": "all_chapterized_books/19810-chapters/book_clean.txt"}
{"bid": "1156", "source": "gradesaver", "title": "Babbitt", "summary_path": "finished_summaries/gradesaver/Babbitt/overview.json", "book_path": "all_chapterized_books/1156-chapters/book_clean.txt"}
{"bid": "1156", "source": "shmoop", "title": "Babbitt", "summary_path": "finished_summaries/shmoop/Babbitt/overview.txt", "book_path": "all_chapterized_books/1156-chapters/book_clean.txt"}
{"bid": "1156", "source": "sparknotes", "title": "Babbitt", "summary_path": "finished_summaries/sparknotes/Babbitt/overview.txt", "book_path": "all_chapterized_books/1156-chapters/book_clean.txt"}
{"bid": "27805", "source": "gradesaver", "title": "The Wind in the Willows", "summary_path": "finished_summaries/gradesaver/The Wind in the Willows/overview.json", "book_path": "all_chapterized_books/27805-chapters/book_clean.txt"}
{"bid": "2413", "source": "shmoop", "title": "Madame Bovary", "summary_path": "finished_summaries/shmoop/Madame Bovary/overview.txt", "book_path": "all_chapterized_books/2413-chapters/book_clean.txt"}
{"bid": "2413", "source": "cliffnotes", "title": "Madame Bovary", "summary_path": "finished_summaries/cliffnotes/Madame Bovary/overview.txt", "book_path": "all_chapterized_books/2413-chapters/book_clean.txt"}
{"bid": "98", "source": "gradesaver", "title": "A Tale of Two Cities", "summary_path": "finished_summaries/gradesaver/A Tale of Two Cities/overview.json", "book_path": "all_chapterized_books/98-chapters/book_clean.txt"}
{"bid": "98", "source": "shmoop", "title": "A Tale of Two Cities", "summary_path": "finished_summaries/shmoop/A Tale of Two Cities/overview.txt", "book_path": "all_chapterized_books/98-chapters/book_clean.txt"}
{"bid": "98", "source": "cliffnotes", "title": "A Tale of Two Cities", "summary_path": "finished_summaries/cliffnotes/A Tale of Two Cities/overview.txt", "book_path": "all_chapterized_books/98-chapters/book_clean.txt"}
{"bid": "98", "source": "sparknotes", "title": "A Tale of Two Cities", "summary_path": "finished_summaries/sparknotes/A Tale of Two Cities/overview.txt", "book_path": "all_chapterized_books/98-chapters/book_clean.txt"}
{"bid": "2946", "source": "gradesaver", "title": "Howards End", "summary_path": "finished_summaries/gradesaver/Howards End/overview.json", "book_path": "all_chapterized_books/2946-chapters/book_clean.txt"}
{"bid": "2946", "source": "shmoop", "title": "Howards End", "summary_path": "finished_summaries/shmoop/Howards End/overview.txt", "book_path": "all_chapterized_books/2946-chapters/book_clean.txt"}
{"bid": "2946", "source": "sparknotes", "title": "Howards End", "summary_path": "finished_summaries/sparknotes/Howards End/overview.txt", "book_path": "all_chapterized_books/2946-chapters/book_clean.txt"}
{"bid": "209", "source": "gradesaver", "title": "The Turn of the Screw", "summary_path": "finished_summaries/gradesaver/The Turn of the Screw/overview.json", "book_path": "all_chapterized_books/209-chapters/book_clean.txt"}
{"bid": "209", "source": "shmoop", "title": "The Turn of the Screw", "summary_path": "finished_summaries/shmoop/The Turn of the Screw/overview.txt", "book_path": "all_chapterized_books/209-chapters/book_clean.txt"}
{"bid": "209", "source": "cliffnotes", "title": "The Turn of the Screw", "summary_path": "finished_summaries/cliffnotes/The Turn of the Screw/overview.txt", "book_path": "all_chapterized_books/209-chapters/book_clean.txt"}
{"bid": "209", "source": "sparknotes", "title": "The Turn of the Screw", "summary_path": "finished_summaries/sparknotes/The Turn of the Screw/overview.txt", "book_path": "all_chapterized_books/209-chapters/book_clean.txt"}
{"bid": "974", "source": "gradesaver", "title": "The Secret Agent", "summary_path": "finished_summaries/gradesaver/The Secret Agent/overview.json", "book_path": "all_chapterized_books/974-chapters/book_clean.txt"}
{"bid": "974", "source": "shmoop", "title": "The Secret Agent", "summary_path": "finished_summaries/shmoop/The Secret Agent/overview.txt", "book_path": "all_chapterized_books/974-chapters/book_clean.txt"}
{"bid": "1260", "source": "gradesaver", "title": "Jane Eyre", "summary_path": "finished_summaries/gradesaver/Jane Eyre/overview.json", "book_path": "all_chapterized_books/1260-chapters/book_clean.txt"}
{"bid": "1260", "source": "shmoop", "title": "Jane Eyre", "summary_path": "finished_summaries/shmoop/Jane Eyre/overview.txt", "book_path": "all_chapterized_books/1260-chapters/book_clean.txt"}
{"bid": "1260", "source": "cliffnotes", "title": "Jane Eyre", "summary_path": "finished_summaries/cliffnotes/Jane Eyre/overview.txt", "book_path": "all_chapterized_books/1260-chapters/book_clean.txt"}
{"bid": "1260", "source": "sparknotes", "title": "Jane Eyre", "summary_path": "finished_summaries/sparknotes/Jane Eyre/overview.txt", "book_path": "all_chapterized_books/1260-chapters/book_clean.txt"}
{"bid": "580", "source": "cliffnotes", "title": "The Pickwick Papers", "summary_path": "finished_summaries/cliffnotes/The Pickwick Papers/overview.txt", "book_path": "all_chapterized_books/580-chapters/book_clean.txt"}
{"bid": "82", "source": "shmoop", "title": "Ivanhoe", "summary_path": "finished_summaries/shmoop/Ivanhoe/overview.txt", "book_path": "all_chapterized_books/82-chapters/book_clean.txt"}
{"bid": "82", "source": "cliffnotes", "title": "Ivanhoe", "summary_path": "finished_summaries/cliffnotes/Ivanhoe/overview.txt", "book_path": "all_chapterized_books/82-chapters/book_clean.txt"}
{"bid": "82", "source": "sparknotes", "title": "Ivanhoe", "summary_path": "finished_summaries/sparknotes/Ivanhoe/overview.txt", "book_path": "all_chapterized_books/82-chapters/book_clean.txt"}
{"bid": "141", "source": "gradesaver", "title": "Mansfield Park", "summary_path": "finished_summaries/gradesaver/Mansfield Park/overview.json", "book_path": "all_chapterized_books/141-chapters/book_clean.txt"}
{"bid": "141", "source": "shmoop", "title": "Mansfield Park", "summary_path": "finished_summaries/shmoop/Mansfield Park/overview.txt", "book_path": "all_chapterized_books/141-chapters/book_clean.txt"}
{"bid": "141", "source": "sparknotes", "title": "Mansfield Park", "summary_path": "finished_summaries/sparknotes/Mansfield Park/overview.txt", "book_path": "all_chapterized_books/141-chapters/book_clean.txt"}
{"bid": "1900", "source": "shmoop", "title": "Typee", "summary_path": "finished_summaries/shmoop/Typee/overview.txt", "book_path": "all_chapterized_books/1900-chapters/book_clean.txt"}
{"bid": "1900", "source": "sparknotes", "title": "Typee", "summary_path": "finished_summaries/sparknotes/Typee/overview.txt", "book_path": "all_chapterized_books/1900-chapters/book_clean.txt"}
{"bid": "45", "source": "gradesaver", "title": "Anne of Green Gables", "summary_path": "finished_summaries/gradesaver/Anne of Green Gables/overview.json", "book_path": "all_chapterized_books/45-chapters/book_clean.txt"}
{"bid": "45", "source": "shmoop", "title": "Anne of Green Gables", "summary_path": "finished_summaries/shmoop/Anne of Green Gables/overview.txt", "book_path": "all_chapterized_books/45-chapters/book_clean.txt"}
{"bid": "45", "source": "sparknotes", "title": "Anne of Green Gables", "summary_path": "finished_summaries/sparknotes/Anne of Green Gables/overview.txt", "book_path": "all_chapterized_books/45-chapters/book_clean.txt"}
{"bid": "421", "source": "gradesaver", "title": "Kidnapped", "summary_path": "finished_summaries/gradesaver/Kidnapped/overview.json", "book_path": "all_chapterized_books/421-chapters/book_clean.txt"}
{"bid": "421", "source": "shmoop", "title": "Kidnapped", "summary_path": "finished_summaries/shmoop/Kidnapped/overview.txt", "book_path": "all_chapterized_books/421-chapters/book_clean.txt"}
{"bid": "421", "source": "sparknotes", "title": "Kidnapped", "summary_path": "finished_summaries/sparknotes/Kidnapped/overview.txt", "book_path": "all_chapterized_books/421-chapters/book_clean.txt"}
{"bid": "146", "source": "gradesaver", "title": "A Little Princess", "summary_path": "finished_summaries/gradesaver/A Little Princess/overview.json", "book_path": "all_chapterized_books/146-chapters/book_clean.txt"}
{"bid": "146", "source": "shmoop", "title": "A Little Princess", "summary_path": "finished_summaries/shmoop/A Little Princess/overview.txt", "book_path": "all_chapterized_books/146-chapters/book_clean.txt"}
{"bid": "13434", "source": "gradesaver", "title": "Regeneration", "summary_path": "finished_summaries/gradesaver/Regeneration/overview.json", "book_path": "all_chapterized_books/13434-chapters/book_clean.txt"}
{"bid": "13434", "source": "sparknotes", "title": "Regeneration", "summary_path": "finished_summaries/sparknotes/Regeneration/overview.txt", "book_path": "all_chapterized_books/13434-chapters/book_clean.txt"}
{"bid": "6626", "source": "gradesaver", "title": "Therese Raquin", "summary_path": "finished_summaries/gradesaver/Therese Raquin/overview.json", "book_path": "all_chapterized_books/6626-chapters/book_clean.txt"}
{"bid": "217", "source": "shmoop", "title": "Sons and Lovers", "summary_path": "finished_summaries/shmoop/Sons and Lovers/overview.txt", "book_path": "all_chapterized_books/217-chapters/book_clean.txt"}
{"bid": "217", "source": "sparknotes", "title": "Sons and Lovers", "summary_path": "finished_summaries/sparknotes/Sons and Lovers/overview.txt", "book_path": "all_chapterized_books/217-chapters/book_clean.txt"}
{"bid": "2852", "source": "gradesaver", "title": "The Hound of the Baskervilles", "summary_path": "finished_summaries/gradesaver/The Hound of the Baskervilles/overview.json", "book_path": "all_chapterized_books/2852-chapters/book_clean.txt"}
{"bid": "2852", "source": "shmoop", "title": "The Hound of the Baskervilles", "summary_path": "finished_summaries/shmoop/The Hound of the Baskervilles/overview.txt", "book_path": "all_chapterized_books/2852-chapters/book_clean.txt"}
{"bid": "3268", "source": "shmoop", "title": "The Mysteries of Udolpho", "summary_path": "finished_summaries/shmoop/The Mysteries of Udolpho/overview.txt", "book_path": "all_chapterized_books/3268-chapters/book_clean.txt"}
{"bid": "45631", "source": "gradesaver", "title": "Twelve Years a Slave", "summary_path": "finished_summaries/gradesaver/Twelve Years a Slave/overview.json", "book_path": "all_chapterized_books/45631-chapters/book_clean.txt"}
{"bid": "27681", "source": "cliffnotes", "title": "The Last of the Mohicans", "summary_path": "finished_summaries/cliffnotes/The Last of the Mohicans/overview.txt", "book_path": "all_chapterized_books/27681-chapters/book_clean.txt"}
{"bid": "27681", "source": "sparknotes", "title": "The Last of the Mohicans", "summary_path": "finished_summaries/sparknotes/The Last of the Mohicans/overview.txt", "book_path": "all_chapterized_books/27681-chapters/book_clean.txt"}
{"bid": "284", "source": "gradesaver", "title": "House of Mirth", "summary_path": "finished_summaries/gradesaver/House of Mirth/overview.json", "book_path": "all_chapterized_books/284-chapters/book_clean.txt"}
{"bid": "3285", "source": "cliffnotes", "title": "The Deerslayer", "summary_path": "finished_summaries/cliffnotes/The Deerslayer/overview.txt", "book_path": "all_chapterized_books/3285-chapters/book_clean.txt"}
{"bid": "154", "source": "gradesaver", "title": "The Rise of Silas Lapham", "summary_path": "finished_summaries/gradesaver/The Rise of Silas Lapham/overview.json", "book_path": "all_chapterized_books/154-chapters/book_clean.txt"}
{"bid": "2775", "source": "sparknotes", "title": "The Good Soldier", "summary_path": "finished_summaries/sparknotes/The Good Soldier/overview.txt", "book_path": "all_chapterized_books/2775-chapters/book_clean.txt"}
{"bid": "463", "source": "gradesaver", "title": "The Red Badge of Courage", "summary_path": "finished_summaries/gradesaver/The Red Badge of Courage/overview.json", "book_path": "all_chapterized_books/463-chapters/book_clean.txt"}
{"bid": "463", "source": "shmoop", "title": "The Red Badge of Courage", "summary_path": "finished_summaries/shmoop/The Red Badge of Courage/overview.txt", "book_path": "all_chapterized_books/463-chapters/book_clean.txt"}
{"bid": "463", "source": "cliffnotes", "title": "The Red Badge of Courage", "summary_path": "finished_summaries/cliffnotes/The Red Badge of Courage/overview.txt", "book_path": "all_chapterized_books/463-chapters/book_clean.txt"}
{"bid": "463", "source": "sparknotes", "title": "The Red Badge of Courage", "summary_path": "finished_summaries/sparknotes/The Red Badge of Courage/overview.txt", "book_path": "all_chapterized_books/463-chapters/book_clean.txt"}
{"bid": "25901", "source": "sparknotes", "title": "The New Testament", "summary_path": "finished_summaries/sparknotes/The New Testament/overview.txt", "book_path": "all_chapterized_books/25901-chapters/book_clean.txt"}
{"bid": "24", "source": "gradesaver", "title": "O Pioneers", "summary_path": "finished_summaries/gradesaver/O Pioneers/overview.json", "book_path": "all_chapterized_books/24-chapters/book_clean.txt"}
{"bid": "6688", "source": "gradesaver", "title": "The Mill on the Floss", "summary_path": "finished_summaries/gradesaver/The Mill on the Floss/overview.json", "book_path": "all_chapterized_books/6688-chapters/book_clean.txt"}
{"bid": "6688", "source": "shmoop", "title": "The Mill on the Floss", "summary_path": "finished_summaries/shmoop/The Mill on the Floss/overview.txt", "book_path": "all_chapterized_books/6688-chapters/book_clean.txt"}
{"bid": "6688", "source": "cliffnotes", "title": "The Mill on the Floss", "summary_path": "finished_summaries/cliffnotes/The Mill on the Floss/overview.txt", "book_path": "all_chapterized_books/6688-chapters/book_clean.txt"}
{"bid": "27780", "source": "gradesaver", "title": "Treasure Island", "summary_path": "finished_summaries/gradesaver/Treasure Island/overview.json", "book_path": "all_chapterized_books/27780-chapters/book_clean.txt"}
{"bid": "27780", "source": "shmoop", "title": "Treasure Island", "summary_path": "finished_summaries/shmoop/Treasure Island/overview.txt", "book_path": "all_chapterized_books/27780-chapters/book_clean.txt"}
{"bid": "27780", "source": "cliffnotes", "title": "Treasure Island", "summary_path": "finished_summaries/cliffnotes/Treasure Island/overview.txt", "book_path": "all_chapterized_books/27780-chapters/book_clean.txt"}
{"bid": "20300", "source": "sparknotes", "title": "Henry VIII", "summary_path": "finished_summaries/sparknotes/Henry VIII/overview.txt", "book_path": "all_chapterized_books/20300-chapters/book_clean.txt"}
{"bid": "35", "source": "gradesaver", "title": "The Time Machine", "summary_path": "finished_summaries/gradesaver/The Time Machine/overview.json", "book_path": "all_chapterized_books/35-chapters/book_clean.txt"}
{"bid": "35", "source": "shmoop", "title": "The Time Machine", "summary_path": "finished_summaries/shmoop/The Time Machine/overview.txt", "book_path": "all_chapterized_books/35-chapters/book_clean.txt"}
{"bid": "35", "source": "sparknotes", "title": "The Time Machine", "summary_path": "finished_summaries/sparknotes/The Time Machine/overview.txt", "book_path": "all_chapterized_books/35-chapters/book_clean.txt"}
{"bid": "2226", "source": "shmoop", "title": "Kim", "summary_path": "finished_summaries/shmoop/Kim/overview.txt", "book_path": "all_chapterized_books/2226-chapters/book_clean.txt"}
{"bid": "3289", "source": "gradesaver", "title": "The Valley of Fear", "summary_path": "finished_summaries/gradesaver/The Valley of Fear/overview.json", "book_path": "all_chapterized_books/3289-chapters/book_clean.txt"}
{"bid": "5230", "source": "shmoop", "title": "The Invisible Man", "summary_path": "finished_summaries/shmoop/The Invisible Man/overview.txt", "book_path": "all_chapterized_books/5230-chapters/book_clean.txt"}
{"bid": "599", "source": "gradesaver", "title": "Vanity Fair", "summary_path": "finished_summaries/gradesaver/Vanity Fair/overview.json", "book_path": "all_chapterized_books/599-chapters/book_clean.txt"}
{"bid": "599", "source": "shmoop", "title": "Vanity Fair", "summary_path": "finished_summaries/shmoop/Vanity Fair/overview.txt", "book_path": "all_chapterized_books/599-chapters/book_clean.txt"}
{"bid": "599", "source": "cliffnotes", "title": "Vanity Fair", "summary_path": "finished_summaries/cliffnotes/Vanity Fair/overview.txt", "book_path": "all_chapterized_books/599-chapters/book_clean.txt"}
{"bid": "3261", "source": "gradesaver", "title": "News from Nowhere", "summary_path": "finished_summaries/gradesaver/News from Nowhere/overview.json", "book_path": "all_chapterized_books/3261-chapters/book_clean.txt"}
{"bid": "2084", "source": "cliffnotes", "title": "The Way of All Flesh", "summary_path": "finished_summaries/cliffnotes/The Way of All Flesh/overview.txt", "book_path": "all_chapterized_books/2084-chapters/book_clean.txt"}
{"bid": "963", "source": "gradesaver", "title": "Little Dorrit", "summary_path": "finished_summaries/gradesaver/Little Dorrit/overview.json", "book_path": "all_chapterized_books/963-chapters/book_clean.txt"}
{"bid": "963", "source": "shmoop", "title": "Little Dorrit", "summary_path": "finished_summaries/shmoop/Little Dorrit/overview.txt", "book_path": "all_chapterized_books/963-chapters/book_clean.txt"}
{"bid": "11030", "source": "gradesaver", "title": "Incidents in the Life of a Slave Girl", "summary_path": "finished_summaries/gradesaver/Incidents in the Life of a Slave Girl/overview.json", "book_path": "all_chapterized_books/11030-chapters/book_clean.txt"}
{"bid": "11030", "source": "shmoop", "title": "Incidents in the Life of a Slave Girl", "summary_path": "finished_summaries/shmoop/Incidents in the Life of a Slave Girl/overview.txt", "book_path": "all_chapterized_books/11030-chapters/book_clean.txt"}
{"bid": "2252", "source": "gradesaver", "title": "Henry IV Part 2", "summary_path": "finished_summaries/gradesaver/Henry IV Part 2/overview.json", "book_path": "all_chapterized_books/2252-chapters/book_clean.txt"}
{"bid": "2252", "source": "shmoop", "title": "Henry IV Part 2", "summary_path": "finished_summaries/shmoop/Henry IV Part 2/overview.txt", "book_path": "all_chapterized_books/2252-chapters/book_clean.txt"}
{"bid": "2252", "source": "sparknotes", "title": "Henry IV Part 2", "summary_path": "finished_summaries/sparknotes/Henry IV Part 2/overview.txt", "book_path": "all_chapterized_books/2252-chapters/book_clean.txt"}
{"bid": "1533", "source": "gradesaver", "title": "Macbeth", "summary_path": "finished_summaries/gradesaver/Macbeth/overview.json", "book_path": "all_chapterized_books/1533-chapters/book_clean.txt"}
{"bid": "1533", "source": "shmoop", "title": "Macbeth", "summary_path": "finished_summaries/shmoop/Macbeth/overview.txt", "book_path": "all_chapterized_books/1533-chapters/book_clean.txt"}
{"bid": "1533", "source": "sparknotes", "title": "Macbeth", "summary_path": "finished_summaries/sparknotes/Macbeth/overview.txt", "book_path": "all_chapterized_books/1533-chapters/book_clean.txt"}
{"bid": "1790", "source": "gradesaver", "title": "Troilus and Cressida", "summary_path": "finished_summaries/gradesaver/Troilus and Cressida/overview.json", "book_path": "all_chapterized_books/1790-chapters/book_clean.txt"}
{"bid": "1790", "source": "shmoop", "title": "Troilus and Cressida", "summary_path": "finished_summaries/shmoop/Troilus and Cressida/overview.txt", "book_path": "all_chapterized_books/1790-chapters/book_clean.txt"}
{"bid": "1790", "source": "sparknotes", "title": "Troilus and Cressida", "summary_path": "finished_summaries/sparknotes/Troilus and Cressida/overview.txt", "book_path": "all_chapterized_books/1790-chapters/book_clean.txt"}
{"bid": "2250", "source": "gradesaver", "title": "Richard II", "summary_path": "finished_summaries/gradesaver/Richard II/overview.json", "book_path": "all_chapterized_books/2250-chapters/book_clean.txt"}
{"bid": "2250", "source": "shmoop", "title": "Richard II", "summary_path": "finished_summaries/shmoop/Richard II/overview.txt", "book_path": "all_chapterized_books/2250-chapters/book_clean.txt"}
{"bid": "2250", "source": "sparknotes", "title": "Richard II", "summary_path": "finished_summaries/sparknotes/Richard II/overview.txt", "book_path": "all_chapterized_books/2250-chapters/book_clean.txt"}
{"bid": "2251", "source": "gradesaver", "title": "Henry IV Part 1", "summary_path": "finished_summaries/gradesaver/Henry IV Part 1/overview.json", "book_path": "all_chapterized_books/2251-chapters/book_clean.txt"}
{"bid": "2251", "source": "shmoop", "title": "Henry IV Part 1", "summary_path": "finished_summaries/shmoop/Henry IV Part 1/overview.txt", "book_path": "all_chapterized_books/2251-chapters/book_clean.txt"}
{"bid": "2251", "source": "sparknotes", "title": "Henry IV Part 1", "summary_path": "finished_summaries/sparknotes/Henry IV Part 1/overview.txt", "book_path": "all_chapterized_books/2251-chapters/book_clean.txt"}
{"bid": "1511", "source": "shmoop", "title": "King John", "summary_path": "finished_summaries/shmoop/King John/overview.txt", "book_path": "all_chapterized_books/1511-chapters/book_clean.txt"}
{"bid": "1511", "source": "sparknotes", "title": "King John", "summary_path": "finished_summaries/sparknotes/King John/overview.txt", "book_path": "all_chapterized_books/1511-chapters/book_clean.txt"}
{"bid": "1765", "source": "shmoop", "title": "Henry VI Part 1", "summary_path": "finished_summaries/shmoop/Henry VI Part 1/overview.txt", "book_path": "all_chapterized_books/1765-chapters/book_clean.txt"}
{"bid": "1765", "source": "sparknotes", "title": "Henry VI Part 1", "summary_path": "finished_summaries/sparknotes/Henry VI Part 1/overview.txt", "book_path": "all_chapterized_books/1765-chapters/book_clean.txt"}
{"bid": "2257", "source": "gradesaver", "title": "Richard III", "summary_path": "finished_summaries/gradesaver/Richard III/overview.json", "book_path": "all_chapterized_books/2257-chapters/book_clean.txt"}
{"bid": "2257", "source": "shmoop", "title": "Richard III", "summary_path": "finished_summaries/shmoop/Richard III/overview.txt", "book_path": "all_chapterized_books/2257-chapters/book_clean.txt"}
{"bid": "2257", "source": "sparknotes", "title": "Richard III", "summary_path": "finished_summaries/sparknotes/Richard III/overview.txt", "book_path": "all_chapterized_books/2257-chapters/book_clean.txt"}
{"bid": "2253", "source": "gradesaver", "title": "Henry V", "summary_path": "finished_summaries/gradesaver/Henry V/overview.json", "book_path": "all_chapterized_books/2253-chapters/book_clean.txt"}
{"bid": "2253", "source": "shmoop", "title": "Henry V", "summary_path": "finished_summaries/shmoop/Henry V/overview.txt", "book_path": "all_chapterized_books/2253-chapters/book_clean.txt"}
{"bid": "3694", "source": "gradesaver", "title": "Every Man in His Humour", "summary_path": "finished_summaries/gradesaver/Every Man in His Humour/overview.json", "book_path": "all_chapterized_books/3694-chapters/book_clean.txt"}
{"bid": "2258", "source": "shmoop", "title": "Henry VIII", "summary_path": "finished_summaries/shmoop/Henry VIII/overview.txt", "book_path": "all_chapterized_books/2258-chapters/book_clean.txt"}
{"bid": "1771", "source": "gradesaver", "title": "Titus Andronicus", "summary_path": "finished_summaries/gradesaver/Titus Andronicus/overview.json", "book_path": "all_chapterized_books/1771-chapters/book_clean.txt"}
{"bid": "1771", "source": "shmoop", "title": "Titus Andronicus", "summary_path": "finished_summaries/shmoop/Titus Andronicus/overview.txt", "book_path": "all_chapterized_books/1771-chapters/book_clean.txt"}
{"bid": "1771", "source": "sparknotes", "title": "Titus Andronicus", "summary_path": "finished_summaries/sparknotes/Titus Andronicus/overview.txt", "book_path": "all_chapterized_books/1771-chapters/book_clean.txt"}
{"bid": "1522", "source": "gradesaver", "title": "Julius Caesar", "summary_path": "finished_summaries/gradesaver/Julius Caesar/overview.json", "book_path": "all_chapterized_books/1522-chapters/book_clean.txt"}
{"bid": "1522", "source": "shmoop", "title": "Julius Caesar", "summary_path": "finished_summaries/shmoop/Julius Caesar/overview.txt", "book_path": "all_chapterized_books/1522-chapters/book_clean.txt"}
{"bid": "1522", "source": "sparknotes", "title": "Julius Caesar", "summary_path": "finished_summaries/sparknotes/Julius Caesar/overview.txt", "book_path": "all_chapterized_books/1522-chapters/book_clean.txt"}
{"bid": "1108", "source": "shmoop", "title": "The Two Gentlemen of Verona", "summary_path": "finished_summaries/shmoop/The Two Gentlemen of Verona/overview.txt", "book_path": "all_chapterized_books/1108-chapters/book_clean.txt"}
{"bid": "1108", "source": "sparknotes", "title": "The Two Gentlemen of Verona", "summary_path": "finished_summaries/sparknotes/The Two Gentlemen of Verona/overview.txt", "book_path": "all_chapterized_books/1108-chapters/book_clean.txt"}
{"bid": "7370", "source": "gradesaver", "title": "Second Treatise of Government", "summary_path": "finished_summaries/gradesaver/Second Treatise of Government/overview.json", "book_path": "all_chapterized_books/7370-chapters/book_clean.txt"}
{"bid": "383", "source": "gradesaver", "title": "She Stoops to Conquer", "summary_path": "finished_summaries/gradesaver/She Stoops to Conquer/overview.json", "book_path": "all_chapterized_books/383-chapters/book_clean.txt"}
{"bid": "43936", "source": "gradesaver", "title": "The Wonderful Wizard of Oz", "summary_path": "finished_summaries/gradesaver/The Wonderful Wizard of Oz/overview.json", "book_path": "all_chapterized_books/43936-chapters/book_clean.txt"}
{"bid": "43936", "source": "shmoop", "title": "The Wonderful Wizard of Oz", "summary_path": "finished_summaries/shmoop/The Wonderful Wizard of Oz/overview.txt", "book_path": "all_chapterized_books/43936-chapters/book_clean.txt"}
{"bid": "3825", "source": "gradesaver", "title": "Pygmalion", "summary_path": "finished_summaries/gradesaver/Pygmalion/overview.json", "book_path": "all_chapterized_books/3825-chapters/book_clean.txt"}
{"bid": "3825", "source": "shmoop", "title": "Pygmalion", "summary_path": "finished_summaries/shmoop/Pygmalion/overview.txt", "book_path": "all_chapterized_books/3825-chapters/book_clean.txt"}
{"bid": "3825", "source": "sparknotes", "title": "Pygmalion", "summary_path": "finished_summaries/sparknotes/Pygmalion/overview.txt", "book_path": "all_chapterized_books/3825-chapters/book_clean.txt"}
{"bid": "38901", "source": "gradesaver", "title": "Twelfth Night", "summary_path": "finished_summaries/gradesaver/Twelfth Night/overview.json", "book_path": "all_chapterized_books/38901-chapters/book_clean.txt"}
{"bid": "38901", "source": "sparknotes", "title": "Twelfth Night", "summary_path": "finished_summaries/sparknotes/Twelfth Night/overview.txt", "book_path": "all_chapterized_books/38901-chapters/book_clean.txt"}
{"bid": "42796", "source": "shmoop", "title": "The Boxcar Children", "summary_path": "finished_summaries/shmoop/The Boxcar Children/overview.txt", "book_path": "all_chapterized_books/42796-chapters/book_clean.txt"}
{"bid": "15859", "source": "shmoop", "title": "The Piazza Tales", "summary_path": "finished_summaries/shmoop/The Piazza Tales/overview.txt", "book_path": "all_chapterized_books/15859-chapters/book_clean.txt"}
{"bid": "221", "source": "shmoop", "title": "The Return of Sherlock Holmes", "summary_path": "finished_summaries/shmoop/The Return of Sherlock Holmes/overview.txt", "book_path": "all_chapterized_books/221-chapters/book_clean.txt"}
{"bid": "3618", "source": "gradesaver", "title": "Arms and the Man", "summary_path": "finished_summaries/gradesaver/Arms and the Man/overview.json", "book_path": "all_chapterized_books/3618-chapters/book_clean.txt"}
{"bid": "228", "source": "gradesaver", "title": "The Aeneid", "summary_path": "finished_summaries/gradesaver/The Aeneid/overview.json", "book_path": "all_chapterized_books/228-chapters/book_clean.txt"}
{"bid": "228", "source": "shmoop", "title": "The Aeneid", "summary_path": "finished_summaries/shmoop/The Aeneid/overview.txt", "book_path": "all_chapterized_books/228-chapters/book_clean.txt"}
{"bid": "228", "source": "sparknotes", "title": "The Aeneid", "summary_path": "finished_summaries/sparknotes/The Aeneid/overview.txt", "book_path": "all_chapterized_books/228-chapters/book_clean.txt"}
{"bid": "2467", "source": "gradesaver", "title": "Ghosts", "summary_path": "finished_summaries/gradesaver/Ghosts/overview.json", "book_path": "all_chapterized_books/2467-chapters/book_clean.txt"}
{"bid": "2467", "source": "shmoop", "title": "Ghosts", "summary_path": "finished_summaries/shmoop/Ghosts/overview.txt", "book_path": "all_chapterized_books/2467-chapters/book_clean.txt"}
{"bid": "4093", "source": "shmoop", "title": "Hedda Gabler", "summary_path": "finished_summaries/shmoop/Hedda Gabler/overview.txt", "book_path": "all_chapterized_books/4093-chapters/book_clean.txt"}
{"bid": "1517", "source": "shmoop", "title": "The Merry Wives of Windsor", "summary_path": "finished_summaries/shmoop/The Merry Wives of Windsor/overview.txt", "book_path": "all_chapterized_books/1517-chapters/book_clean.txt"}
{"bid": "1517", "source": "sparknotes", "title": "The Merry Wives of Windsor", "summary_path": "finished_summaries/sparknotes/The Merry Wives of Windsor/overview.txt", "book_path": "all_chapterized_books/1517-chapters/book_clean.txt"}
{"bid": "35330", "source": "gradesaver", "title": "The Spanish Tragedy", "summary_path": "finished_summaries/gradesaver/The Spanish Tragedy/overview.json", "book_path": "all_chapterized_books/35330-chapters/book_clean.txt"}
{"bid": "35330", "source": "shmoop", "title": "The Spanish Tragedy", "summary_path": "finished_summaries/shmoop/The Spanish Tragedy/overview.txt", "book_path": "all_chapterized_books/35330-chapters/book_clean.txt"}
{"bid": "208", "source": "shmoop", "title": "Daisy Miller", "summary_path": "finished_summaries/shmoop/Daisy Miller/overview.txt", "book_path": "all_chapterized_books/208-chapters/book_clean.txt"}
{"bid": "2027", "source": "gradesaver", "title": "Tartuffe", "summary_path": "finished_summaries/gradesaver/Tartuffe/overview.json", "book_path": "all_chapterized_books/2027-chapters/book_clean.txt"}
{"bid": "2027", "source": "shmoop", "title": "Tartuffe", "summary_path": "finished_summaries/shmoop/Tartuffe/overview.txt", "book_path": "all_chapterized_books/2027-chapters/book_clean.txt"}
{"bid": "19337", "source": "gradesaver", "title": "A Christmas Carol", "summary_path": "finished_summaries/gradesaver/A Christmas Carol/overview.json", "book_path": "all_chapterized_books/19337-chapters/book_clean.txt"}
{"bid": "2446", "source": "gradesaver", "title": "An Enemy of the People", "summary_path": "finished_summaries/gradesaver/An Enemy of the People/overview.json", "book_path": "all_chapterized_books/2446-chapters/book_clean.txt"}
{"bid": "2446", "source": "shmoop", "title": "An Enemy of the People", "summary_path": "finished_summaries/shmoop/An Enemy of the People/overview.txt", "book_path": "all_chapterized_books/2446-chapters/book_clean.txt"}
{"bid": "2446", "source": "sparknotes", "title": "An Enemy of the People", "summary_path": "finished_summaries/sparknotes/An Enemy of the People/overview.txt", "book_path": "all_chapterized_books/2446-chapters/book_clean.txt"}
{"bid": "2500", "source": "gradesaver", "title": "Siddhartha", "summary_path": "finished_summaries/gradesaver/Siddhartha/overview.json", "book_path": "all_chapterized_books/2500-chapters/book_clean.txt"}
{"bid": "2500", "source": "shmoop", "title": "Siddhartha", "summary_path": "finished_summaries/shmoop/Siddhartha/overview.txt", "book_path": "all_chapterized_books/2500-chapters/book_clean.txt"}
{"bid": "23045", "source": "gradesaver", "title": "Measure for Measure", "summary_path": "finished_summaries/gradesaver/Measure for Measure/overview.json", "book_path": "all_chapterized_books/23045-chapters/book_clean.txt"}
{"bid": "23045", "source": "shmoop", "title": "Measure for Measure", "summary_path": "finished_summaries/shmoop/Measure for Measure/overview.txt", "book_path": "all_chapterized_books/23045-chapters/book_clean.txt"}
{"bid": "23045", "source": "sparknotes", "title": "Measure for Measure", "summary_path": "finished_summaries/sparknotes/Measure for Measure/overview.txt", "book_path": "all_chapterized_books/23045-chapters/book_clean.txt"}
{"bid": "1754", "source": "gradesaver", "title": "The Seagull", "summary_path": "finished_summaries/gradesaver/The Seagull/overview.json", "book_path": "all_chapterized_books/1754-chapters/book_clean.txt"}
{"bid": "1754", "source": "shmoop", "title": "The Seagull", "summary_path": "finished_summaries/shmoop/The Seagull/overview.txt", "book_path": "all_chapterized_books/1754-chapters/book_clean.txt"}
{"bid": "11", "source": "gradesaver", "title": "Alice in Wonderland", "summary_path": "finished_summaries/gradesaver/Alice in Wonderland/overview.json", "book_path": "all_chapterized_books/11-chapters/book_clean.txt"}
{"bid": "11", "source": "sparknotes", "title": "Alice in Wonderland", "summary_path": "finished_summaries/sparknotes/Alice in Wonderland/overview.txt", "book_path": "all_chapterized_books/11-chapters/book_clean.txt"}
{"bid": "610", "source": "shmoop", "title": "Idylls of the King", "summary_path": "finished_summaries/shmoop/Idylls of the King/overview.txt", "book_path": "all_chapterized_books/610-chapters/book_clean.txt"}
{"bid": "153", "source": "cliffnotes", "title": "Jude the Obscure", "summary_path": "finished_summaries/cliffnotes/Jude the Obscure/overview.txt", "book_path": "all_chapterized_books/153-chapters/book_clean.txt"}
{"bid": "42671", "source": "gradesaver", "title": "Pride and Prejudice", "summary_path": "finished_summaries/gradesaver/Pride and Prejudice/overview.json", "book_path": "all_chapterized_books/42671-chapters/book_clean.txt"}
{"bid": "42671", "source": "cliffnotes", "title": "Pride and Prejudice", "summary_path": "finished_summaries/cliffnotes/Pride and Prejudice/overview.txt", "book_path": "all_chapterized_books/42671-chapters/book_clean.txt"}
{"bid": "158", "source": "gradesaver", "title": "Emma", "summary_path": "finished_summaries/gradesaver/Emma/overview.json", "book_path": "all_chapterized_books/158-chapters/book_clean.txt"}
{"bid": "158", "source": "shmoop", "title": "Emma", "summary_path": "finished_summaries/shmoop/Emma/overview.txt", "book_path": "all_chapterized_books/158-chapters/book_clean.txt"}
{"bid": "158", "source": "sparknotes", "title": "Emma", "summary_path": "finished_summaries/sparknotes/Emma/overview.txt", "book_path": "all_chapterized_books/158-chapters/book_clean.txt"}
{"bid": "910", "source": "gradesaver", "title": "White Fang", "summary_path": "finished_summaries/gradesaver/White Fang/overview.json", "book_path": "all_chapterized_books/910-chapters/book_clean.txt"}
{"bid": "910", "source": "shmoop", "title": "White Fang", "summary_path": "finished_summaries/shmoop/White Fang/overview.txt", "book_path": "all_chapterized_books/910-chapters/book_clean.txt"}
{"bid": "910", "source": "sparknotes", "title": "White Fang", "summary_path": "finished_summaries/sparknotes/White Fang/overview.txt", "book_path": "all_chapterized_books/910-chapters/book_clean.txt"}
{"bid": "1112", "source": "gradesaver", "title": "Romeo and Juliet", "summary_path": "finished_summaries/gradesaver/Romeo and Juliet/overview.json", "book_path": "all_chapterized_books/1112-chapters/book_clean.txt"}
{"bid": "1112", "source": "shmoop", "title": "Romeo and Juliet", "summary_path": "finished_summaries/shmoop/Romeo and Juliet/overview.txt", "book_path": "all_chapterized_books/1112-chapters/book_clean.txt"}
{"bid": "1112", "source": "sparknotes", "title": "Romeo and Juliet", "summary_path": "finished_summaries/sparknotes/Romeo and Juliet/overview.txt", "book_path": "all_chapterized_books/1112-chapters/book_clean.txt"}
{"bid": "1515", "source": "shmoop", "title": "The Merchant of Venice", "summary_path": "finished_summaries/shmoop/The Merchant of Venice/overview.txt", "book_path": "all_chapterized_books/1515-chapters/book_clean.txt"}
{"bid": "1515", "source": "sparknotes", "title": "The Merchant of Venice", "summary_path": "finished_summaries/sparknotes/The Merchant of Venice/overview.txt", "book_path": "all_chapterized_books/1515-chapters/book_clean.txt"}
{"bid": "24869", "source": "gradesaver", "title": "The Ramayana", "summary_path": "finished_summaries/gradesaver/The Ramayana/overview.json", "book_path": "all_chapterized_books/24869-chapters/book_clean.txt"}
{"bid": "2680", "source": "shmoop", "title": "Meditations", "summary_path": "finished_summaries/shmoop/Meditations/overview.txt", "book_path": "all_chapterized_books/2680-chapters/book_clean.txt"}
{"bid": "4320", "source": "shmoop", "title": "An Enquiry Concerning the Principles of Morals", "summary_path": "finished_summaries/shmoop/An Enquiry Concerning the Principles of Morals/overview.txt", "book_path": "all_chapterized_books/4320-chapters/book_clean.txt"}
{"bid": "2759", "source": "shmoop", "title": "The Man in the Iron Mask", "summary_path": "finished_summaries/shmoop/The Man in the Iron Mask/overview.txt", "book_path": "all_chapterized_books/2759-chapters/book_clean.txt"}
{"bid": "1799", "source": "gradesaver", "title": "Cymbeline", "summary_path": "finished_summaries/gradesaver/Cymbeline/overview.json", "book_path": "all_chapterized_books/1799-chapters/book_clean.txt"}
{"bid": "257", "source": "gradesaver", "title": "Troilus and Criseyde", "summary_path": "finished_summaries/gradesaver/Troilus and Criseyde/overview.json", "book_path": "all_chapterized_books/257-chapters/book_clean.txt"}
{"bid": "2527", "source": "gradesaver", "title": "The Sorrows of Young Werther", "summary_path": "finished_summaries/gradesaver/The Sorrows of Young Werther/overview.json", "book_path": "all_chapterized_books/2527-chapters/book_clean.txt"}
{"bid": "4015", "source": "gradesaver", "title": "The Hairy Ape", "summary_path": "finished_summaries/gradesaver/The Hairy Ape/overview.json", "book_path": "all_chapterized_books/4015-chapters/book_clean.txt"}
{"bid": "2062", "source": "gradesaver", "title": "All for Love", "summary_path": "finished_summaries/gradesaver/All for Love/overview.json", "book_path": "all_chapterized_books/2062-chapters/book_clean.txt"}
{"bid": "3790", "source": "shmoop", "title": "Major Barbara", "summary_path": "finished_summaries/shmoop/Major Barbara/overview.txt", "book_path": "all_chapterized_books/3790-chapters/book_clean.txt"}
{"bid": "3790", "source": "sparknotes", "title": "Major Barbara", "summary_path": "finished_summaries/sparknotes/Major Barbara/overview.txt", "book_path": "all_chapterized_books/3790-chapters/book_clean.txt"}
{"bid": "901", "source": "gradesaver", "title": "The Jew of Malta", "summary_path": "finished_summaries/gradesaver/The Jew of Malta/overview.json", "book_path": "all_chapterized_books/901-chapters/book_clean.txt"}
{"bid": "901", "source": "sparknotes", "title": "The Jew of Malta", "summary_path": "finished_summaries/sparknotes/The Jew of Malta/overview.txt", "book_path": "all_chapterized_books/901-chapters/book_clean.txt"}
{"bid": "12431", "source": "gradesaver", "title": "The Coquette", "summary_path": "finished_summaries/gradesaver/The Coquette/overview.json", "book_path": "all_chapterized_books/12431-chapters/book_clean.txt"}
{"bid": "61", "source": "shmoop", "title": "The Communist Manifesto", "summary_path": "finished_summaries/shmoop/The Communist Manifesto/overview.txt", "book_path": "all_chapterized_books/61-chapters/book_clean.txt"}
{"bid": "885", "source": "gradesaver", "title": "An Ideal Husband", "summary_path": "finished_summaries/gradesaver/An Ideal Husband/overview.json", "book_path": "all_chapterized_books/885-chapters/book_clean.txt"}
{"bid": "885", "source": "shmoop", "title": "An Ideal Husband", "summary_path": "finished_summaries/shmoop/An Ideal Husband/overview.txt", "book_path": "all_chapterized_books/885-chapters/book_clean.txt"}
{"bid": "885", "source": "sparknotes", "title": "An Ideal Husband", "summary_path": "finished_summaries/sparknotes/An Ideal Husband/overview.txt", "book_path": "all_chapterized_books/885-chapters/book_clean.txt"}
{"bid": "1257", "source": "gradesaver", "title": "The Three Musketeers", "summary_path": "finished_summaries/gradesaver/The Three Musketeers/overview.json", "book_path": "all_chapterized_books/1257-chapters/book_clean.txt"}
{"bid": "1257", "source": "shmoop", "title": "The Three Musketeers", "summary_path": "finished_summaries/shmoop/The Three Musketeers/overview.txt", "book_path": "all_chapterized_books/1257-chapters/book_clean.txt"}
{"bid": "1257", "source": "cliffnotes", "title": "The Three Musketeers", "summary_path": "finished_summaries/cliffnotes/The Three Musketeers/overview.txt", "book_path": "all_chapterized_books/1257-chapters/book_clean.txt"}
{"bid": "1257", "source": "sparknotes", "title": "The Three Musketeers", "summary_path": "finished_summaries/sparknotes/The Three Musketeers/overview.txt", "book_path": "all_chapterized_books/1257-chapters/book_clean.txt"}
{"bid": "271", "source": "gradesaver", "title": "Black Beauty", "summary_path": "finished_summaries/gradesaver/Black Beauty/overview.json", "book_path": "all_chapterized_books/271-chapters/book_clean.txt"}
{"bid": "271", "source": "shmoop", "title": "Black Beauty", "summary_path": "finished_summaries/shmoop/Black Beauty/overview.txt", "book_path": "all_chapterized_books/271-chapters/book_clean.txt"}
{"bid": "1254", "source": "sparknotes", "title": "Cyrano de Bergerac", "summary_path": "finished_summaries/sparknotes/Cyrano de Bergerac/overview.txt", "book_path": "all_chapterized_books/1254-chapters/book_clean.txt"}
{"bid": "6053", "source": "gradesaver", "title": "Evelina", "summary_path": "finished_summaries/gradesaver/Evelina/overview.json", "book_path": "all_chapterized_books/6053-chapters/book_clean.txt"}
{"bid": "2266", "source": "gradesaver", "title": "King Lear", "summary_path": "finished_summaries/gradesaver/King Lear/overview.json", "book_path": "all_chapterized_books/2266-chapters/book_clean.txt"}
{"bid": "2266", "source": "shmoop", "title": "King Lear", "summary_path": "finished_summaries/shmoop/King Lear/overview.txt", "book_path": "all_chapterized_books/2266-chapters/book_clean.txt"}
{"bid": "2266", "source": "sparknotes", "title": "King Lear", "summary_path": "finished_summaries/sparknotes/King Lear/overview.txt", "book_path": "all_chapterized_books/2266-chapters/book_clean.txt"}


================================================
FILE: alignments/book-level-summary-alignments/book_summaries_aligned_val.jsonl
================================================
{"bid": "1798", "source": "sparknotes", "title": "Timon of Athens", "summary_path": "finished_summaries/sparknotes/Timon of Athens/overview.txt", "book_path": "all_chapterized_books/1798-chapters/book_clean.txt"}
{"bid": "1534", "source": "gradesaver", "title": "Antony and Cleopatra", "summary_path": "finished_summaries/gradesaver/Antony and Cleopatra/overview.json", "book_path": "all_chapterized_books/1534-chapters/book_clean.txt"}
{"bid": "1534", "source": "sparknotes", "title": "Antony and Cleopatra", "summary_path": "finished_summaries/sparknotes/Antony and Cleopatra/overview.txt", "book_path": "all_chapterized_books/1534-chapters/book_clean.txt"}
{"bid": "32325", "source": "gradesaver", "title": "The Adventures of Huckleberry Finn", "summary_path": "finished_summaries/gradesaver/The Adventures of Huckleberry Finn/overview.json", "book_path": "all_chapterized_books/32325-chapters/book_clean.txt"}
{"bid": "32325", "source": "cliffnotes", "title": "The Adventures of Huckleberry Finn", "summary_path": "finished_summaries/cliffnotes/The Adventures of Huckleberry Finn/overview.txt", "book_path": "all_chapterized_books/32325-chapters/book_clean.txt"}
{"bid": "32325", "source": "sparknotes", "title": "The Adventures of Huckleberry Finn", "summary_path": "finished_summaries/sparknotes/The Adventures of Huckleberry Finn/overview.txt", "book_path": "all_chapterized_books/32325-chapters/book_clean.txt"}
{"bid": "1240", "source": "gradesaver", "title": "The Playboy of the Western World", "summary_path": "finished_summaries/gradesaver/The Playboy of the Western World/overview.json", "book_path": "all_chapterized_books/1240-chapters/book_clean.txt"}
{"bid": "2232", "source": "gradesaver", "title": "The Duchess of Malfi", "summary_path": "finished_summaries/gradesaver/The Duchess of Malfi/overview.json", "book_path": "all_chapterized_books/2232-chapters/book_clean.txt"}
{"bid": "2232", "source": "shmoop", "title": "The Duchess of Malfi", "summary_path": "finished_summaries/shmoop/The Duchess of Malfi/overview.txt", "book_path": "all_chapterized_books/2232-chapters/book_clean.txt"}
{"bid": "113", "source": "gradesaver", "title": "The Secret Garden", "summary_path": "finished_summaries/gradesaver/The Secret Garden/overview.json", "book_path": "all_chapterized_books/113-chapters/book_clean.txt"}
{"bid": "113", "source": "shmoop", "title": "The Secret Garden", "summary_path": "finished_summaries/shmoop/The Secret Garden/overview.txt", "book_path": "all_chapterized_books/113-chapters/book_clean.txt"}
{"bid": "113", "source": "sparknotes", "title": "The Secret Garden", "summary_path": "finished_summaries/sparknotes/The Secret Garden/overview.txt", "book_path": "all_chapterized_books/113-chapters/book_clean.txt"}
{"bid": "821", "source": "gradesaver", "title": "Dombey and Son", "summary_path": "finished_summaries/gradesaver/Dombey and Son/overview.json", "book_path": "all_chapterized_books/821-chapters/book_clean.txt"}
{"bid": "541", "source": "shmoop", "title": "The Age of Innocence", "summary_path": "finished_summaries/shmoop/The Age of Innocence/overview.txt", "book_path": "all_chapterized_books/541-chapters/book_clean.txt"}
{"bid": "541", "source": "cliffnotes", "title": "The Age of Innocence", "summary_path": "finished_summaries/cliffnotes/The Age of Innocence/overview.txt", "book_path": "all_chapterized_books/541-chapters/book_clean.txt"}
{"bid": "541", "source": "sparknotes", "title": "The Age of Innocence", "summary_path": "finished_summaries/sparknotes/The Age of Innocence/overview.txt", "book_path": "all_chapterized_books/541-chapters/book_clean.txt"}
{"bid": "4517", "source": "gradesaver", "title": "Ethan Frome", "summary_path": "finished_summaries/gradesaver/Ethan Frome/overview.json", "book_path": "all_chapterized_books/4517-chapters/book_clean.txt"}
{"bid": "4517", "source": "shmoop", "title": "Ethan Frome", "summary_path": "finished_summaries/shmoop/Ethan Frome/overview.txt", "book_path": "all_chapterized_books/4517-chapters/book_clean.txt"}
{"bid": "4517", "source": "cliffnotes", "title": "Ethan Frome", "summary_path": "finished_summaries/cliffnotes/Ethan Frome/overview.txt", "book_path": "all_chapterized_books/4517-chapters/book_clean.txt"}
{"bid": "4517", "source": "sparknotes", "title": "Ethan Frome", "summary_path": "finished_summaries/sparknotes/Ethan Frome/overview.txt", "book_path": "all_chapterized_books/4517-chapters/book_clean.txt"}
{"bid": "1023", "source": "gradesaver", "title": "Bleak House", "summary_path": "finished_summaries/gradesaver/Bleak House/overview.json", "book_path": "all_chapterized_books/1023-chapters/book_clean.txt"}
{"bid": "1023", "source": "shmoop", "title": "Bleak House", "summary_path": "finished_summaries/shmoop/Bleak House/overview.txt", "book_path": "all_chapterized_books/1023-chapters/book_clean.txt"}
{"bid": "1023", "source": "cliffnotes", "title": "Bleak House", "summary_path": "finished_summaries/cliffnotes/Bleak House/overview.txt", "book_path": "all_chapterized_books/1023-chapters/book_clean.txt"}
{"bid": "1023", "source": "sparknotes", "title": "Bleak House", "summary_path": "finished_summaries/sparknotes/Bleak House/overview.txt", "book_path": "all_chapterized_books/1023-chapters/book_clean.txt"}
{"bid": "140", "source": "gradesaver", "title": "The Jungle", "summary_path": "finished_summaries/gradesaver/The Jungle/overview.json", "book_path": "all_chapterized_books/140-chapters/book_clean.txt"}
{"bid": "140", "source": "shmoop", "title": "The Jungle", "summary_path": "finished_summaries/shmoop/The Jungle/overview.txt", "book_path": "all_chapterized_books/140-chapters/book_clean.txt"}
{"bid": "140", "source": "sparknotes", "title": "The Jungle", "summary_path": "finished_summaries/sparknotes/The Jungle/overview.txt", "book_path": "all_chapterized_books/140-chapters/book_clean.txt"}
{"bid": "2044", "source": "cliffnotes", "title": "The Education of Henry Adams", "summary_path": "finished_summaries/cliffnotes/The Education of Henry Adams/overview.txt", "book_path": "all_chapterized_books/2044-chapters/book_clean.txt"}
{"bid": "2081", "source": "gradesaver", "title": "The Blithedale Romance", "summary_path": "finished_summaries/gradesaver/The Blithedale Romance/overview.json", "book_path": "all_chapterized_books/2081-chapters/book_clean.txt"}
{"bid": "1783", "source": "gradesaver", "title": "Much Ado About Nothing", "summary_path": "finished_summaries/gradesaver/Much Ado About Nothing/overview.json", "book_path": "all_chapterized_books/1783-chapters/book_clean.txt"}
{"bid": "1783", "source": "shmoop", "title": "Much Ado About Nothing", "summary_path": "finished_summaries/shmoop/Much Ado About Nothing/overview.txt", "book_path": "all_chapterized_books/1783-chapters/book_clean.txt"}
{"bid": "1783", "source": "sparknotes", "title": "Much Ado About Nothing", "summary_path": "finished_summaries/sparknotes/Much Ado About Nothing/overview.txt", "book_path": "all_chapterized_books/1783-chapters/book_clean.txt"}
{"bid": "1249", "source": "gradesaver", "title": "Anthem", "summary_path": "finished_summaries/gradesaver/Anthem/overview.json", "book_path": "all_chapterized_books/1249-chapters/book_clean.txt"}
{"bid": "1249", "source": "shmoop", "title": "Anthem", "summary_path": "finished_summaries/shmoop/Anthem/overview.txt", "book_path": "all_chapterized_books/1249-chapters/book_clean.txt"}
{"bid": "1249", "source": "cliffnotes", "title": "Anthem", "summary_path": "finished_summaries/cliffnotes/Anthem/overview.txt", "book_path": "all_chapterized_books/1249-chapters/book_clean.txt"}
{"bid": "1249", "source": "sparknotes", "title": "Anthem", "summary_path": "finished_summaries/sparknotes/Anthem/overview.txt", "book_path": "all_chapterized_books/1249-chapters/book_clean.txt"}
{"bid": "1121", "source": "gradesaver", "title": "As You Like It", "summary_path": "finished_summaries/gradesaver/As You Like It/overview.json", "book_path": "all_chapterized_books/1121-chapters/book_clean.txt"}
{"bid": "1121", "source": "shmoop", "title": "As You Like It", "summary_path": "finished_summaries/shmoop/As You Like It/overview.txt", "book_path": "all_chapterized_books/1121-chapters/book_clean.txt"}
{"bid": "1121", "source": "sparknotes", "title": "As You Like It", "summary_path": "finished_summaries/sparknotes/As You Like It/overview.txt", "book_path": "all_chapterized_books/1121-chapters/book_clean.txt"}
{"bid": "844", "source": "shmoop", "title": "The Importance of Being Earnest", "summary_path": "finished_summaries/shmoop/The Importance of Being Earnest/overview.txt", "book_path": "all_chapterized_books/844-chapters/book_clean.txt"}
{"bid": "432", "source": "shmoop", "title": "The Ambassadors", "summary_path": "finished_summaries/shmoop/The Ambassadors/overview.txt", "book_path": "all_chapterized_books/432-chapters/book_clean.txt"}
{"bid": "432", "source": "cliffnotes", "title": "The Ambassadors", "summary_path": "finished_summaries/cliffnotes/The Ambassadors/overview.txt", "book_path": "all_chapterized_books/432-chapters/book_clean.txt"}
{"bid": "1772", "source": "gradesaver", "title": "The Taming of the Shrew", "summary_path": "finished_summaries/gradesaver/The Taming of the Shrew/overview.json", "book_path": "all_chapterized_books/1772-chapters/book_clean.txt"}
{"bid": "1772", "source": "shmoop", "title": "The Taming of the Shrew", "summary_path": "finished_summaries/shmoop/The Taming of the Shrew/overview.txt", "book_path": "all_chapterized_books/1772-chapters/book_clean.txt"}
{"bid": "1772", "source": "sparknotes", "title": "The Taming of the Shrew", "summary_path": "finished_summaries/sparknotes/The Taming of the Shrew/overview.txt", "book_path": "all_chapterized_books/1772-chapters/book_clean.txt"}


================================================
FILE: alignments/chapter-level-summary-alignments/chapter_summary_aligned_test_split.jsonl
================================================
{"bid": "1232", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/chapters_1_to_3.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_0_part_0.txt", "book_id": "The Prince.chapters 1-3", "summary_id": "section 1: chapters 1-3"}
{"bid": "1232", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/chapters_4_to_7.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_1_part_0.txt", "book_id": "The Prince.chapters 4-7", "summary_id": "section 2: chapters 4-7"}
{"bid": "1232", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/chapters_8_to_9.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_2_part_0.txt", "book_id": "The Prince.chapters 8-9", "summary_id": "section 3: chapters 8-9"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/10.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_3_part_1.txt", "book_id": "The Prince.chapter x", "summary_id": "chapter x"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/11.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_3_part_2.txt", "book_id": "The Prince.chapter xi", "summary_id": "chapter xi"}
{"bid": "1232", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/chapters_12_to_14.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_4_part_0.txt", "book_id": "The Prince.chapters 12-14", "summary_id": "section 5: chapters 12-14"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/15.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_5_part_1.txt", "book_id": "The Prince.chapter xv", "summary_id": "chapter xv"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/16.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_5_part_2.txt", "book_id": "The Prince.chapter xvi", "summary_id": "chapter xvi"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/17.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_5_part_3.txt", "book_id": "The Prince.chapter xvii", "summary_id": "chapter xvii"}
{"bid": "1232", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/19.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_5_part_4.txt", "book_id": "The Prince.chapter xix", "summary_id": "chapter xix"}
{"bid": "1232", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/1232-chapters/chapters_20_to_26.txt", "summary_path": "finished_summaries/gradesaver/The Prince/section_6_part_0.txt", "book_id": "The Prince.chapters 20-26", "summary_id": "section 7: chapters 20-26"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/01.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_1_part_0.txt", "book_id": "The Prince.chapter 1", "summary_id": "chapter 1"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/02.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_2_part_0.txt", "book_id": "The Prince.chapter 2", "summary_id": "chapter 2"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/03.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_3_part_0.txt", "book_id": "The Prince.chapter 3", "summary_id": "chapter 3"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/04.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_4_part_0.txt", "book_id": "The Prince.chapter 4", "summary_id": "chapter 4"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/05.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_5_part_0.txt", "book_id": "The Prince.chapter 5", "summary_id": "chapter 5"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/06.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_6_part_0.txt", "book_id": "The Prince.chapter 6", "summary_id": "chapter 6"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/07.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_7_part_0.txt", "book_id": "The Prince.chapter 7", "summary_id": "chapter 7"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/08.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_8_part_0.txt", "book_id": "The Prince.chapter 8", "summary_id": "chapter 8"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/09.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_9_part_0.txt", "book_id": "The Prince.chapter 9", "summary_id": "chapter 9"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/10.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_10_part_0.txt", "book_id": "The Prince.chapter 10", "summary_id": "chapter 10"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/11.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_11_part_0.txt", "book_id": "The Prince.chapter 11", "summary_id": "chapter 11"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/12.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_12_part_0.txt", "book_id": "The Prince.chapter 12", "summary_id": "chapter 12"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/13.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_13_part_0.txt", "book_id": "The Prince.chapter 13", "summary_id": "chapter 13"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/14.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_14_part_0.txt", "book_id": "The Prince.chapter 14", "summary_id": "chapter 14"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/15.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_15_part_0.txt", "book_id": "The Prince.chapter 15", "summary_id": "chapter 15"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/16.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_16_part_0.txt", "book_id": "The Prince.chapter 16", "summary_id": "chapter 16"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/17.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_17_part_0.txt", "book_id": "The Prince.chapter 17", "summary_id": "chapter 17"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/18.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_18_part_0.txt", "book_id": "The Prince.chapter 18", "summary_id": "chapter 18"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/19.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_19_part_0.txt", "book_id": "The Prince.chapter 19", "summary_id": "chapter 19"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/20.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_20_part_0.txt", "book_id": "The Prince.chapter 20", "summary_id": "chapter 20"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/21.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_21_part_0.txt", "book_id": "The Prince.chapter 21", "summary_id": "chapter 21"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/22.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_22_part_0.txt", "book_id": "The Prince.chapter 22", "summary_id": "chapter 22"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/23.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_23_part_0.txt", "book_id": "The Prince.chapter 23", "summary_id": "chapter 23"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/24.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_24_part_0.txt", "book_id": "The Prince.chapter 24", "summary_id": "chapter 24"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/25.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_25_part_0.txt", "book_id": "The Prince.chapter 25", "summary_id": "chapter 25"}
{"bid": "1232", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/1232-chapters/26.txt", "summary_path": "finished_summaries/shmoop/The Prince/section_26_part_0.txt", "book_id": "The Prince.chapter 26", "summary_id": "chapter 26"}
{"bid": "1232", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/chapters_1_to_2.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_1_part_0.txt", "book_id": "The Prince.chapters 1-2", "summary_id": "chapters 1-2"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/03.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_2_part_0.txt", "book_id": "The Prince.chapter 3", "summary_id": "chapter 3"}
{"bid": "1232", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/chapters_4_to_5.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_3_part_0.txt", "book_id": "The Prince.chapters 4-5", "summary_id": "chapters 4-5"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/06.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_4_part_0.txt", "book_id": "The Prince.chapter 6", "summary_id": "chapter 6"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/07.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_5_part_0.txt", "book_id": "The Prince.chapter 7", "summary_id": "chapter 7"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/08.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_6_part_0.txt", "book_id": "The Prince.chapter 8", "summary_id": "chapter 8"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/09.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_7_part_0.txt", "book_id": "The Prince.chapter 9", "summary_id": "chapter 9"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/10.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_8_part_0.txt", "book_id": "The Prince.chapter 10", "summary_id": "chapter 10"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/11.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_9_part_0.txt", "book_id": "The Prince.chapter 11", "summary_id": "chapter 11"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/12.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_10_part_0.txt", "book_id": "The Prince.chapter 12", "summary_id": "chapter 12"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/13.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_11_part_0.txt", "book_id": "The Prince.chapter 13", "summary_id": "chapter 13"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/14.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_12_part_0.txt", "book_id": "The Prince.chapter 14", "summary_id": "chapter 14"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/15.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_13_part_0.txt", "book_id": "The Prince.chapter 15", "summary_id": "chapter 15"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/16.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_14_part_0.txt", "book_id": "The Prince.chapter 16", "summary_id": "chapter 16"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/17.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_15_part_0.txt", "book_id": "The Prince.chapter 17", "summary_id": "chapter 17"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/18.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_16_part_0.txt", "book_id": "The Prince.chapter 18", "summary_id": "chapter 18"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/19.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_17_part_0.txt", "book_id": "The Prince.chapter 19", "summary_id": "chapter 19"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/20.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_18_part_0.txt", "book_id": "The Prince.chapter 20", "summary_id": "chapter 20"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/21.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_19_part_0.txt", "book_id": "The Prince.chapter 21", "summary_id": "chapter 21"}
{"bid": "1232", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/chapters_22_to_23.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_20_part_0.txt", "book_id": "The Prince.chapters 22-23", "summary_id": "chapters 22-23"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/24.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_21_part_0.txt", "book_id": "The Prince.chapter 24", "summary_id": "chapter 24"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/25.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_22_part_0.txt", "book_id": "The Prince.chapter 25", "summary_id": "chapter 25"}
{"bid": "1232", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/1232-chapters/26.txt", "summary_path": "finished_summaries/cliffnotes/The Prince/section_23_part_0.txt", "book_id": "The Prince.chapter 26", "summary_id": "chapter 26"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/01.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_1_part_1.txt", "book_id": "The Prince.chapter i", "summary_id": "chapter i"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/02.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_1_part_2.txt", "book_id": "The Prince.chapter ii", "summary_id": "chapter ii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/03.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_1_part_3.txt", "book_id": "The Prince.chapter iii", "summary_id": "chapter iii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/04.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_1_part_4.txt", "book_id": "The Prince.chapter iv", "summary_id": "chapter iv"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/05.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_2_part_1.txt", "book_id": "The Prince.chapter v", "summary_id": "chapter v"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/06.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_2_part_2.txt", "book_id": "The Prince.chapter vi", "summary_id": "chapter vi"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/07.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_2_part_3.txt", "book_id": "The Prince.chapter vii", "summary_id": "chapter vii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/08.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_3_part_1.txt", "book_id": "The Prince.chapter viii", "summary_id": "chapter viii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/09.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_3_part_2.txt", "book_id": "The Prince.chapter ix", "summary_id": "chapter ix"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/10.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_4_part_1.txt", "book_id": "The Prince.chapter x", "summary_id": "chapter x"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/11.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_4_part_2.txt", "book_id": "The Prince.chapter xi", "summary_id": "chapter xi"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/12.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_5_part_1.txt", "book_id": "The Prince.chapter xii", "summary_id": "chapter xii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/13.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_5_part_2.txt", "book_id": "The Prince.chapter xiii", "summary_id": "chapter xiii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/14.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_5_part_3.txt", "book_id": "The Prince.chapter xiv", "summary_id": "chapter xiv"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/15.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_6_part_1.txt", "book_id": "The Prince.chapter xv", "summary_id": "chapter xv"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/16.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_6_part_2.txt", "book_id": "The Prince.chapter xvi", "summary_id": "chapter xvi"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/17.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_6_part_3.txt", "book_id": "The Prince.chapter xvii", "summary_id": "chapter xvii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/18.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_7_part_1.txt", "book_id": "The Prince.chapter xviii", "summary_id": "chapter xviii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/19.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_7_part_2.txt", "book_id": "The Prince.chapter xix", "summary_id": "chapter xix"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/20.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_8_part_1.txt", "book_id": "The Prince.chapter xx", "summary_id": "chapter xx"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/21.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_8_part_2.txt", "book_id": "The Prince.chapter xxi", "summary_id": "chapter xxi"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/22.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_8_part_3.txt", "book_id": "The Prince.chapter xxii", "summary_id": "chapter xxii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/23.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_8_part_4.txt", "book_id": "The Prince.chapter xxiii", "summary_id": "chapter xxiii"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/24.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_9_part_1.txt", "book_id": "The Prince.chapter xxiv", "summary_id": "chapter xxiv"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/25.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_9_part_2.txt", "book_id": "The Prince.chapter xxv", "summary_id": "chapter xxv"}
{"bid": "1232", "is_aggregate": false, "source": "sparknotes", "chapter_path": "all_chapterized_books/1232-chapters/26.txt", "summary_path": "finished_summaries/sparknotes/The Prince/section_9_part_3.txt", "book_id": "The Prince.chapter xxvi", "summary_id": "chapter xxvi"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/01.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_1.txt", "book_id": "Sense and Sensibility.chapter 1", "summary_id": "chapter 1"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/02.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_2.txt", "book_id": "Sense and Sensibility.chapter 2", "summary_id": "chapter 2"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/03.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_3.txt", "book_id": "Sense and Sensibility.chapter 3", "summary_id": "chapter 3"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/04.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_4.txt", "book_id": "Sense and Sensibility.chapter 4", "summary_id": "chapter 4"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/05.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_5.txt", "book_id": "Sense and Sensibility.chapter 5", "summary_id": "chapter 5"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/06.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_6.txt", "book_id": "Sense and Sensibility.chapter 6", "summary_id": "chapter 6"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/07.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_7.txt", "book_id": "Sense and Sensibility.chapter 7", "summary_id": "chapter 7"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/08.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_8.txt", "book_id": "Sense and Sensibility.chapter 8", "summary_id": "chapter 8"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/09.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_9.txt", "book_id": "Sense and Sensibility.chapter 9", "summary_id": "chapter 9"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/10.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_0_part_10.txt", "book_id": "Sense and Sensibility.chapter 10", "summary_id": "chapter 10"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/11.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_1.txt", "book_id": "Sense and Sensibility.chapter 11", "summary_id": "chapter 11"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/12.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_2.txt", "book_id": "Sense and Sensibility.chapter 12", "summary_id": "chapter 12"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/13.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_3.txt", "book_id": "Sense and Sensibility.chapter 13", "summary_id": "chapter 13"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/14.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_4.txt", "book_id": "Sense and Sensibility.chapter 14", "summary_id": "chapter 14"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/15.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_5.txt", "book_id": "Sense and Sensibility.chapter 15", "summary_id": "chapter 15"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/16.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_6.txt", "book_id": "Sense and Sensibility.chapter 16", "summary_id": "chapter 16"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/17.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_7.txt", "book_id": "Sense and Sensibility.chapter 17", "summary_id": "chapter 17"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/18.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_8.txt", "book_id": "Sense and Sensibility.chapter 18", "summary_id": "chapter 18"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/19.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_9.txt", "book_id": "Sense and Sensibility.chapter 19", "summary_id": "chapter 19"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/20.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_1_part_10.txt", "book_id": "Sense and Sensibility.chapter 20", "summary_id": "chapter 20"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/21.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_1.txt", "book_id": "Sense and Sensibility.chapter 21", "summary_id": "chapter 21"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/22.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_2.txt", "book_id": "Sense and Sensibility.chapter 22", "summary_id": "chapter 22"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/23.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_3.txt", "book_id": "Sense and Sensibility.chapter 23", "summary_id": "chapter 23"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/24.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_4.txt", "book_id": "Sense and Sensibility.chapter 24", "summary_id": "chapter 24"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/25.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_5.txt", "book_id": "Sense and Sensibility.chapter 25", "summary_id": "chapter 25"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/26.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_6.txt", "book_id": "Sense and Sensibility.chapter 26", "summary_id": "chapter 26"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/27.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_7.txt", "book_id": "Sense and Sensibility.chapter 27", "summary_id": "chapter 27"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/28.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_8.txt", "book_id": "Sense and Sensibility.chapter 28", "summary_id": "chapter 28"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/29.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_9.txt", "book_id": "Sense and Sensibility.chapter 29", "summary_id": "chapter 29"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/30.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_2_part_10.txt", "book_id": "Sense and Sensibility.chapter 30", "summary_id": "chapter 30"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/31.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_1.txt", "book_id": "Sense and Sensibility.chapter 31", "summary_id": "chapter 31"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/32.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_2.txt", "book_id": "Sense and Sensibility.chapter 32", "summary_id": "chapter 32"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/33.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_3.txt", "book_id": "Sense and Sensibility.chapter 33", "summary_id": "chapter 33"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/34.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_4.txt", "book_id": "Sense and Sensibility.chapter 34", "summary_id": "chapter 34"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/35.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_5.txt", "book_id": "Sense and Sensibility.chapter 35", "summary_id": "chapter 35"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/36.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_6.txt", "book_id": "Sense and Sensibility.chapter 36", "summary_id": "chapter 36"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/37.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_7.txt", "book_id": "Sense and Sensibility.chapter 37", "summary_id": "chapter 37"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/38.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_8.txt", "book_id": "Sense and Sensibility.chapter 38", "summary_id": "chapter 38"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/39.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_9.txt", "book_id": "Sense and Sensibility.chapter 39", "summary_id": "chapter 39"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/40.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_3_part_10.txt", "book_id": "Sense and Sensibility.chapter 40", "summary_id": "chapter 40"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/41.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_1.txt", "book_id": "Sense and Sensibility.chapter 41", "summary_id": "chapter 41"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/42.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_2.txt", "book_id": "Sense and Sensibility.chapter 42", "summary_id": "chapter 42"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/43.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_3.txt", "book_id": "Sense and Sensibility.chapter 43", "summary_id": "chapter 43"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/44.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_4.txt", "book_id": "Sense and Sensibility.chapter 44", "summary_id": "chapter 44"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/45.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_5.txt", "book_id": "Sense and Sensibility.chapter 45", "summary_id": "chapter 45"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/46.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_6.txt", "book_id": "Sense and Sensibility.chapter 46", "summary_id": "chapter 46"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/47.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_7.txt", "book_id": "Sense and Sensibility.chapter 47", "summary_id": "chapter 47"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/48.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_8.txt", "book_id": "Sense and Sensibility.chapter 48", "summary_id": "chapter 48"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/49.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_9.txt", "book_id": "Sense and Sensibility.chapter 49", "summary_id": "chapter 49"}
{"bid": "161", "is_aggregate": false, "source": "gradesaver", "chapter_path": "all_chapterized_books/161-chapters/50.txt", "summary_path": "finished_summaries/gradesaver/Sense and Sensibility/section_4_part_10.txt", "book_id": "Sense and Sensibility.chapter 50", "summary_id": "chapter 50"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/01.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_0_part_0.txt", "book_id": "Sense and Sensibility.chapter 1", "summary_id": "chapter 1"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/02.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_1_part_0.txt", "book_id": "Sense and Sensibility.chapter 2", "summary_id": "chapter 2"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/03.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_2_part_0.txt", "book_id": "Sense and Sensibility.chapter 3", "summary_id": "chapter 3"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/04.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_3_part_0.txt", "book_id": "Sense and Sensibility.chapter 4", "summary_id": "chapter 4"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/05.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_4_part_0.txt", "book_id": "Sense and Sensibility.chapter 5", "summary_id": "chapter 5"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/06.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_5_part_0.txt", "book_id": "Sense and Sensibility.chapter 6", "summary_id": "chapter 6"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/07.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_6_part_0.txt", "book_id": "Sense and Sensibility.chapter 7", "summary_id": "chapter 7"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/08.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_7_part_0.txt", "book_id": "Sense and Sensibility.chapter 8", "summary_id": "chapter 8"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/09.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_8_part_0.txt", "book_id": "Sense and Sensibility.chapter 9", "summary_id": "chapter 9"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/10.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_9_part_0.txt", "book_id": "Sense and Sensibility.chapter 10", "summary_id": "chapter 10"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/11.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_10_part_0.txt", "book_id": "Sense and Sensibility.chapter 11", "summary_id": "chapter 11"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/12.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_11_part_0.txt", "book_id": "Sense and Sensibility.chapter 12", "summary_id": "chapter 12"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/13.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_12_part_0.txt", "book_id": "Sense and Sensibility.chapter 13", "summary_id": "chapter 13"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/14.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_13_part_0.txt", "book_id": "Sense and Sensibility.chapter 14", "summary_id": "chapter 14"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/15.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_14_part_0.txt", "book_id": "Sense and Sensibility.chapter 15", "summary_id": "chapter 15"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/16.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_15_part_0.txt", "book_id": "Sense and Sensibility.chapter 16", "summary_id": "chapter 16"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/17.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_16_part_0.txt", "book_id": "Sense and Sensibility.chapter 17", "summary_id": "chapter 17"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/18.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_17_part_0.txt", "book_id": "Sense and Sensibility.chapter 18", "summary_id": "chapter 18"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/19.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_18_part_0.txt", "book_id": "Sense and Sensibility.chapter 19", "summary_id": "chapter 19"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/20.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_19_part_0.txt", "book_id": "Sense and Sensibility.chapter 20", "summary_id": "chapter 20"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/21.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_20_part_0.txt", "book_id": "Sense and Sensibility.chapter 21", "summary_id": "chapter 21"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/22.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_21_part_0.txt", "book_id": "Sense and Sensibility.chapter 22", "summary_id": "chapter 22"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/23.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_22_part_0.txt", "book_id": "Sense and Sensibility.chapter 23", "summary_id": "chapter 23"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/24.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_23_part_0.txt", "book_id": "Sense and Sensibility.chapter 24", "summary_id": "chapter 24"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/25.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_24_part_0.txt", "book_id": "Sense and Sensibility.chapter 25", "summary_id": "chapter 25"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/26.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_25_part_0.txt", "book_id": "Sense and Sensibility.chapter 26", "summary_id": "chapter 26"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/27.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_26_part_0.txt", "book_id": "Sense and Sensibility.chapter 27", "summary_id": "chapter 27"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/28.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_27_part_0.txt", "book_id": "Sense and Sensibility.chapter 28", "summary_id": "chapter 28"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/29.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_28_part_0.txt", "book_id": "Sense and Sensibility.chapter 29", "summary_id": "chapter 29"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/30.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_29_part_0.txt", "book_id": "Sense and Sensibility.chapter 30", "summary_id": "chapter 30"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/31.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_30_part_0.txt", "book_id": "Sense and Sensibility.chapter 31", "summary_id": "chapter 31"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/32.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_31_part_0.txt", "book_id": "Sense and Sensibility.chapter 32", "summary_id": "chapter 32"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/33.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_32_part_0.txt", "book_id": "Sense and Sensibility.chapter 33", "summary_id": "chapter 33"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/34.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_33_part_0.txt", "book_id": "Sense and Sensibility.chapter 34", "summary_id": "chapter 34"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/35.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_34_part_0.txt", "book_id": "Sense and Sensibility.chapter 35", "summary_id": "chapter 35"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/36.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_35_part_0.txt", "book_id": "Sense and Sensibility.chapter 36", "summary_id": "chapter 36"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/37.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_36_part_0.txt", "book_id": "Sense and Sensibility.chapter 37", "summary_id": "chapter 37"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/38.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_37_part_0.txt", "book_id": "Sense and Sensibility.chapter 38", "summary_id": "chapter 38"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/39.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_38_part_0.txt", "book_id": "Sense and Sensibility.chapter 39", "summary_id": "chapter 39"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/40.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_39_part_0.txt", "book_id": "Sense and Sensibility.chapter 40", "summary_id": "chapter 40"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/41.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_40_part_0.txt", "book_id": "Sense and Sensibility.chapter 41", "summary_id": "chapter 41"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/42.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_41_part_0.txt", "book_id": "Sense and Sensibility.chapter 42", "summary_id": "chapter 42"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/43.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_42_part_0.txt", "book_id": "Sense and Sensibility.chapter 43", "summary_id": "chapter 43"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/44.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_43_part_0.txt", "book_id": "Sense and Sensibility.chapter 44", "summary_id": "chapter 44"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/45.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_44_part_0.txt", "book_id": "Sense and Sensibility.chapter 45", "summary_id": "chapter 45"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/46.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_45_part_0.txt", "book_id": "Sense and Sensibility.chapter 46", "summary_id": "chapter 46"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/47.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_46_part_0.txt", "book_id": "Sense and Sensibility.chapter 47", "summary_id": "chapter 47"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/48.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_47_part_0.txt", "book_id": "Sense and Sensibility.chapter 48", "summary_id": "chapter 48"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/49.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_48_part_0.txt", "book_id": "Sense and Sensibility.chapter 49", "summary_id": "chapter 49"}
{"bid": "161", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/161-chapters/50.txt", "summary_path": "finished_summaries/shmoop/Sense and Sensibility/section_49_part_0.txt", "book_id": "Sense and Sensibility.chapter 50", "summary_id": "chapter 50"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/01.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_0_part_0.txt", "book_id": "Sense and Sensibility.chapter 1", "summary_id": "chapter 1"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/02.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_1_part_0.txt", "book_id": "Sense and Sensibility.chapter 2", "summary_id": "chapter 2"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/03.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_2_part_0.txt", "book_id": "Sense and Sensibility.chapter 3", "summary_id": "chapter 3"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/04.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_3_part_0.txt", "book_id": "Sense and Sensibility.chapter 4", "summary_id": "chapter 4"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_5_to_6.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_4_part_0.txt", "book_id": "Sense and Sensibility.chapters 5-6", "summary_id": "chapters 5-6"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_7_to_8.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_5_part_0.txt", "book_id": "Sense and Sensibility.chapters 7-8", "summary_id": "chapters 7-8"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/09.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_6_part_0.txt", "book_id": "Sense and Sensibility.chapter 9", "summary_id": "chapter 9"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/10.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_7_part_0.txt", "book_id": "Sense and Sensibility.chapter 10", "summary_id": "chapter 10"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_11_to_12.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_8_part_0.txt", "book_id": "Sense and Sensibility.chapters 11-12", "summary_id": "chapters 11-12"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_13_to_14.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_9_part_0.txt", "book_id": "Sense and Sensibility.chapters 13-14", "summary_id": "chapters 13-14"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/15.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_10_part_0.txt", "book_id": "Sense and Sensibility.chapter 15", "summary_id": "chapter 15"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_16_to_17.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_11_part_0.txt", "book_id": "Sense and Sensibility.chapters 16-17", "summary_id": "chapters 16-17"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/18.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_12_part_0.txt", "book_id": "Sense and Sensibility.chapter 18", "summary_id": "chapter 18"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/19.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_13_part_0.txt", "book_id": "Sense and Sensibility.chapter 19", "summary_id": "chapter 19"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_20_to_21.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_14_part_0.txt", "book_id": "Sense and Sensibility.chapters 20-21", "summary_id": "chapters 20-21"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/22.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_15_part_0.txt", "book_id": "Sense and Sensibility.chapter 22", "summary_id": "chapter 22"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_23_to_24.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_16_part_0.txt", "book_id": "Sense and Sensibility.chapters 23-24", "summary_id": "chapters 23-24"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_25_to_26.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_17_part_0.txt", "book_id": "Sense and Sensibility.chapters 25-26", "summary_id": "chapters 25-26"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_27_to_28.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_18_part_0.txt", "book_id": "Sense and Sensibility.chapters 27-28", "summary_id": "chapters 27-28"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/29.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_19_part_0.txt", "book_id": "Sense and Sensibility.chapter 29", "summary_id": "chapter 29"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/30.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_20_part_0.txt", "book_id": "Sense and Sensibility.chapter 30", "summary_id": "chapter 30"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/31.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_21_part_0.txt", "book_id": "Sense and Sensibility.chapter 31", "summary_id": "chapter 31"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_32_to_33.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_22_part_0.txt", "book_id": "Sense and Sensibility.chapters 32-33", "summary_id": "chapters 32-33"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/34.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_23_part_0.txt", "book_id": "Sense and Sensibility.chapter 34", "summary_id": "chapter 34"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_35_to_36.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_24_part_0.txt", "book_id": "Sense and Sensibility.chapters 35-36", "summary_id": "chapters 35-36"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/37.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_25_part_0.txt", "book_id": "Sense and Sensibility.chapter 37", "summary_id": "chapter 37"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/38.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_26_part_0.txt", "book_id": "Sense and Sensibility.chapter 38", "summary_id": "chapter 38"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/39.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_27_part_0.txt", "book_id": "Sense and Sensibility.chapter 39", "summary_id": "chapter 39"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_40_to_41.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_28_part_0.txt", "book_id": "Sense and Sensibility.chapters 40-41", "summary_id": "chapters 40-41"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_42_to_43.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_29_part_0.txt", "book_id": "Sense and Sensibility.chapters 42-43", "summary_id": "chapters 42-43"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/44.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_30_part_0.txt", "book_id": "Sense and Sensibility.chapter 44", "summary_id": "chapter 44"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_45_to_46.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_31_part_0.txt", "book_id": "Sense and Sensibility.chapters 45-46", "summary_id": "chapters 45-46"}
{"bid": "161", "is_aggregate": true, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_47_to_48.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_32_part_0.txt", "book_id": "Sense and Sensibility.chapters 47-48", "summary_id": "chapters 47-48"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/49.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_33_part_0.txt", "book_id": "Sense and Sensibility.chapter 49", "summary_id": "chapter 49"}
{"bid": "161", "is_aggregate": false, "source": "cliffnotes", "chapter_path": "all_chapterized_books/161-chapters/50.txt", "summary_path": "finished_summaries/cliffnotes/Sense and Sensibility/section_34_part_0.txt", "book_id": "Sense and Sensibility.chapter 50", "summary_id": "chapter 50"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_1_to_5.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_0_part_0.txt", "book_id": "Sense and Sensibility.chapters 1-5", "summary_id": "chapters 1-5"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_6_to_10.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_1_part_0.txt", "book_id": "Sense and Sensibility.chapters 6-10", "summary_id": "chapters 6-10"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_11_to_15.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_2_part_0.txt", "book_id": "Sense and Sensibility.chapters 11-15", "summary_id": "chapters 11-15"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_16_to_19.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_3_part_0.txt", "book_id": "Sense and Sensibility.chapters 16-19", "summary_id": "chapters 16-19"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_20_to_22.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_4_part_0.txt", "book_id": "Sense and Sensibility.chapters 20-22", "summary_id": "chapters 20-22"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_23_to_27.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_5_part_0.txt", "book_id": "Sense and Sensibility.chapters 23-27", "summary_id": "chapters 23-27"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_28_to_32.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_6_part_0.txt", "book_id": "Sense and Sensibility.chapters 28-32", "summary_id": "chapters 28-32"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_33_to_36.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_7_part_0.txt", "book_id": "Sense and Sensibility.chapters 33-36", "summary_id": "chapters 33-36"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_37_to_41.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_8_part_0.txt", "book_id": "Sense and Sensibility.chapters 37-41", "summary_id": "chapters 37-41"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_42_to_45.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_9_part_0.txt", "book_id": "Sense and Sensibility.chapters 42-45", "summary_id": "chapters 42-45"}
{"bid": "161", "is_aggregate": true, "source": "sparknotes", "chapter_path": "all_chapterized_books/161-chapters/chapters_46_to_50.txt", "summary_path": "finished_summaries/sparknotes/Sense and Sensibility/section_10_part_0.txt", "book_id": "Sense and Sensibility.chapters 46-50", "summary_id": "chapters 46-50"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/01.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_0_part_0.txt", "book_id": "Sense and Sensibility.chapter 1", "summary_id": "chapter 1"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/02.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_1_part_0.txt", "book_id": "Sense and Sensibility.chapter 2", "summary_id": "chapter 2"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/03.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_2_part_0.txt", "book_id": "Sense and Sensibility.chapter 3", "summary_id": "chapter 3"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/04.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_3_part_0.txt", "book_id": "Sense and Sensibility.chapter 4", "summary_id": "chapter 4"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/05.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_4_part_0.txt", "book_id": "Sense and Sensibility.chapter 5", "summary_id": "chapter 5"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/06.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_5_part_0.txt", "book_id": "Sense and Sensibility.chapter 6", "summary_id": "chapter 6"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/07.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_6_part_0.txt", "book_id": "Sense and Sensibility.chapter 7", "summary_id": "chapter 7"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/08.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_7_part_0.txt", "book_id": "Sense and Sensibility.chapter 8", "summary_id": "chapter 8"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/09.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_8_part_0.txt", "book_id": "Sense and Sensibility.chapter 9", "summary_id": "chapter 9"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/10.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_9_part_0.txt", "book_id": "Sense and Sensibility.chapter 10", "summary_id": "chapter 10"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/11.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_10_part_0.txt", "book_id": "Sense and Sensibility.chapter 11", "summary_id": "chapter 11"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/12.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_11_part_0.txt", "book_id": "Sense and Sensibility.chapter 12", "summary_id": "chapter 12"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/13.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_12_part_0.txt", "book_id": "Sense and Sensibility.chapter 13", "summary_id": "chapter 13"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/14.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_13_part_0.txt", "book_id": "Sense and Sensibility.chapter 14", "summary_id": "chapter 14"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/15.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_14_part_0.txt", "book_id": "Sense and Sensibility.chapter 15", "summary_id": "chapter 15"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/16.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_15_part_0.txt", "book_id": "Sense and Sensibility.chapter 16", "summary_id": "chapter 16"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/17.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_16_part_0.txt", "book_id": "Sense and Sensibility.chapter 17", "summary_id": "chapter 17"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/18.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_17_part_0.txt", "book_id": "Sense and Sensibility.chapter 18", "summary_id": "chapter 18"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/19.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_18_part_0.txt", "book_id": "Sense and Sensibility.chapter 19", "summary_id": "chapter 19"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/20.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_19_part_0.txt", "book_id": "Sense and Sensibility.chapter 20", "summary_id": "chapter 20"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/21.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_20_part_0.txt", "book_id": "Sense and Sensibility.chapter 21", "summary_id": "chapter 21"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/22.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_21_part_0.txt", "book_id": "Sense and Sensibility.chapter 22", "summary_id": "chapter 22"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/23.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_22_part_0.txt", "book_id": "Sense and Sensibility.chapter 23", "summary_id": "chapter 23"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/24.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_23_part_0.txt", "book_id": "Sense and Sensibility.chapter 24", "summary_id": "chapter 24"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/25.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_24_part_0.txt", "book_id": "Sense and Sensibility.chapter 25", "summary_id": "chapter 25"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/26.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_25_part_0.txt", "book_id": "Sense and Sensibility.chapter 26", "summary_id": "chapter 26"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/27.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_26_part_0.txt", "book_id": "Sense and Sensibility.chapter 27", "summary_id": "chapter 27"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/28.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_27_part_0.txt", "book_id": "Sense and Sensibility.chapter 28", "summary_id": "chapter 28"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/29.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_28_part_0.txt", "book_id": "Sense and Sensibility.chapter 29", "summary_id": "chapter 29"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/30.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_29_part_0.txt", "book_id": "Sense and Sensibility.chapter 30", "summary_id": "chapter 30"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/31.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_30_part_0.txt", "book_id": "Sense and Sensibility.chapter 31", "summary_id": "chapter 31"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/32.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_31_part_0.txt", "book_id": "Sense and Sensibility.chapter 32", "summary_id": "chapter 32"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/33.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_32_part_0.txt", "book_id": "Sense and Sensibility.chapter 33", "summary_id": "chapter 33"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/34.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_33_part_0.txt", "book_id": "Sense and Sensibility.chapter 34", "summary_id": "chapter 34"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/35.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_34_part_0.txt", "book_id": "Sense and Sensibility.chapter 35", "summary_id": "chapter 35"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/36.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_35_part_0.txt", "book_id": "Sense and Sensibility.chapter 36", "summary_id": "chapter 36"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/37.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_36_part_0.txt", "book_id": "Sense and Sensibility.chapter 37", "summary_id": "chapter 37"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/38.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_37_part_0.txt", "book_id": "Sense and Sensibility.chapter 38", "summary_id": "chapter 38"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/39.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_38_part_0.txt", "book_id": "Sense and Sensibility.chapter 39", "summary_id": "chapter 39"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/40.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_39_part_0.txt", "book_id": "Sense and Sensibility.chapter 40", "summary_id": "chapter 40"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/41.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_40_part_0.txt", "book_id": "Sense and Sensibility.chapter 41", "summary_id": "chapter 41"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/42.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_41_part_0.txt", "book_id": "Sense and Sensibility.chapter 42", "summary_id": "chapter 42"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/43.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_42_part_0.txt", "book_id": "Sense and Sensibility.chapter 43", "summary_id": "chapter 43"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/44.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_43_part_0.txt", "book_id": "Sense and Sensibility.chapter 44", "summary_id": "chapter 44"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/45.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_44_part_0.txt", "book_id": "Sense and Sensibility.chapter 45", "summary_id": "chapter 45"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/46.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_45_part_0.txt", "book_id": "Sense and Sensibility.chapter 46", "summary_id": "chapter 46"}
{"bid": "161", "is_aggregate": false, "source": "pinkmonkey", "chapter_path": "all_chapterized_books/161-chapters/47.txt", "summary_path": "finished_summaries/pinkmonkey/Sense and Sensibility/section_46_part_0.txt", "book_id": "Sense and Sensibility.chapter 47", "summary_id": "chapter 47"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/01.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_1.txt", "book_id": "Sense and Sensibility.chapter i", "summary_id": "chapter i"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/02.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_2.txt", "book_id": "Sense and Sensibility.chapter ii", "summary_id": "chapter ii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/03.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_3.txt", "book_id": "Sense and Sensibility.chapter iii", "summary_id": "chapter iii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/04.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_4.txt", "book_id": "Sense and Sensibility.chapter iv", "summary_id": "chapter iv"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/05.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_5.txt", "book_id": "Sense and Sensibility.chapter v", "summary_id": "chapter v"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/06.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_6.txt", "book_id": "Sense and Sensibility.chapter vi", "summary_id": "chapter vi"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/07.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_7.txt", "book_id": "Sense and Sensibility.chapter vii", "summary_id": "chapter vii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/08.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_8.txt", "book_id": "Sense and Sensibility.chapter viii", "summary_id": "chapter viii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/09.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_9.txt", "book_id": "Sense and Sensibility.chapter ix", "summary_id": "chapter ix"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/10.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_10.txt", "book_id": "Sense and Sensibility.chapter x", "summary_id": "chapter x"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/11.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_1_part_11.txt", "book_id": "Sense and Sensibility.chapter xi", "summary_id": "chapter xi"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/12.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_1.txt", "book_id": "Sense and Sensibility.chapter xii", "summary_id": "chapter xii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/13.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_2.txt", "book_id": "Sense and Sensibility.chapter xiii", "summary_id": "chapter xiii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/14.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_3.txt", "book_id": "Sense and Sensibility.chapter xiv", "summary_id": "chapter xiv"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/15.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_4.txt", "book_id": "Sense and Sensibility.chapter xv", "summary_id": "chapter xv"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/16.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_5.txt", "book_id": "Sense and Sensibility.chapter xvi", "summary_id": "chapter xvi"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/17.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_6.txt", "book_id": "Sense and Sensibility.chapter xvii", "summary_id": "chapter xvii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/18.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_7.txt", "book_id": "Sense and Sensibility.chapter xviii", "summary_id": "chapter xviii"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/19.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_8.txt", "book_id": "Sense and Sensibility.chapter xix", "summary_id": "chapter xix"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/20.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_9.txt", "book_id": "Sense and Sensibility.chapter xx", "summary_id": "chapter xx"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/21.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_10.txt", "book_id": "Sense and Sensibility.chapter xxi", "summary_id": "chapter xxi"}
{"bid": "161", "is_aggregate": false, "source": "novelguide", "chapter_path": "all_chapterized_books/161-chapters/22.txt", "summary_path": "finished_summaries/novelguide/Sense and Sensibility/section_2_part_11.txt", "book_id": "Sense and Sensibility.chapter xxii", "summary_id": "chapter xxii"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_1_to_4.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_0_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 1-4", "summary_id": "chapters 1-4"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_5_to_13.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_1_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 5-13", "summary_id": "chapters 5-13"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_14_to_20.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_2_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 14-20", "summary_id": "chapters 14-20"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_21_to_27.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_3_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 21-27", "summary_id": "chapters 21-27"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_28_to_31.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_4_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 28-31", "summary_id": "chapters 28-31"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_32_to_37.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_5_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 32-37", "summary_id": "chapters 32-37"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_38_to_45.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_6_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 38-45", "summary_id": "chapters 38-45"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_46_to_53.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_7_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 46-53", "summary_id": "chapters 46-53"}
{"bid": "107", "is_aggregate": true, "source": "gradesaver", "chapter_path": "all_chapterized_books/107-chapters/chapters_54_to_57.txt", "summary_path": "finished_summaries/gradesaver/Far from the Madding Crowd/section_8_part_0.txt", "book_id": "Far from the Madding Crowd.chapters 54-57", "summary_id": "chapters 54-57"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/01.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_0_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 1", "summary_id": "chapter 1"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/02.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_1_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 2", "summary_id": "chapter 2"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/03.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_2_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 3", "summary_id": "chapter 3"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/04.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_3_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 4", "summary_id": "chapter 4"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/05.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_4_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 5", "summary_id": "chapter 5"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/06.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_5_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 6", "summary_id": "chapter 6"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/07.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_6_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 7", "summary_id": "chapter 7"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/08.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_7_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 8", "summary_id": "chapter 8"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/09.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_8_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 9", "summary_id": "chapter 9"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/10.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_9_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 10", "summary_id": "chapter 10"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/11.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_10_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 11", "summary_id": "chapter 11"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/12.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_11_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 12", "summary_id": "chapter 12"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/13.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_12_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 13", "summary_id": "chapter 13"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/14.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_13_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 14", "summary_id": "chapter 14"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/15.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_14_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 15", "summary_id": "chapter 15"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/16.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_15_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 16", "summary_id": "chapter 16"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/17.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_16_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 17", "summary_id": "chapter 17"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/18.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_17_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 18", "summary_id": "chapter 18"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/19.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_18_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 19", "summary_id": "chapter 19"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/20.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_19_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 20", "summary_id": "chapter 20"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/21.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_20_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 21", "summary_id": "chapter 21"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/22.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_21_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 22", "summary_id": "chapter 22"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/23.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_22_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 23", "summary_id": "chapter 23"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/24.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_23_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 24", "summary_id": "chapter 24"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/25.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_24_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 25", "summary_id": "chapter 25"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/26.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_25_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 26", "summary_id": "chapter 26"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/27.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_26_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 27", "summary_id": "chapter 27"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/28.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_27_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 28", "summary_id": "chapter 28"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/29.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_28_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 29", "summary_id": "chapter 29"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/30.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_29_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 30", "summary_id": "chapter 30"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/31.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_30_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 31", "summary_id": "chapter 31"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/32.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_31_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 32", "summary_id": "chapter 32"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/33.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_32_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 33", "summary_id": "chapter 33"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/34.txt", "summary_path": "finished_summaries/shmoop/Far From the Madding Crowd/section_33_part_0.txt", "book_id": "Far From the Madding Crowd.chapter 34", "summary_id": "chapter 34"}
{"bid": "107", "is_aggregate": false, "source": "shmoop", "chapter_path": "all_chapterized_books/107-chapters/35.txt", "su
Download .txt
gitextract_i4mtabdf/

├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── LICENSE.txt
├── README.md
├── SECURITY.md
├── alignments/
│   ├── book-level-summary-alignments/
│   │   ├── book_summaries_aligned_test.jsonl
│   │   ├── book_summaries_aligned_train.jsonl
│   │   └── book_summaries_aligned_val.jsonl
│   ├── chapter-level-summary-alignments/
│   │   ├── chapter_summary_aligned_test_split.jsonl
│   │   ├── chapter_summary_aligned_train_split.jsonl
│   │   └── chapter_summary_aligned_val_split.jsonl
│   ├── chapter_summary_aligned.jsonl.aggregate_splits
│   └── paragraph-level-summary-alignments/
│       ├── align_data_bi_encoder_paraphrase.py
│       └── gather_data.py
├── requirements.txt
└── scripts/
    ├── data_cleaning/
    │   ├── basic_clean.py
    │   ├── clean_summaries.py
    │   └── split_aggregate_chaps_all_sources.py
    └── data_collection/
        ├── bookwolf/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── cliffnotes/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── gradesaver/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── novelguide/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── pinkmonkey/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── shmoop/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        ├── sparknotes/
        │   ├── get_summaries.py
        │   ├── get_works.py
        │   └── literature_links.tsv.pruned
        └── thebestnotes/
            ├── get_summaries.py
            ├── get_works.py
            └── literature_links.tsv.pruned
Download .txt
SYMBOL INDEX (51 symbols across 19 files)

FILE: alignments/paragraph-level-summary-alignments/align_data_bi_encoder_paraphrase.py
  function merge_text_paragraphs (line 51) | def merge_text_paragraphs(paragraphs, min_sent=3, max_sent=12):
  function align_data_greedy_matching (line 96) | def align_data_greedy_matching(similarity_matrix):
  function align_data_stable_matching (line 106) | def align_data_stable_matching(similarity_matrix, text_capacity):
  function compute_similarities_bi_encoder (line 147) | def compute_similarities_bi_encoder(paragraphs, summaries):
  function gather_data (line 157) | def gather_data(alignments_bi_encoder_paraphrase, paragraphs, summaries,...
  function visualize_alignments (line 176) | def visualize_alignments(similarity_matrix, alignments, title, output_di...
  function aggregate_paragraph_summary_alignments (line 198) | def aggregate_paragraph_summary_alignments(examples):
  function main (line 229) | def main(args):

FILE: alignments/paragraph-level-summary-alignments/gather_data.py
  function fix_leftover_headers (line 22) | def fix_leftover_headers(summary_content):
  function fix_prefix_punctuation (line 40) | def fix_prefix_punctuation(summary_content):
  function fix_prefix_quotations (line 62) | def fix_prefix_quotations(summary_content):
  function fix_unclosed_quotations (line 92) | def fix_unclosed_quotations(summary_content):
  function fix_noncapitalized_prefix (line 113) | def fix_noncapitalized_prefix(summary_content):
  function fix_short_sentences (line 135) | def fix_short_sentences(summary_content):
  function main (line 171) | def main(args):

FILE: scripts/data_cleaning/clean_summaries.py
  function clean_summary (line 27) | def clean_summary(source):

FILE: scripts/data_cleaning/split_aggregate_chaps_all_sources.py
  function romanToInt (line 38) | def romanToInt(s):
  function save_separated_summaries (line 55) | def save_separated_summaries(separated_summaries, summary_json, summary_...
  function replace_pat2 (line 89) | def replace_pat2(matched_str):
  function separate_mulitple_summaries (line 105) | def separate_mulitple_summaries(summary_content, section_name_prefix, su...
  function remove_prefixes_line (line 189) | def remove_prefixes_line(line):
  function remove_prefixes_summary (line 235) | def remove_prefixes_summary(summary):

FILE: scripts/data_collection/bookwolf/get_summaries.py
  function get_overview_paragraphs (line 42) | def get_overview_paragraphs(overview_links, specific_summary_dir):
  function get_section_paragraphs (line 78) | def get_section_paragraphs(section_links, specific_summary_dir):

FILE: scripts/data_collection/bookwolf/get_works.py
  function scrape_index_pages (line 23) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/cliffnotes/get_summaries.py
  function wrap_data (line 32) | def wrap_data(name, summary, analysis, url):
  function scrape_section_continuation (line 41) | def scrape_section_continuation(parent_soup, section_header):

FILE: scripts/data_collection/cliffnotes/get_works.py
  function scrape_index_pages (line 22) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/gradesaver/get_works.py
  function scrape_index_pages (line 28) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/novelguide/get_summaries.py
  function hasNumbers (line 31) | def hasNumbers(inputString):
  function get_section_level_data (line 34) | def get_section_level_data(section_links):

FILE: scripts/data_collection/novelguide/get_works.py
  function scrape_index_pages (line 26) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/pinkmonkey/get_summaries.py
  function hasNumbers (line 37) | def hasNumbers(inputString):
  function chapter_section_check (line 40) | def chapter_section_check(link_text_lower, link_text_not_lower):
  function remove_toc (line 46) | def remove_toc(text):
  function get_overview_paragraphs (line 56) | def get_overview_paragraphs(overview, specific_summary_dir):
  function save_section_para (line 98) | def save_section_para(section_text, section_title, section_link, specifi...
  function get_section_paragraphs (line 113) | def get_section_paragraphs(page_url, specific_summary_dir):

FILE: scripts/data_collection/pinkmonkey/get_works.py
  function scrape_index_pages (line 26) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/shmoop/get_summaries.py
  function wrap_data (line 32) | def wrap_data(name, summary, analysis, url):
  function get_summary (line 41) | def get_summary(summary_infos):

FILE: scripts/data_collection/shmoop/get_works.py
  function generate_page_links (line 23) | def generate_page_links(base_url, category_name, max_pages):
  function scrape_index_pages (line 27) | def scrape_index_pages(links):

FILE: scripts/data_collection/sparknotes/get_summaries.py
  function wrap_data (line 30) | def wrap_data(name, summary, analysis, url):
  function get_summary (line 45) | def get_summary(summary_info):

FILE: scripts/data_collection/sparknotes/get_works.py
  function scrape_index_pages (line 24) | def scrape_index_pages(seed_page):

FILE: scripts/data_collection/thebestnotes/get_summaries.py
  function unify_title (line 40) | def unify_title(title):
  function get_overview_paragraphs (line 45) | def get_overview_paragraphs(overview):
  function get_section_paragraphs (line 89) | def get_section_paragraphs(section, section_titles, section_title_orig, ...
  function save_section_para (line 184) | def save_section_para(section_paragraphs, section_titles, section_title_...

FILE: scripts/data_collection/thebestnotes/get_works.py
  function scrape_index_pages (line 28) | def scrape_index_pages(seed_page):
Condensed preview — 42 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (5,646K chars).
[
  {
    "path": "CODEOWNERS",
    "chars": 140,
    "preview": "# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "chars": 5273,
    "preview": "Salesforce Open Source Community Code of Conduct\n\n## About the Code of Conduct\n\nEquality is a core value at Salesforce. "
  },
  {
    "path": "LICENSE.txt",
    "chars": 1482,
    "preview": "Copyright (c) 2021, Salesforce.com, Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with o"
  },
  {
    "path": "README.md",
    "chars": 6560,
    "preview": "# BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization\nAuthors: [Wojciech Kryściński](https://twitter"
  },
  {
    "path": "SECURITY.md",
    "chars": 398,
    "preview": "Security\n\nPlease report any security issue to [security@salesforce.com](mailto:security@salesforce.com)\nas soon as it is"
  },
  {
    "path": "alignments/book-level-summary-alignments/book_summaries_aligned_test.jsonl",
    "chars": 10092,
    "preview": "{\"bid\": \"28054\", \"source\": \"gradesaver\", \"title\": \"The Brothers Karamazov\", \"summary_path\": \"finished_summaries/gradesav"
  },
  {
    "path": "alignments/book-level-summary-alignments/book_summaries_aligned_train.jsonl",
    "chars": 66236,
    "preview": "{\"bid\": \"20\", \"source\": \"gradesaver\", \"title\": \"Paradise Lost\", \"summary_path\": \"finished_summaries/gradesaver/Paradise "
  },
  {
    "path": "alignments/book-level-summary-alignments/book_summaries_aligned_val.jsonl",
    "chars": 9701,
    "preview": "{\"bid\": \"1798\", \"source\": \"sparknotes\", \"title\": \"Timon of Athens\", \"summary_path\": \"finished_summaries/sparknotes/Timon"
  },
  {
    "path": "alignments/chapter-level-summary-alignments/chapter_summary_aligned_test_split.jsonl",
    "chars": 423294,
    "preview": "{\"bid\": \"1232\", \"is_aggregate\": true, \"source\": \"gradesaver\", \"chapter_path\": \"all_chapterized_books/1232-chapters/chapt"
  },
  {
    "path": "alignments/chapter-level-summary-alignments/chapter_summary_aligned_train_split.jsonl",
    "chars": 2779106,
    "preview": "{\"bid\": \"27681\", \"is_aggregate\": true, \"source\": \"cliffnotes\", \"chapter_path\": \"all_chapterized_books/27681-chapters/cha"
  },
  {
    "path": "alignments/chapter-level-summary-alignments/chapter_summary_aligned_val_split.jsonl",
    "chars": 425918,
    "preview": "{\"bid\": \"1023\", \"is_aggregate\": true, \"source\": \"gradesaver\", \"chapter_path\": \"all_chapterized_books/1023-chapters/chapt"
  },
  {
    "path": "alignments/chapter_summary_aligned.jsonl.aggregate_splits",
    "chars": 1232170,
    "preview": "{\"summary_path\": \"cleaning_phase/gradesaver/The Prince/section_3_part_0.txt\", \"splits\": [{\"bid\": \"1232\", \"is_aggregate\":"
  },
  {
    "path": "alignments/paragraph-level-summary-alignments/align_data_bi_encoder_paraphrase.py",
    "chars": 12003,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "alignments/paragraph-level-summary-alignments/gather_data.py",
    "chars": 8521,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "requirements.txt",
    "chars": 169,
    "preview": "sentence_transformers==1.2.0\nmatplotlib==3.4.2\nnumpy==1.19.5\nspacy==3.0.3\nmatching==1.4\nnltk==3.6.2\ntqdm==4.49.0\nbeautif"
  },
  {
    "path": "scripts/data_cleaning/basic_clean.py",
    "chars": 2743,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_cleaning/clean_summaries.py",
    "chars": 17240,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_cleaning/split_aggregate_chaps_all_sources.py",
    "chars": 16068,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/bookwolf/get_summaries.py",
    "chars": 7396,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/bookwolf/get_works.py",
    "chars": 1746,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/bookwolf/literature_links.tsv.pruned",
    "chars": 1335,
    "preview": "King Lear\thttps://web.archive.org/web/20210226213001/http://www.bookwolf.com/Free_Booknotes/King_Lear_free_booknotes/kin"
  },
  {
    "path": "scripts/data_collection/cliffnotes/get_summaries.py",
    "chars": 5926,
    "preview": "\n\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * "
  },
  {
    "path": "scripts/data_collection/cliffnotes/get_works.py",
    "chars": 1588,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/cliffnotes/literature_links.tsv.pruned",
    "chars": 13306,
    "preview": "The Taming of the Shrew\thttps://web.archive.org/web/20201107055349/https://www.cliffsnotes.com/literature/t/the-taming-o"
  },
  {
    "path": "scripts/data_collection/gradesaver/get_summaries.py",
    "chars": 7577,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/gradesaver/get_works.py",
    "chars": 2242,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/gradesaver/literature_links.tsv.pruned",
    "chars": 15589,
    "preview": "The Prince\thttps://web.archive.org/web/20210417180108/https://www.gradesaver.com/the-prince\nSense and Sensibility\thttps:"
  },
  {
    "path": "scripts/data_collection/novelguide/get_summaries.py",
    "chars": 7842,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/novelguide/get_works.py",
    "chars": 2325,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/novelguide/literature_links.tsv.pruned",
    "chars": 7599,
    "preview": "Consolation of Philosophy\thttps://web.archive.org/web/20210212220448/https://www.novelguide.com/consolation-of-philosoph"
  },
  {
    "path": "scripts/data_collection/pinkmonkey/get_summaries.py",
    "chars": 9954,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/pinkmonkey/get_works.py",
    "chars": 2626,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/pinkmonkey/literature_links.tsv.pruned",
    "chars": 6603,
    "preview": "Portrait of a Lady\thttps://web.archive.org/web/20180820033733/http://www.pinkmonkey.com/booknotes/monkeynotes/pmPortrait"
  },
  {
    "path": "scripts/data_collection/shmoop/get_summaries.py",
    "chars": 4968,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/shmoop/get_works.py",
    "chars": 2084,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/shmoop/literature_links.tsv.pruned",
    "chars": 17155,
    "preview": "Romeo and Juliet\thttps://web.archive.org/web/20210624200133/https://www.shmoop.com/study-guides/literature/romeo-and-jul"
  },
  {
    "path": "scripts/data_collection/sparknotes/get_summaries.py",
    "chars": 7705,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/sparknotes/get_works.py",
    "chars": 1780,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/sparknotes/literature_links.tsv.pruned",
    "chars": 10533,
    "preview": "The House of the Seven Gables\thttps://web.archive.org/web/20210223161114/https://www.sparknotes.com/lit/sevengables/\nThe"
  },
  {
    "path": "scripts/data_collection/thebestnotes/get_summaries.py",
    "chars": 10786,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/thebestnotes/get_works.py",
    "chars": 2917,
    "preview": "\"\"\"\n/*\n * Copyright (c) 2021, salesforce.com, inc.\n * All rights reserved.\n * SPDX-License-Identifier: BSD-3-Clause\n * F"
  },
  {
    "path": "scripts/data_collection/thebestnotes/literature_links.tsv.pruned",
    "chars": 1340,
    "preview": "A Tale of Two Cities\thttps://web.archive.org/web/20190903025221/http://thebestnotes.com/booknotes/Tale_Of_Two_Cities_Dic"
  }
]

About this extraction

This page contains the full source code of the salesforce/booksum GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 42 files (4.9 MB), approximately 1.3M tokens, and a symbol index with 51 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!