| 1 | # Classic literature match list for the `quotes seed` command. |
| 2 | # |
| 3 | # Each non-empty, non-comment line is matched as a CASE-SENSITIVE substring |
| 4 | # against the CSV "author" column. So "Jane Austen" matches both |
| 5 | # "Jane Austen" and "Jane Austen, Pride and Prejudice". |
| 6 | # |
| 7 | # Edit this file (add/remove names or book titles) and re-run |
| 8 | # go run . seed quotes.csv |
| 9 | # to pull in more quotes. Re-seeding is idempotent (dedup on text + author). |
| 10 | |
| 11 | Jane Austen |
| 12 | Charles Dickens |
| 13 | Leo Tolstoy |
| 14 | Dostoyevsky |
| 15 | Fyodor Dostoevsky |
| 16 | Homer |
| 17 | Herman Melville |
| 18 | Nathaniel Hawthorne |
| 19 | Mary Shelley |
| 20 | Bram Stoker |
| 21 | Emily Brontë |
| 22 | Charlotte Brontë |
| 23 | Anne Brontë |
| 24 | Victor Hugo |
| 25 | Alexandre Dumas |
| 26 | Franz Kafka |
| 27 | Marcel Proust |
| 28 | James Joyce |
| 29 | Virginia Woolf |
| 30 | F. Scott Fitzgerald |
| 31 | Ernest Hemingway |
| 32 | John Steinbeck |
| 33 | George Orwell |
| 34 | Jules Verne |
| 35 | H.G. Wells |
| 36 | Edgar Allan Poe |
| 37 | Walt Whitman |
| 38 | Emily Dickinson |
| 39 | Oscar Wilde |
| 40 | Mark Twain |
| 41 | Henry David Thoreau |
| 42 | George Eliot |
| 43 | Rudyard Kipling |
| 44 | Voltaire |
| 45 | Geoffrey Chaucer |
| 46 | Plato |
| 47 | Aristotle |