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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"Heading": {
"act": "Act V",
"scene": "Scene II",
"setting": "A field between the two camps.",
"staging": "Alarum within. Enter, with drum and colours, KING LEAR, CORDELIA, and Soldiers, over the stage; and exeunt. Enter EDGAR and GLOUCESTER"
}
},
{
"Dialogue": {
"character": "EDGAR",
"act": 5,
"scene": 2,
"start": 1,
"end": 4,
"lines": [
{
"text": "Here, father, take the shadow of this tree"
},
{
"text": "For your good host; pray that the right may thrive:"
},
{
"text": "If ever I return to you again,"
},
{
"text": "I'll bring you comfort."
}
]
}
},
{
"Dialogue": {
"character": "GLOUCESTER",
"act": 5,
"scene": 2,
"start": 5,
"end": 5,
"lines": [
{
"text": "Grace go with you, sir!"
},
{
"direction": "Exit EDGAR"
},
{
"direction": "Alarum and retreat within. Re-enter EDGAR"
}
]
}
},
{
"Dialogue": {
"character": "EDGAR",
"act": 5,
"scene": 2,
"start": 6,
"end": 8,
"lines": [
{
"text": "Away, old man; give me thy hand; away!"
},
{
"text": "King Lear hath lost, he and his daughter ta'en:"
},
{
"text": "Give me thy hand; come on."
}
]
}
},
{
"Dialogue": {
"character": "GLOUCESTER",
"act": 5,
"scene": 2,
"start": 9,
"end": 9,
"lines": [
{
"text": "No farther, sir; a man may rot even here."
}
]
}
},
{
"Dialogue": {
"character": "EDGAR",
"act": 5,
"scene": 2,
"start": 10,
"end": 12,
"lines": [
{
"text": "What, in ill thoughts again? Men must endure"
},
{
"text": "Their going hence, even as their coming hither;"
},
{
"text": "Ripeness is all: come on."
}
]
}
},
{
"Dialogue": {
"character": "GLOUCESTER",
"act": 5,
"scene": 2,
"start": 13,
"end": 13,
"lines": [
{
"text": "And that's true too."
},
{
"direction": "Exeunt"
}
]
}
}
]