forked from explosion/spacy-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookquotes.json
26 lines (26 loc) · 1.21 KB
/
bookquotes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
[
"One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.",
{ "author": "Franz Kafka", "book": "Metamorphosis" }
],
[
"I know not all that may be coming, but be it what it will, I'll go to it laughing.",
{ "author": "Herman Melville", "book": "Moby-Dick or, The Whale" }
],
[
"It was the best of times, it was the worst of times.",
{ "author": "Charles Dickens", "book": "A Tale of Two Cities" }
],
[
"The only people for me are the mad ones, the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow roman candles exploding like spiders across the stars.",
{ "author": "Jack Kerouac", "book": "On the Road" }
],
[
"It was a bright cold day in April, and the clocks were striking thirteen.",
{ "author": "George Orwell", "book": "1984" }
],
[
"Nowadays people know the price of everything and the value of nothing.",
{ "author": "Oscar Wilde", "book": "The Picture Of Dorian Gray" }
]
]