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
125
126
127
128
129
130
131
132
133
134
135
[
{
"Heading": {
"act": "Act III",
"scene": "Scene III",
"setting": "Gloucester's castle.",
"staging": "Enter GLOUCESTER and EDMUND"
}
},
{
"Dialogue": {
"character": "GLOUCESTER",
"act": 3,
"scene": 3,
"start": 1,
"end": 6,
"lines": [
{
"text": "Alack, alack, Edmund, I like not this unnatural"
},
{
"text": "dealing. When I desire their leave that I might"
},
{
"text": "pity him, they took from me the use of mine own"
},
{
"text": "house; charged me, on pain of their perpetual"
},
{
"text": "displeasure, neither to speak of him, entreat for"
},
{
"text": "him, nor any way sustain him."
}
]
}
},
{
"Dialogue": {
"character": "EDMUND",
"act": 3,
"scene": 3,
"start": 7,
"end": 7,
"lines": [
{
"text": "Most savage and unnatural!"
}
]
}
},
{
"Dialogue": {
"character": "GLOUCESTER",
"act": 3,
"scene": 3,
"start": 8,
"end": 20,
"lines": [
{
"text": "Go to; say you nothing. There's a division betwixt"
},
{
"text": "the dukes; and a worse matter than that: I have"
},
{
"text": "received a letter this night; 'tis dangerous to be"
},
{
"text": "spoken; I have locked the letter in my closet:"
},
{
"text": "these injuries the king now bears will be revenged"
},
{
"text": "home; there's part of a power already footed: we"
},
{
"text": "must incline to the king. I will seek him, and"
},
{
"text": "privily relieve him: go you and maintain talk with"
},
{
"text": "the duke, that my charity be not of him perceived:"
},
{
"text": "if he ask for me. I am ill, and gone to bed."
},
{
"text": "Though I die for it, as no less is threatened me,"
},
{
"text": "the king my old master must be relieved. There is"
},
{
"text": "some strange thing toward, Edmund; pray you, be careful."
},
{
"direction": "Exit"
}
]
}
},
{
"Dialogue": {
"character": "EDMUND",
"act": 3,
"scene": 3,
"start": 21,
"end": 25,
"lines": [
{
"text": "This courtesy, forbid thee, shall the duke"
},
{
"text": "Instantly know; and of that letter too:"
},
{
"text": "This seems a fair deserving, and must draw me"
},
{
"text": "That which my father loses; no less than all:"
},
{
"text": "The younger rises when the old doth fall."
},
{
"direction": "Exit"
}
]
}
}
]