Datasets:

Multilinguality:
translation
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
gsarti commited on
Commit
827c353
1 Parent(s): ad1c8ed

Manual filtering of scat test set

Browse files
README.md CHANGED
@@ -107,6 +107,7 @@ The dataset contains a single default configuration. Dataset examples have the f
107
  "fr_with_tags": "Mais j'ai donné une attention particulière à une pour voir si <p>elle</p> grandit plus.",
108
  "contrast_fr_with_tags": "Mais j'ai donné une attention particulière à une pour voir si <p>il</p> grandit plus.",
109
  "has_supporting_context": true,
 
110
  }
111
  ```
112
 
@@ -114,7 +115,7 @@ In every example, the pronoun of interest and its translation are surrounded by
114
 
115
  Any span surrounded by `<hon>...<hoff>` tags was identified by human annotators as supporting context to correctly translate the pronoun of interest. These spans can be missing altogether (i.e. no contextual information needed), or they can be found in any of the available fields. The `has_supporting_context` field indicates whether the example contains any supporting context.
116
 
117
- In the example above, the translation of the pronoun `it` (field `en`) is ambiguous, and the correct translation to the feminine French pronoun `elle` (in field `fr`) is only possible thanks to the supporting feminine noun `plantes` in the field `context_fr`. Since the example contains supporting context, the `has_supporting_context` field is set to `true`.
118
 
119
  Fields with the `_with_tags` suffix contain tags around pronouns of interest and supporting context, while their counterparts without the suffix contain the same text without tags, to facilitate direct usage with machine translation models.
120
 
@@ -126,7 +127,7 @@ The dataset is split into `train`, `validation` and `test` sets. In the followin
126
  | :-----------: | :-------------------: | :-------------------: |
127
  | `train` | 11471 | 6086 |
128
  | `validation` | 145 | 66 |
129
- | `test` | 1000 | 551 |
130
 
131
  ### Dataset Creation
132
 
@@ -148,6 +149,8 @@ Compared to the original SCAT corpus, the following differences are present in t
148
 
149
  - An extra contrastive sentence using the pronoun of interest belonging to the opposite gender is available in the `contrast_fr` field. The swap was performed using a simple lexical heuristic (refer to `swap_pronoun` in [`scat.py`](./scat.py)), and we do not guarantee grammatical correctness of the sentence.
150
 
 
 
151
  ## Additional Information
152
  ### Dataset Curators
153
 
 
107
  "fr_with_tags": "Mais j'ai donné une attention particulière à une pour voir si <p>elle</p> grandit plus.",
108
  "contrast_fr_with_tags": "Mais j'ai donné une attention particulière à une pour voir si <p>il</p> grandit plus.",
109
  "has_supporting_context": true,
110
+ "has_supporting_preceding_context": true,
111
  }
112
  ```
113
 
 
115
 
116
  Any span surrounded by `<hon>...<hoff>` tags was identified by human annotators as supporting context to correctly translate the pronoun of interest. These spans can be missing altogether (i.e. no contextual information needed), or they can be found in any of the available fields. The `has_supporting_context` field indicates whether the example contains any supporting context.
117
 
118
+ In the example above, the translation of the pronoun `it` (field `en`) is ambiguous, and the correct translation to the feminine French pronoun `elle` (in field `fr`) is only possible thanks to the supporting feminine noun `plantes` in the field `context_fr`. Since the example contains supporting context, the `has_supporting_context` field is set to `true`. Since the context is not in the same sentence as the target pronoun but in a preceding one, `has_supporting_preceding_context` is also true.
119
 
120
  Fields with the `_with_tags` suffix contain tags around pronouns of interest and supporting context, while their counterparts without the suffix contain the same text without tags, to facilitate direct usage with machine translation models.
121
 
 
127
  | :-----------: | :-------------------: | :-------------------: |
128
  | `train` | 11471 | 6086 |
129
  | `validation` | 145 | 66 |
130
+ | `test` | 1000 | 500 |
131
 
132
  ### Dataset Creation
133
 
 
149
 
150
  - An extra contrastive sentence using the pronoun of interest belonging to the opposite gender is available in the `contrast_fr` field. The swap was performed using a simple lexical heuristic (refer to `swap_pronoun` in [`scat.py`](./scat.py)), and we do not guarantee grammatical correctness of the sentence.
151
 
152
+ The test set was manually curated to include 250 examples with supporting context in the previous sentences (`has_supporting_preceding_context` is `true`), and 250 examples with supporting context in the same sentence (`has_supporting_preceding_context` is `false`).
153
+
154
  ## Additional Information
155
  ### Dataset Curators
156
 
filtered_scat/filtered.test.context.en CHANGED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.test.context.fr CHANGED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.test.en CHANGED
@@ -1,551 +1,500 @@
1
- But I gave one special attention to see if <p>it</p> would grow more.
2
- The only question, Harold, is why <p>it</p> didn't protect you.
3
- And why would <p>it</p> be on somebody's parking pass?
4
- <p>they</p> chart the same course, invade the same cells, wreak the same havoc.
5
- Digging into victim number two's past, <p>it</p> turns out meth isn't the only thing Mark Coleman had done.
6
- Everest over here wants to keep things just how <p>they</p> were.
7
- Oh, yes, <p>they</p> are, with their hair and their thoughts, and...
8
- Do you think things between us will go back to the way <p>they</p> usually are next week?
9
- But I always wondered if <p>they</p> were smart enough to go back to their exact positions and put the tape back on so I wouldn't know.
10
- But <p>they</p> are fantastic, so I'm gonna call my friend at the New York Times and see if <p>they</p> want to order up reporting.
11
- I hate to say it, but <p>they</p> just skim the surface.
12
- Ms. Walker, those questions are inappropriate, and <p>they</p> are not helpful.
13
- Yeah, well, <p>it</p> better.
14
- How many tickets are <p>they</p> gonna buy?
15
- Even so, <p>they</p> can only survive for less than ten minutes in the midday sun.
16
- We'll knock this town on its ass and then kick <p>it</p> in the face if <p>it</p> even tries to fight back.
17
- And I threw a rock at it, and <p>it</p> exploded.
18
- I'm making a little money, and <p>it</p> is time for me to stand on my own two feet.
19
- Then <p>it</p> did.
20
- But when I left, <p>they</p> were fine.
21
- Look, <p>they</p> were kind of falling off your finger and so I kind of slid them off and then you moved your hand and I couldn't put them back on so...
22
- Had <p>it</p> towed in.
23
- I see things as <p>they</p> are.
24
- The second he passed out, <p>they</p> would have fallen in his lap.
25
- Do you know where <p>it</p> is?
26
- A serpent can shed its skin, but <p>it</p> is still a serpent.
27
- Yeah, <p>it</p> was on the ground.
28
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
29
- I designed The Machine to detect acts of terror but <p>it</p> sees everything, violent crimes involving ordinary people.
30
- You know, <p>it</p> turns out they have some significant political and cultural pieces, too.
31
- These overprotected kids. One day or another, <p>they</p> want to experiment new things.
32
- They find out you stole it, <p>they</p> would...
33
- Now, men tend to kill people that <p>they</p> don't know, while women tend to kill people that <p>they</p> have some personal connection to.
34
- And when the soccer ball hit your chest, <p>it</p> dislodged it, causing the tear in your lung and a small pneumothorax.
35
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
36
- I didn't even know <p>it</p> was on the market.
37
- Ultimately, <p>it</p> collides against the bottom and returns to the waters to the surface, where the weather warms up.
38
- I think I remember we asked for an AC-130 Spectre gunship to loiter on the Afghanistan side, but either <p>it</p> didn't get authorized or <p>it</p> didn't show up.
39
- He showed me that, while life may not have any meaning, <p>it</p> certainly has value.
40
- In ancient Egypt, <p>it</p> had its own hieroglyph.
41
- Oh, <p>it</p> landed on the deck-.
42
- And this plan, <p>it</p> was so clever.
43
- So that all the girls of India will learn a lesson that <p>they</p> shouldn't dare trick innocent guys into 498a.
44
- The sexy thing about him, he can look at a plain ol' house and see how amazing <p>it</p> could be with just a little work.
45
- If we don't and <p>it</p> falls into nazi hands, It will mean the end of mankind as we know it.
46
- Yes, <p>it</p> is.
47
- I got caught up with the wives, and <p>they</p> would not let me go.
48
- So, went to the pet store, bought this aquarium, but then we started looking at it, realized how lonely <p>it</p> looked, which meant, of course...
49
- It's possible <p>they</p> were involved in these losses personally and now feel <p>they</p> need to act.
50
- Well, <p>they</p> agreed to hold off on contacting any news outlets.
51
- I did the test myself, and <p>it</p> failed.
52
- He had an alibi, and <p>it</p> checked out.
53
- Yes, <p>it</p> did.
54
- Things would go back to the way <p>they</p> were.
55
- All those girls in high school you fishhooked, <p>they</p> didn't like it.
56
- Maybe <p>it</p> needs to burn.
57
- My grandfather left <p>it</p> to me, but because I disowned my inheritance, <p>it</p> defaulted to my brother.
58
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
59
- No, I will give the baby my name and <p>it</p> will see my face.
60
- Yeah, you see, if we could fire an exactly 12-and-a-half-pound weight into the basket, <p>it</p> would lower the boy very gently to the ground.
61
- When a business fails, <p>it</p> dies, and a new, better one takes its place.
62
- Well, <p>it</p> packs quite a wallop. You'd be surprised.
63
- And then, suddenly, <p>it</p> would sometimes have that... That screeching sound just out of the blue like we hit a pack of cats.
64
- Costly, were <p>they</p> not?
65
- W<p>it</p>hout power to the coolant system, it'll be hot as hell in there.
66
- There's some baked chicken but <p>it</p> looks a little gray.
67
- You know, the doctor said if that bird had gotten through my second layer of makeup, <p>it</p> could've done permanent damage to my skin.
68
- I didn't realize how brilliant <p>it</p> was then.
69
- You were on the train when <p>it</p> disappeared.
70
- I had a sick pig, <p>it</p> died quick.
71
- When stormy solar winds blow, this zone of protection grows; in calm solar weather, <p>it</p> shrinks.
72
- Why would Leeds give you this key card without telling you what <p>it</p> was for?
73
- Now <p>it</p> is with you as well.
74
- So our victims were either transported from the '90s or <p>they</p> work for Hillary Clinton or our killer was a scrunchie freak.
75
- Because, believe me, <p>they</p> won't last two days in a Mexican prison.
76
- - but that gall bladder... <p>it</p> had several adhesions. - Oh.
77
- The way <p>they</p> look at me.
78
- If the girls had access to a phone and <p>they</p> were okay, <p>they</p> would have called for help by now.
79
- They're small, they're rubbery, and <p>they</p> got no flavor.
80
- And don't get arrested, and <p>they</p> keep their jobs and don't have the whole bloody world thinking they're "deviant freaks."
81
- But <p>it</p> is going to make <p>it</p> bigger still.
82
- You know, if all these people planted vegetables instead of grass, <p>they</p> could put a huge dent in the world's hunger crisis.
83
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
84
- Steel-toed boots may be the punk style, but <p>they</p> definitely clashed with his skull.
85
- They told you to brush your tooth. You didn't, <p>it</p> fell out!
86
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
87
- I like paprika, but <p>it</p> doesn't like me.
88
- Yeah, these Facebook connections, <p>they</p> rarely pan out.
89
- Sometimes, when she didn't have the cash, he would let <p>it</p> slide just to help her out.
90
- - where <p>they</p> should be.
91
- Whenever you say it, <p>they</p> start controlling you.
92
- It is 2014, and women are allowed to have relations with whomever <p>they</p> want.
93
- Don't <p>they</p> have a right to know that he's alive and so close by?
94
- You can't run away from a cloud after all, so here <p>it</p> lies, gathering dust.
95
- Since the head is commonly the first to dislodge during decomp... <p>it</p> could have washed down the hill during last night's rain.
96
- I don't even remember what color <p>it</p> was.
97
- The ball knocked <p>it</p> over and <p>it</p> broke.
98
- I just don't understand why we can't keep things the way <p>they</p> are.
99
- If a law is blatantly homophobic, if <p>it</p> puts a gay, HIV-free man in a long-term monogamous relationship in the same high-risk category as a single straight guy who has unprotected sex with prost<p>it</p>utes and intravenous drug users, then you need to change that law.
100
- Oh, <p>it</p> is.
101
- If the van came out, <p>it</p> would have had to pass by one of them.
102
- If <p>it</p> is in public, <p>it</p> is in danger.
103
- Emir's evidence is being heard in closed session and that is where <p>it</p> will remain.
104
- The liquid in the bottle-- <p>it</p> worked.
105
- Sorry but <p>it</p> appears Miss Hunter is trapped in a box.
106
- If <p>it</p> is true that men like me feed the flames of hell, 'll Bring more fuel to your fire of which my soul can provide.
107
- Now this... pussy, this Jack Valliant, he may be too much of a lightweight to use this story if <p>it</p> comes across his desk.
108
- That's all <p>it</p> does and <p>it</p> does <p>it</p> quickly.
109
- So <p>it</p> must remain.
110
- It's time to send this cockroach back to the hell <p>it</p> came from.
111
- But <p>it</p> has done damage to her spine.
112
- If that part of the building's climate control system had never needed repair-- and judging by this morning's events, <p>it</p> didn't-- <p>it</p> could have gone undiscovered indefinitely.
113
- If they're right, this gene doesn't help you live longer, <p>it</p> makes you die sooner.
114
- They had completely different careers, and <p>they</p> lived in different parts of town.
115
- Situations like these don't build character, <p>they</p> reveal it.
116
- The Reagan administration revealed today that after a month-long review, <p>it</p> will honor the agreement with Iran that led to the release of the 52 American hostages.
117
- And then <p>they</p> ripped up my dress so now I have nothing to wear.
118
- This poem, <p>it</p> reminds me of the day my babies were born.
119
- Correct me if I'm wrong, but <p>they</p> were sitting next to each other.
120
- But I'd say there are about five other people back in Red Springs who could talk if <p>they</p> wanted to.
121
- The tab is open, and <p>it</p> can stay open.
122
- So <p>it</p> simply flushes out the system without causing any infection.
123
- Get this stuff off of me, and let's put <p>it</p> somewhere where <p>it</p> can do some good.
124
- And <p>it</p> was by the lake that's only sometimes a lake, but then <p>it</p> dries up.
125
- "Otherwise <p>it</p> would rotate at maximum speed until <p>it</p> destroyed itself."
126
- Blake's friend posted the video on WeTube, but she didn't make <p>it</p> go viral.
127
- And then the candy bean dish right here, we made those at "Color Me Mine," and I know they're kind of cockeyed, but <p>they</p> remind us both of my crooked smile.
128
- I think <p>they</p> have a lot of good points. Extremely fine points.
129
- They've got a big old wall to hide behind, but <p>it</p> only guards one side.
130
- But one day, I was licking it, and <p>it</p> gave me a splinter in my tongue.
131
- In my experience, <p>it</p> wouldn't.
132
- Which explains why, when he took that blow to the stomach, <p>it</p> fractured his vertebrae.
133
- The light water reactor is a much simpler reactor, but <p>it</p> produces much more waste.
134
- According to his mother, Elijah was allergic to wool, and that coat is 100% wool, so <p>it</p> didn't belong to the victim.
135
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
136
- It's just like the little girls in the schoolyard when <p>they</p> punch you in the arm because <p>they</p> think you're hot.
137
- The Ewing name might not mean anything to you, but <p>it</p> means something to me.
138
  And <p>it</p> broke down on us right on the eisenhower, of course.
139
- Ok, I got this Australian wool and <p>it</p> is on sale,
140
- Meaning your focus hasn't been where <p>it</p> usually is.
141
- When <p>they</p> do show up, <p>they</p> should obviously be well-dressed.
142
- Things are fine as <p>they</p> are.
143
- I don't know the location of Katie's cell, which means the battery's dead, but I pulled phone records for both the girls, and holy cannoli, <p>they</p> text more than I do.
144
- - I was vain enough to put on new shoes for this visit, <p>they</p> are pinching me horribly.
145
- Be sure you get plenty on his tail or <p>it</p> won't get as poofy as he likes it.
146
- Its vast bill means <p>it</p> has trouble balancing.
147
- So, the horse, <p>it</p> can fly?
148
- If <p>they</p> like his territory, <p>they</p> might stay a while.
149
- That's gonna make <p>it</p> legal.
150
- - Is <p>it</p> gone?
151
- The boy knows where <p>it</p> is.
152
- If our immune systems can't see it, <p>it</p> won't react.
153
- Is <p>it</p> hermetically sealed?
154
- And <p>it</p> took about a dozen arrows.
155
- Things can't continue the way <p>they</p> are.
156
- Now push that piece of shit back to the fucking garage where the fuck <p>it</p> belongs.
157
- All the other girls, for their talent, were juggling knives, as <p>they</p> always do.
158
- The camera doesn't even see the door when <p>it</p> opens.
159
- My grades, <p>they</p> never dropped.
160
- So I gave them what <p>they</p> needed.
161
  Look, I don't know about any of that, but here <p>it</p> ain't.
162
- Financial firms like to co-locate with internet hubs so <p>they</p> can get their trades in a few picoseconds faster.
163
- Yes, <p>they</p> do.
164
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  And if <p>they</p> do, you lose yours.
 
 
 
 
 
 
 
166
  But <p>it</p> swallowed the rabbit.
167
- The land is England, and once <p>it</p> was the foundation of order, before money took over and handed the country over to the swindlers and schemers.
168
- Girls just, uh, <p>they</p> just went up to bed.
169
- - Well, I'm not sure where <p>it</p> is.
170
- But begging the law's pardon, <p>it</p> lies.
171
- Well, clearly, your body wasn't ready to take <p>it</p> all in and whatever <p>it</p> is with your dad, it's too big for your actual conscious mind to take in and your nervous system, and so it's coming out your skin and your stomach.
172
- The women can ask what <p>they</p> want, but <p>they</p> won't understand.
173
- But <p>they</p> will thank me because I waited until... (BELL DINGS)
174
- And once mildew comes, <p>it</p> never leaves.
175
- I'm really good at fixing <p>it</p> when <p>it</p> freezes.
176
- This job may look easy, but <p>it</p> isn't.
177
- And <p>it</p> seats six, so they extended the invitation to all of hankmed.
178
- The speaker broke ages ago but, apart from that, <p>it</p> works fine.
179
- One day, this trident shows up over my head, and then <p>it</p> started moving south.
180
- I had a dream, and <p>it</p> made me go to Aiga.
181
- We study particles, because just after the big bang, all there was was particles, and they carried the information about how our universe started and how <p>it</p> got to be the way <p>it</p> is and its future.
182
- There's a beast in every man and <p>it</p> stirs when you put a sword in his hand.
183
- Though <p>they</p> may require some slight reinforcement.
184
- Then when I turned "Letterman" off, <p>it</p> was back.
185
- I... I make these big promises, and then... when <p>they</p> fall flat... Disappear.
186
- These things are never how <p>they</p> look.
187
- <hon>She<hoff> wanted <p>it</p> to go to the museum.
188
- It kills her, as <p>it</p> killed her noble kinsman.
189
  That's true, <p>they</p> are private, but tracking him down's an expensive business, and so it's sort of like a quid pro quo, isn't it?
190
- At times, <p>they</p> say <p>they</p> do, but you know women.
191
- Yes, <p>they</p> are.
192
- Things are just the way <p>they</p> are, but <p>they</p> could very well be different.
193
- It stopped right there, and <p>it</p> dumped Ana's body right over there.
194
- Four girls from Shunyi, China, get told that, if <p>they</p> come to America illegally and work as housemaids, <p>they</p> will get citizenship in seven years.
195
- But women, <p>they</p> look different, fight different, smell different.
196
- Sardines live only a few years, so <p>they</p> reproduce rapidly.
197
- They... <p>they</p> were so sweet.
198
- Amy, when two people get married, even when they're sure during the wedding, a couple of weeks later, <p>they</p> have what <p>they</p> call in real estate
199
- Today <p>it</p> is buying your workers, but <p>it</p> always pays - the poor with thin air.
200
- You know how <p>they</p> died.
201
- My girls... <p>they</p> have good life.
202
- Their tears ran of blood, and <p>they</p> had snakes for hair.
203
- No, you don't have to, I just have to look around, all your photographs, <p>they</p> say it all.
204
- If gasoline is their food, then why do <p>they</p> have teeth?
205
- BEATRIX: A gerbil was born and <p>it</p> looked like a chewed tomato.
206
- And <p>they</p> like Bea.
207
- Just when you think your day couldn't get any worse, <p>it</p> got worse.
208
- But <p>it</p> was missing.
209
- - Yeah, <p>they</p> did.
210
- You play with a snake long enough, it'll b<p>it</p>e you.
211
- If the royal families got ahold of it, <p>they</p> could control the world.
212
- So <p>they</p> GPS the location, bulldoze the homes, and kill the natives.
213
- And as the brain tried to make sense of the trauma, <p>it</p> filled in some details.
214
- Sure, you know, I'd put the toast in and <p>it</p> would pop up and I'd put the... push <p>it</p> back down again or something. Toast <p>it</p> twice.
215
- The building that you're keeping her in, <p>it</p> might not be a prison, but <p>it</p> did seem adequately secure.
216
- If a rhino was as big as a whale, could <p>it</p> beat a whale?
217
  Wow, <p>they</p> are smooth.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  Is <p>it</p> heading toward Eren?
219
- This sword was forged in a dragon's breath and <p>it</p> will do my bidding.
220
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
221
- ...<p>they</p> can still maintain enough insecurity to be vulnerable, which is attractive.
222
- Yeah, <p>it</p> says right here, "no known weaknesses."
223
- The ancient Olympic Games were said to be played on this stretch of ground, and <p>it</p> held the chief sanctuary of the supreme god, Zeus.
224
- And <p>they</p> told me some things. Okay? Unkind things.
225
- We've recreated this settlement exactly as <p>it</p> was 100 years earlier.
226
- But <p>it</p> has to.
 
227
  Were <p>they</p> in each others' arms?
228
- They relax, <p>they</p> laugh, things start moving.
229
- I just wish things could be the way <p>they</p> used to be,
230
- They just want to come home, and <p>they</p> need your help.
231
- Women are more likely to conceive if <p>they</p> have an orgasm.
232
- This is what girls do, <p>they</p> date boys.
233
- How did the heart do that when <p>it</p> was younger?
234
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
235
- Yes. Now, here, once again, the virus is on the attack, but this time, the receptors to which <p>it</p> attaches are free-floating, not part of a healthy cell.
236
- Well, <p>it</p> came with this cake cutter, and I just wanted to hold a weapon I can actually use.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  I wish <p>they</p> were all like you.
238
- Apparently <p>it</p> also killed their counterparts on the other side.
239
- My client, who has no criminal record, was not predisposed to commit the crime were <p>it</p> not for the egregious and illegal efforts of... of Captain Chapel.
240
- I just got the two girls, and <p>they</p> could never keep their mouths shut.
241
- The Knick will have to do the same if <p>it</p> doesn't want to be shuttered.
242
- Things will go back to exactly as <p>they</p> were?
243
- But this surgery, <p>it</p> has the potential to be more than just a treatment.
244
- Basically, everything the camera saw when <p>it</p> became motion-activated.
245
- Things aren't easy, but <p>they</p> can still be good.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  Are <p>they</p> by the, uh, elevators to the important offices?
247
- I designed the <hon>machine<hoff> to detect acts of terror, but <p>it</p> sees everything.
248
- There's only three dumps <p>it</p> could have wound up in.
249
- She has the most beautiful heart and <p>it</p> breaks every time someone she loves is hurting.
250
- We believe that people are being abducted as <p>they</p> approach the town line.
251
- In some cases <p>it</p> does not.
252
- And some, like this one... <p>they</p> become a part of you.
253
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
254
- Unfortunately, <p>they</p> only loved him back about 10% of the time.
255
- When the patient's hand is released directly above the face, <p>it</p> should strike the face on the way down.
256
- I had a dog... when I was a little kid, and one day, <p>it</p> turned on me, bit me.
257
- My current marriage to Heather, wiped out, like <p>it</p> never even happened.
258
- She reached for her coffee, and I swear she never touched the cup, but <p>it</p> moved away from her hand.
259
- So why wasn't <p>it</p> there tonight?
 
 
 
 
 
 
 
 
 
 
 
 
260
  I designed the machine to detect acts of terror, but <p>it</p> sees everything...
261
- See, if you kill the bug, then <p>it</p> dies, and your life means a little more.
262
- This table, <p>it</p> tilts.
263
- <p>it</p>'s in her now.
264
- I have an idea, but <p>it</p> isn't pretty.
265
- Aqueous methylamine is water-based, yet <p>it</p> weighs slightly less than water.
266
- <p>they</p> procure weapons, <p>they</p> lure prey.
267
- At sunset, <p>it</p> will cast a shadow probably a mile long.
268
- - I want to be where the sun goes when <p>it</p> sets here.
269
- I don't think <p>it</p> will kill us until <p>it</p> knows who we are!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  The winning argument is like a fine wine - <p>it</p> gives me a feeling of wellbeing.
271
- I've seen how easy <p>it</p> is for you to destroy, to rip a person to pieces.
272
- But if we don't have any luck, we have to try the woods, and with <p>it</p> being dark soon, I need someone who really knows the terrain.
273
- They see so much carnage in one lifetime that sometimes <p>they</p> repress those memories in the next.
274
- Mom, I thought I was gonna study with them, but <p>they</p> took me to a party.
275
- I designed the machine to detect acts of terror but <p>it</p> sees everything... violent crimes involving ordinary people.
 
 
 
 
 
276
  I designed The Machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
277
- I designed the machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
278
- I designed the machine to detect acts of terror, but <p>it</p> sees everything.
279
- <hon>She<hoff> made <p>it</p> up to scare you away.
280
- The women come out worse than <p>they</p> went in.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  "Forgiveness does not change the past, but <p>it</p> does enlarge the future."
282
- Well, <p>they</p> hate it when a kid's used like that.
283
- They meet a nice guy, maybe <p>they</p> get more.
284
- - No, <p>they</p> didn't.
285
- And the older ones, <p>they</p> don't have these bullshit expectations of what a relationship needs to be or doesn't need to be, you know?
286
- And <p>they</p> probably learned about the crimes they're avenging through the media.
287
- No, <p>they</p> can't.
288
- If I do, <p>they</p> kill me.
289
- I just told my girlfriends it was you guys, and <p>they</p> didn't believe me.
290
- Now, in addition, <p>they</p> dated a cross section of these six men in common.
291
- He said the bridge was down on the highway and <p>it</p> took him an hour to get back.
292
- If the sulphide stays in the vat, <p>it</p> will spoil the wine.
293
- When those witches come back, and <p>they</p> will come back... we're going to need everyone to believe.
294
- We're looking at where <p>they</p> cross.
295
  When the thought of a drink comes - and <p>it</p> WILL come... call me.
296
- Trick, <p>they</p> worship a horse god.
 
 
 
 
297
  The exact nature of these matters even I cannot know from my husband, but <p>they</p> appear to require his urgent involvement.
298
- If it's there, the lights might scare <p>it</p> out of hiding.
299
- According to the flight plan, <p>it</p> passed right over your location before <p>it</p> went down.
300
- Only the road knows, where <p>it</p> will end.
301
- And girls, <p>they</p> always agree to them, and then <p>they</p> get...
302
- Things up there must be worse than <p>they</p> look for you to be calling me or...
303
- They hate their condition and, above all, <p>they</p> hate themselves.
304
- He watched as <p>it</p> writhed and labored terribly to shed its shell.
305
- Hold on to this knife and <p>it</p> will become a part of you and your time.
306
- If <p>it</p> didn't poison her, why prepare <p>it</p> and only drink half a cup?
307
- The hand kind of fell to the butt, and I was, like, "Oh, maybe <p>it</p> was a mistake," and then <p>it</p> moved over to the other butt cheek, and then he just scooped <p>it</p> and got under there.
308
- Besides, <p>it</p> was 8:00.
309
- Like, <p>they</p> don't know what <p>they</p> want.
310
- However terrible things are... <p>they</p> pass.
311
- Are <p>they</p> the hotel's?
312
- Castle, there was a blood trail that led from the van, and <p>it</p> stopped.
313
- Once attached, <p>it</p> invades and completely destroys its host before moving on to the next cell.
314
- The bottle is called, uh, an amphora, and <p>it</p> belonged to a merchant from Pompeii who survived Vesuvius.
315
- Unlike the outer planets of the solar system, the outer stars in the galaxy were all going at the same speed as the stars that were closer in, and <p>they</p> were moving way faster than expected.
316
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
317
- I'll restore your body to the way <p>it</p> was.
318
- How often does <p>it</p> come?
319
- Because the story can change all <p>it</p> likes.
320
- They're still waiting on a toxicology report but <p>it</p> would appear that the cause of death was a heroin overdose.
321
- The pain will never be too much, but when <p>it</p> is,
322
- At first I thought this place was just my heritage, but <p>it</p> turned out to be my salvation.
323
- Look, these pictures, <p>they</p> aren't in real time.
324
- Er, of course, things could be worse and, indeed, <p>they</p> are.
325
- It needs to be exercised regularly lest <p>it</p> turn flabby.
326
  His personnel file, <p>it</p> would have to have an address.
327
- How <p>they</p> live....
328
- And those five gals, <p>they</p> meet with Healy, <p>they</p> tell him what we want, then he speaks to the higher-ups.
329
- Apparently, <p>it</p> does not get a signal out here in the jungle.
330
- Is <p>it</p> a good one?
331
- Especially if <p>it</p> has fresh mozzarella.
332
- One of them, <p>they</p> did it.
333
- Well, I had a house, and <p>it</p> was very clean.
334
  Where was the bomb when <p>it</p> went off, sir?
335
- And then <p>they</p> ride off into the sunset with someone... ..slightly less handsome than ourselves.
336
- A long time ago, in a magical, faraway land, several women lived together and, surprise, surprise, <p>they</p> didn't exactly get along.
337
- When <p>they</p> never even left the prison.
338
- Flesh tears, you get covered in blood... and your cock doesn't get hard, <p>it</p> shrinks.
339
- Yeah, <p>they</p> do.
340
- Does this plant have a utility, or is <p>it</p> strictly decorative?
341
- But if I knew where <p>it</p> was, I wouldn't tell you anyway.
342
- So, you're re-capping to me that my late husband stole nearly £1 million from the lotto winnings and now he's dead, the money's gone and you have no idea where <p>it</p> is?
343
- They removed the tumor, but <p>it</p> can come back.
344
- He said <p>it</p> runs fine but confirmed that the front end damage made <p>it</p> undrivable.
345
- I saw their life together, and <p>it</p> is happy.
346
- The law's always poking its nose where <p>it</p> shouldn't.
347
- I-I ran a bio scan, and <p>it</p> looked like your testicles were at full capacity.
348
- But <p>it</p> didn't bring me any luck.
349
- -Even similar models? -Eight years ago, <p>it</p> was common.
350
- We don't think you did anything wrong, but an M.E.'s report will be released soon, and if <p>it</p> says his brother was alive up until the explosion,
351
- Things happen when <p>they</p> must.
352
- Because Purcell, he was still evolving when he ran in, and we think that this jawbone made Briggs act like the predator that <p>it</p> came from.
353
- And <p>it</p> presents me the opportunity to correct that error.
354
- We believe, madame, that we are dealing with an organisation so ruthless that <p>it</p> will not hesitate to execute any who stand in its way.
355
- So you're saying you did check out a key, but <p>it</p> was inside your backpack when someone stole <p>it</p> off a table in the library while you were using the bathroom and you haven't seen <p>it</p> since.
356
- Well, if the victim was tripping, <p>it</p> would make him a lot easier to kill.
357
- Eventually, <p>it</p> erases a person's oldest and most precious memories.
358
  If you waken that beast <p>it</p> will destroy us all.
359
- There are hundreds of people in prison who acted out of revenge and, I am telling you, <p>they</p> are there for good reason.
360
- And, oh, surprise, in Europe <p>it</p> attracted a great number of people <p>it</p> was playing openly.
361
- Looks like the perp tried to grab her bracelet, and <p>it</p> broke.
362
- They're on the shelf right where <p>they</p> always are.
363
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
364
- And yet <p>it</p> wound up in Beirut in a Hezbollah commander's house?
365
- The moment <p>it</p> starts to turn, get to the shed about 20 yards to the east.
366
- I don't know what <p>it</p> is about Woolley Grange soil but <p>it</p> sure knows how to treat a parsnip.
367
  Always keep the cord around your wrist... then <p>it</p> won't slip when you come down hard.
368
- Those witches, <p>they</p> think that <p>they</p> still have power in this town.
369
- Well, <p>it</p> doesn't include vengeance, no matter where you're standing.
370
- When you got harmonies going together, <p>they</p> kind of meld together.
371
- For ladies whose livelihood depends on risks that are calculated, <p>they</p> have overreached themselves, I fear.
 
 
 
 
 
372
  And two, if you're going to wear a skirt, <p>it</p> has to cover at least some of your thigh.
373
- This empire, <p>it</p> thrives because of me, and you want me to run.
374
- And for 100 years after the death of Muhammad, no-one says where <p>it</p> is.
375
- Don't sleep with all those girls, 'cause then <p>they</p> come at me.
376
- <p>they</p> were all-powerful, in a way.
377
- To help your brain regain its normal function, <p>it</p> needs exercise.
378
- I like <p>it</p> how <p>it</p> is now!
379
- Oh, <p>it</p> had a king.
380
- Her head- <p>it</p> lit up real good, I thought.
381
- Is <p>it</p> following me... or or is <p>it</p> following the staff?
382
- And when <p>it</p> reaches the brain, <p>it</p> spreads like wildfire.
383
- They traced the phone call, and <p>it</p> originated here.
384
- - Sure. - During my sanity sabbatical, I wrote a mean article about Val for the lit magazine, and <p>it</p> came out today.
385
- Oh, look, <p>it</p> has one.
386
- This wound is supposed to be irrigated every two hours or <p>it</p> gets re-infected.
387
- Last year, a guy in Madrid didn't steal what the Dodger told him to, and <p>it</p> took his head off.
388
- I was picking his things and <p>it</p> landed on my head.
389
- it's good now. This dark entity has attached itself to him and now <p>it</p>'s feeding off of all of you.
390
- This symbol-- <p>it</p> doesn't mean anything.
391
- The sun is gonna come up, and when <p>it</p> does, I promise to find out.
392
- - No, <p>it</p> doesn't.
393
- What if I lift the couch and <p>it</p> starts flipping around?
394
- Those weapons he makes-- <p>they</p> could all be ours.
395
- And more importantly, <p>they</p> like me.
396
- It was abandoned 3 weeks ago on Fish Hatchery Road, picked up by Gus' Towing Service, where <p>it</p> has been collecting dust and racking up storage fees ever since.
397
- From where was <p>it</p> obtained, may I ask?
398
- Yes, ma'am, mobile and Ohio had a railhead there before <p>it</p> burned.
399
- May <p>it</p> serve you well.
400
- - What tension did <p>they</p> hold?
401
  I think I'll just take things as <p>they</p> come.
402
- I found <p>it</p> at the squat, <p>it</p> was amongst the ashes of the stuff you burnt... one of you must have hidden it.
403
- Well, <p>they</p> are, but you're not supposed to know that yet.
404
- Oh, and don't mess with Uni-Baby's horn, um, as <p>it</p> holds great power.
405
- I'd rather keep <p>it</p> as <p>it</p> is.
406
- I gave <p>it</p> to her and <p>it</p> fell in the cesspit!
407
- Yes, to put the money back into the economy, where <p>it</p> belongs, not into my pocket.
408
- But <p>it</p> burnt down.
409
- Things have been as great as <p>they</p> always were.
410
- Now the money is just not there the way <p>it</p> used to be.
411
- White roses, <p>they</p> are so beautiful!
412
- When a Mandragora attacks, <p>it</p> uses its tentacles to inject a neurotoxin into the brain of its victim.
413
- Afterwards, <p>it</p> came under new management.
414
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
415
- We heat this thing up and <p>it</p> turns into food?
416
- I showered one plant with attention to see if <p>it</p> would grow bigger
417
- Alice and the boy don't know where <p>it</p> is.
418
- It was a stray, <p>it</p> was filthy, and <p>it</p> was mean.
419
- - Or, <p>it</p> could all wear off and you'll be dead within the hour.
420
- Two months ago, a report I wrote was changed when <p>it</p> went through your office, but your office has been shut down for more than a year.
421
- Whatever your power is, <p>it</p> makes <p>it</p> do the opposite.
422
- We took that camera and put <p>it</p> where <p>it</p> had never been before.
423
- It was the pile-up caused by the tractor-trailer, jackknifed after <p>it</p> hit your dad.
424
- Yeah, <p>it</p> was black, a woman driver.
425
- No... No, <p>it</p> didn't.
426
- If <p>they</p> do, <p>they</p> don't brag about it as loudly.
427
- And what does a walrus look like when <p>it</p> has a UTI?
428
- I used to put Scotch Tape around my dolls so I'd know if <p>they</p> moved when I was sleeping.
429
- Value may dip every now and then, but <p>it</p> always goes back up in the summertime.
430
- They eat these mushrooms and their heads fill with visions and <p>they</p> talk to the dead.
431
- Well, if <p>it</p> wasn't, <p>it</p> is now!
432
- Well, <p>it</p> was a little, tiny boat, and <p>it</p> sailed.
433
- She had access to the 50th floor of the Empire State Building while <p>it</p> was under renovation.
434
- Well, <p>it</p> will, because politicos won't be able to resist the potential tax revenues.
435
- This dog, <p>it</p> is devoted to its mistress.
436
- Not saying that those singers back then didn't have feeling, but <p>they</p> were committed to what <p>they</p> saw on the paper.
437
- For the chip to process data organically, <p>it</p> had to be connected to the hippocampus.
438
- If the snow gets hold of that creature on the stairs, <p>it</p> will learn to make more of them. It will build an army of ice.
439
- So I do the history, even though <p>it</p> may hurt people.
440
- Even if <p>it</p> was, its essential core would be the same and that is what I test for. Well, what if you're wrong?
441
- Not to say <p>it</p> wasn't a great performance, <p>it</p> was, but not enough for me to finally hit my button.
442
- When <p>they</p> smell your pheromones, their claws come out.
443
- Nearly impossible to butcher that meat when <p>it</p> freezes up on you.
444
- And <p>it</p> wasn't open before.
445
- You hurt it, <p>it</p> heals.
446
- And like any disease, <p>it</p> has a cause... <p>it</p> has a progression, and <p>it</p> could have a cure.
447
- I've decided that this year, <p>it</p> should hang on your tree.
448
- Much lighter than <p>it</p> can ever be here.
449
- Did you know that if a cat's mum has a deformed baby, <p>it</p> will just eat that baby?
450
- It was called the estate, and <p>it</p> burned down.
451
- If the cancer mass increases as little as 5%, <p>it</p> could result in sudden death. Very good.
452
- Given the nature of this case <p>it</p> makes sense to hand <p>it</p> on to another lead officer.
453
- So <p>it</p> appears the reports of Bigfoot were nothing more than mass hysteria, as witnesses say Brinkerhoff wore a costume mask during his rampage.
454
- Why would she make such allegations if <p>they</p> weren't true?
455
- They-<p>they</p> can't understand that two people can be happy just the way <p>they</p> are.
456
- I was examining the osmia avoseta that Gerald Lydon gave me, and <p>it</p> got loose.
457
- But <p>they</p> aren't gonna be maids.
458
- No, girls like her, <p>they</p> get what <p>they</p> want.
459
- But then I tried <p>it</p> on this morning and <p>it</p> was uncomfortable and itchy and completely wrong.
460
- But <p>it</p> also reminds us how precious every moment can be...
461
- I have <p>it</p> here, it's not showing up on your screen?
462
- - No, <p>it</p> has fine, curly hair.
463
- That thing, <p>it</p> went down under the carpet, into the floor, now...
464
- I can look at women and know how beautiful and powerful <p>they</p> can be... like you two.
465
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
466
- I just... sometimes things, <p>they</p> don't remind me of him being gone, or the accident, they... <p>they</p> remind me of him, you know?
467
- I designed the machine to detect acts of terror, but <p>it</p> sees everything-- violent crimes involving ordinary people.
468
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
469
- I chose this place because <p>it</p> is outside both our jurisdictions.
470
- Annie, my life didn't end when I stopped walking, and I'm sorry, but <p>it</p> didn't start again the minute I met you.
471
- But when a synthetic form is injected, <p>it</p> promotes growth and healing unlike anything the body itself is capable of.
472
- But <p>it</p> also began a criminal investigation.
473
- How long would <p>it</p> have taken <hon>him<hoff> to die?
474
- That <p>it</p> has infiltrated the muscle wall, which means I'll have to remove some lymph nodes to see if the cancer is metastatic.
475
- I need to know what stone <p>it</p> housed.
476
- When a wounded animal has lost too much blood, <p>it</p> knows <p>it</p> can no longer run.
477
- They're no different than <p>they</p> were when I was young.
478
- They're just afraid if <p>they</p> come over here right now, they're gonna get attached.
479
- No, <p>they</p> didn't have money for posters and no, <p>they</p> couldn't be bothered going door to door so <p>they</p> did what women do.
480
- The video shows that the pie came from a high angle, so <p>it</p> would've hit your face... like this.
481
- Now, look, I might not be a scientist, but I do have common sense, and <p>it</p> says this guy is doping.
482
- But by the next day, <p>it</p> had burned out.
483
- Folks, we need you to look at some photographs, but I will warn you, <p>they</p> are a little bit graphic.
484
- - Well, if you did what I told you, <p>it</p> should be accessing the Navy missions flown by the President.
485
  and think that things are gonna go back to the way <p>they</p> were.
486
- And the laws of magic are like the laws of anything, <p>they</p> work because you obey them.
487
- We must capitalize on this momentum, or <p>it</p> will dissipate.
488
- Abby's favorite place... my wife, she... she really liked this tree, <p>it</p> was in a park by our house... a few years ago, <p>it</p> was struck by lightning.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  See this crown, how <p>it</p> hovers over the coat of arms?
490
- I'll see my baby when <p>it</p> climbs out of her doughnut hole.
491
- In fact, <p>they</p> feel fresh, lively, and ready for anything that might come up.
492
- They call our money new. But <p>it</p> certainly does attract a crowd.
493
- I pulled her e-mails and <p>it</p> looked like she was planning to attend this party.
494
- I like things just the way <p>they</p> are.
495
- You know, <p>they</p> be like, "I know he didn't!"
496
- Oh, <p>it</p> did!
497
- The women have been instructed about what <p>they</p> can speak about.
498
- _ listen, I found a really cute bed at Bedder Beds 4 Less, and <p>it</p> has drawers underneath, and the headboard has these little lighted cubbyholes to display our stuff.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  This will be your house if <p>it</p> survives.
500
- But when <p>it</p> didn't detonate, you simply shot Pradeep and walled him off.
501
- If <p>it</p> launches, the Ark will be crippled, and everyone left on board will die.
502
- And finally two girls... <p>they</p> called.
503
- If I had killed them, it would be because <p>they</p> were worthy of me.
504
- Because <p>it</p> looked so much better on me?"
505
- No-one worked without a record deal in those days, so <p>they</p> had a lot of power.
506
- What if I told you that when a wraith consumes a soul, <p>it</p> merely travels to another realm, but that soul could be brought back to this world?
507
- So that <p>they</p> aren't outside, messing up the blueberries.
508
- - Was <p>it</p> old?
509
- These bird women, <p>they</p> could hurt Fae with their voices.
510
- <p>it</p> inspired me.
511
- The two girls, aged 6 and 7, are believed to have been... playing on this street when <p>they</p> disappeared without a trace.
512
- The more damaged you are, the more <p>they</p> wanna heal you.
513
- Our car, <p>it</p> broke down about 20 Miles away from here.
514
- matter of fact, I never... agree with your methods, but sometimes <p>they</p> get spectacular results.
515
- I designed the machine to detect acts of terror, but <p>it</p> sees everything...
516
- And we'd totally give you the part If <p>it</p> wasn't for your gorilla injuries.
517
- That's why women will feel wonderful when <p>they</p> receive them, don't you think?
518
  Thomas said that's why you gave him the prescription, for when things got too painful... and <p>they</p> did.
519
- It will, uh, bind to the virus and keep <p>it</p> occupied while your system creates the antibodies that <p>it</p> needs to defeat it.
520
- I mean, <p>it</p> needed a little jeuje.
521
- There's been a leak in the unit above yours, and <p>it</p> may have compromised the fetzer valve in yo kitchen.
522
- And <p>they</p> don't like stepping on toenails.
523
- But <p>it</p> still wouldn't have this effect on his organs.
524
- Show these witches no fear or <p>they</p> will devour you.
525
- <p>they</p> rip your heart out...
526
- I wonder if <p>it</p> works.
527
- It's, like, weird how much <p>they</p> hate me.
528
- All the girls went crazy when <p>they</p> saw his picture.
529
- Making <p>it</p> dangerous. and embark on an expedition outside the walls.
530
- One time I set <p>it</p> for four hours instead of four minutes, and <p>it</p> totally ruined those jeans.
531
- I will go and see how big the space is, and if it'll su<p>it</p>.
532
- H... how could I possibly know where <p>it</p> is?
533
- The sun not only bakes the land, <p>it</p> warps its appearance.
534
- What if <p>it</p> went in their house?
535
- Why, is <p>it</p> sick?
536
- Some girls learn the on the hard way, and <p>they</p> go out.
537
- Where did <p>they</p> come from?
538
- It's funny you should say that, because I employ a similar tactic when I'm buying a car, so I looked at things like - <p>it</p> has very high-specification after-market brake pads.
539
- But, uh, <p>it</p> served your purpose.
540
- OK, door, but <p>it</p> won't open.
541
- And the bullet is only mildly deformed, so <p>it</p> had to have come through the open window.
542
- Eleven, while on a natural hole... <p>it</p> sinks toward the middle, the stress being up and down.
543
- Forget it. We're gonna lose this one as <p>it</p> is.
544
- All <p>they</p> do is cry all the time.
545
- The, uh, Safety Patrol girls, <p>they</p> told me the eye wash was broken, so I came rushing.
546
- There's no information as to why the plane went down, but at this early hour, <p>it</p> does appear no one on board survived.
547
  The sky is where <p>it</p> always is.
548
- If <p>they</p> don't, the other girls stay dead, and <p>they</p> lose their power.
549
- This hotel may be less than impressive, but <p>it</p> makes the best arepas in town.
550
- I gave my opinion this afternoon; <p>it</p> hasn't changed.
551
- It's a little moist, but <p>it</p> is still here.
 
 
 
 
 
 
 
1
+ Are <p>they</p> the hotel's?
2
+ - What tension did <p>they</p> hold?
3
+ How does <p>it</p> haunt you?
4
+ It's like <p>it</p> never moved.
5
+ When <p>they</p> never even left the prison.
6
+ Apparently, <p>it</p> does not get a signal out here in the jungle.
7
+ And when the soccer ball hit your chest, it dislodged <p>it</p>, causing the tear in your lung and a small pneumothorax.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  And <p>it</p> broke down on us right on the eisenhower, of course.
9
+ You know how <p>they</p> died.
10
+ <p>they</p> procure weapons, <p>they</p> lure prey.
11
+ Afterwards, <p>it</p> came under new management.
12
+ If <p>they</p> do, they don't brag about it as loudly.
13
+ Their tears ran of blood, and <p>they</p> had snakes for hair.
14
+ Well, <p>they</p> hate it when a kid's used like that.
15
+ I've decided that this year, <p>it</p> should hang on your tree.
16
+ I was picking his things and <p>it</p> landed on my head.
17
+ <p>They</p> find out you stole it, they would...
18
+ I'm really good at fixing <p>it</p> when it freezes.
19
+ <p>They</p> meet a nice guy, maybe they get more.
20
+ - Mmm. - What, you didn't... Know <p>it</p> was missing?
21
+ Especially if <p>it</p> has fresh mozzarella.
22
+ Yes, <p>it</p>'s in the infirmary already.
23
+ And that <p>it</p> ran off before we all got a go.
24
+ Yeah, <p>they</p>'re graphic.
 
 
 
 
 
 
25
  Look, I don't know about any of that, but here <p>it</p> ain't.
26
+ <p>They</p> say they didn't leave the house until school next morning.
27
+ But <p>it</p> burnt down.
28
+ Unlike solo vigilantes, <p>they</p>'re working in concert and they're planning and executing coordinated attacks.
29
+ Because, believe me, <p>they</p> won't last two days in a Mexican prison.
30
+ Now <p>it</p>'s going into the stomach.
31
+ But <p>it</p> has to.
32
+ If <p>it</p> didn't poison her, why prepare it and only drink half a cup?
33
+ But by the next day, <p>it</p> had burned out.
34
+ No, <p>they</p>'re just pretending to be so that all of you will like them!
35
+ I don't think it will kill us until <p>it</p> knows who we are!
36
+ May <p>it</p> serve you well.
37
+ String theory has always predicted <p>they</p> exist.
38
+ And then I just came in, <p>it</p> just wasn't there no more.
39
+ Never know when <p>they</p>'ll need or use it.
40
+ - No, I don't think so. I don't think <p>they</p> can do my job.
41
+ The boy knows where <p>it</p> is.
42
+ I didn't know <p>it</p> was missing.
43
+ It's just <p>they</p>'ve fallen quite randomly, you'd really notice if one was gone?
44
+ ...<p>they</p> can still maintain enough insecurity to be vulnerable, which is attractive.
45
+ You think <p>it</p> still works?
46
+ If <p>they</p> don't, the other girls stay dead, and they lose their power.
47
+ I said <p>they</p> get ugly.
48
  And if <p>they</p> do, you lose yours.
49
+ It's possible <p>they</p> were involved in these losses personally and now feel they need to act.
50
+ What if <p>it</p> went in their house?
51
+ I like it how <p>it</p> is now!
52
+ This photo proves that <p>they</p> were the last ones to see him alive, yet none of them gave statements to the cops.
53
+ It's, like, weird how much <p>they</p> hate me.
54
+ All <p>they</p> do is cry all the time.
55
+ If I do, <p>they</p> kill me.
56
  But <p>it</p> swallowed the rabbit.
57
+ Alice and the boy don't know where <p>it</p> is.
58
+ Ah, that's 'cause <p>it</p> fits.
59
+ I lied so <p>they</p> don't have to worry, so that they can get back to their carefree, normal lives.
60
+ To make sure no one went in or out until <p>it</p> closed, yes, sir.
61
+ Concluded <p>it</p> was dangerous.
62
+ No, <p>they</p> didn't have money for posters and no, they couldn't be bothered going door to door so they did what women do.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  That's true, <p>they</p> are private, but tracking him down's an expensive business, and so it's sort of like a quid pro quo, isn't it?
64
+ Because <p>it</p> opens inward, that's why not.
65
+ If <p>they</p>'re going to demonstrate for Miss America, I'm going to be there.
66
+ I don't think <p>they</p> knew.
67
+ It's all my fault <p>they</p>'re out there.
68
+ I wonder if <p>it</p> works.
69
+ Had <p>it</p> towed in.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  Wow, <p>they</p> are smooth.
71
+ At the disposal site, he poses them as if <p>they</p>'re praying.
72
+ I want their info, <p>they</p>'re giving it to me straight up.
73
+ Maybe <p>it</p> needs to burn.
74
+ Looks like <p>it</p> missed the big artery in there.
75
+ At this age, <p>they</p>'re vulnerable and valuable.
76
+ What will <p>they</p> do to her?
77
+ Well, <p>they</p> agreed to hold off on contacting any news outlets.
78
+ Phrenologists believe that <p>it</p> controls one's knowing faculties.
79
+ As you can see, <p>it</p>'s emptying out.
80
+ Rumor has it <p>it</p>'s somewhere near the living room.
81
+ <p>They</p>'re his predators, and he believes they're out to get him.
82
+ We'll know where <p>it</p>'s going and what it's for.
83
+ At sunset, <p>it</p> will cast a shadow probably a mile long.
84
+ So <p>it</p> must remain.
85
+ Now, listen, I've never been pepper sprayed in the face, but there's got to be an argument that <p>they</p>'re being overly dramatic, that they're playing it up for the cameras.
86
+ And even if <p>it</p> doesn't, today, when my boss threw his egg salad sandwich at my face, some of it got into my mouth.
87
+ - No, <p>it</p> has fine, curly hair.
88
+ When <p>it</p>'s ajar.
89
+ T... <p>they</p>'re alive.
90
+ <p>It</p>'s perfect just the way it is.
91
+ I think <p>it</p>'s real, and I think it's actually connected to this very town.
92
+ Looks like <p>it</p> even has an embedded signature.
93
+ I didn't realize how brilliant <p>it</p> was then.
94
+ Though <p>they</p> may require some slight reinforcement.
95
+ <p>It</p> was listed at 17 million, but the broker thinks it's gonna go as low as 14.5.
96
+ You know, it turns out <p>they</p> have some significant political and cultural pieces, too.
97
+ She says <p>they</p> escaped.
98
+ Eleven, while on a natural hole... <p>it</p> sinks toward the middle, the stress being up and down.
99
+ Is <p>it</p> hermetically sealed?
100
+ If the room is too hot, <p>they</p>'ll think it's spring.
101
+ Trick, <p>they</p> worship a horse god.
102
+ I'm sure <p>it</p>'s a fake.
103
+ She didn't say <p>they</p> died.
104
+ I hate to say it, but <p>they</p> just skim the surface.
105
+ But if I knew where <p>it</p> was, I wouldn't tell you anyway.
106
+ I thought <p>they</p> were, anyway.
107
+ But <p>it</p> is going to make it bigger still.
108
+ - Well, I'm not sure where <p>it</p> is.
109
+ Which <p>it</p> did not.
110
+ In some cases <p>it</p> does not.
111
+ That <p>it</p> has infiltrated the muscle wall, which means I'll have to remove some lymph nodes to see if the cancer is metastatic.
112
+ <p>It</p> doesn't eat what it kills.
113
+ And yet the vast desert <p>it</p> created is a source of life half a world away.
114
+ <p>They</p> love me 'cause they know I would do anything to make her happy.
115
+ No, <p>they</p> can't.
116
+ Even if <p>it</p> was, its essential core would be the same and that is what I test for. Well, what if you're wrong?
117
+ If <p>they</p> like his territory, they might stay a while.
118
+ Apparently <p>it</p> also killed their counterparts on the other side.
119
+ But <p>they</p> aren't gonna be maids.
120
+ Yes, and had I known <p>it</p> belonged to Nasse House, I should have come ashore there, but I didn't.
121
+ How many tickets are <p>they</p> gonna buy?
122
+ Because <p>they</p>'re gonna die soon anyway.
123
+ I guess <p>they</p> thought they could fix me.
124
+ So I think <p>they</p>'ll notice by dinnertime...
125
+ What did <p>it</p> represent?
126
+ And every second <p>it</p> remains causes Niklaus untold suffering.
127
+ "Otherwise <p>it</p> would rotate at maximum speed until it destroyed itself."
128
+ Yeah, <p>it</p> was on the ground.
129
+ Eventually, <p>it</p> erases a person's oldest and most precious memories.
130
+ And <p>it</p> presents me the opportunity to correct that error.
131
+ Let's make <p>it</p> a happy one.
132
+ So that <p>they</p> aren't outside, messing up the blueberries.
133
+ Oh, <p>it</p> landed on the deck-.
134
+ He knows <p>they</p>'re vulnerable.
135
+ Well, then, you're aware that <p>it</p> lets fans vote on who will win the fight, that the players actually have fight cards
136
+ Correct me if I'm wrong, but <p>they</p> were sitting next to each other.
137
+ Making <p>it</p> dangerous. and embark on an expedition outside the walls.
138
+ You know, whenever I hit a red light, I used to pray <p>it</p> wouldn't crap out on me.
139
+ The way <p>they</p> look at me.
140
+ Where did <p>they</p> come from?
141
+ If <p>it</p> launches, the Ark will be crippled, and everyone left on board will die.
142
+ I'd say <p>they</p> bathed shortly before the attacks occurred.
143
+ No, seriously, I think <p>it</p> followed me home.
144
  Is <p>it</p> heading toward Eren?
145
+ Doesn't mean <p>they</p> shouldn't get a smoke.
146
+ I swear, it felt like <p>it</p> was trying to kill me.
147
+ Well, <p>it</p>'s a carrier, but its virus count is low, so it's not fully developed.
148
+ Today <p>it</p> is buying your workers, but it always pays - the poor with thin air.
149
+ - Well, if you did what I told you, <p>it</p> should be accessing the Navy missions flown by the President.
150
+ So <p>they</p> GPS the location, bulldoze the homes, and kill the natives.
151
+ In ancient Egypt, <p>it</p> had its own hieroglyph.
152
+ <p>it</p> inspired me.
153
+ Doesn't mean <p>they</p>'re not important.
154
  Were <p>they</p> in each others' arms?
155
+ Well, let's hope <p>they</p>'re just shy, not dead, too.
156
+ I guess <p>they</p> heard that George Tucker is back on the market.
157
+ Just, <p>they</p>'re like the human version of pleated pants.
158
+ <p>they</p> were all-powerful, in a way.
159
+ Well, if <p>it</p> wasn't, it is now!
160
+ <p>They</p>'re small, they're rubbery, and they got no flavor.
161
+ If <p>it</p>'s there, the lights might scare it out of hiding.
162
+ <p>they</p> chart the same course, invade the same cells, wreak the same havoc.
163
+ <p>They</p> were exactly where her source had said they would be.
164
+ No-one worked without a record deal in those days, so <p>they</p> had a lot of power.
165
+ Yeah, <p>it</p> was black, a woman driver.
166
+ What if I lift the couch and <p>it</p> starts flipping around?
167
+ <p>It</p> kills her, as it killed her noble kinsman.
168
+ What does <p>it</p> say?
169
+ In my experience, <p>it</p> wouldn't.
170
+ We're looking at where <p>they</p> cross.
171
+ And then <p>they</p> ride off into the sunset with someone... ..slightly less handsome than ourselves.
172
+ And <p>they</p> like Bea.
173
+ Whenever you say it, <p>they</p> start controlling you.
174
+ And <p>it</p> seats six, so they extended the invitation to all of hankmed.
175
+ From where was <p>it</p> obtained, may I ask?
176
+ Ladies and gentlemen, it appears <p>they</p> have Otis.
177
+ And <p>it</p> wasn't open before.
178
+ Is <p>it</p> big enough?
179
+ <p>They</p>'re just afraid if they come over here right now, they're gonna get attached.
180
+ There's only three dumps <p>it</p> could have wound up in.
181
+ But <p>they</p> are fantastic, so I'm gonna call my friend at the New York Times and see if they want to order up reporting.
182
+ I'd almost say yes, <p>they</p>'re so lovely.
183
+ I didn't say <p>they</p> "don't grow more attractive,"
184
+ Like, <p>they</p> don't know what they want.
185
+ - Where are <p>they</p> now?
186
+ When <p>they</p> smell your pheromones, their claws come out.
187
+ But <p>it</p> still wouldn't have this effect on his organs.
188
+ You hurt it, <p>it</p> heals.
189
+ Ultimately, <p>it</p> collides against the bottom and returns to the waters to the surface, where the weather warms up.
190
+ - Could <p>it</p> beat a whale?
191
+ Make sure <p>they</p>'re ready.
192
+ But <p>it</p> also began a criminal investigation.
193
+ Perhaps <p>it</p> lies in you.
194
+ Listen, you may as well relax, because whatever it is <p>they</p>'re asking for, honey, it's not for you.
195
  I wish <p>they</p> were all like you.
196
+ According to the flight plan, <p>it</p> passed right over your location before it went down.
197
+ Why, is <p>it</p> sick?
198
+ Yeah, <p>they</p>'re really great.
199
+ They relax, <p>they</p> laugh, things start moving.
200
+ Kill them before <p>they</p> start multiplying!
201
+ Now <p>it</p> is with you as well.
202
+ But then I tried <p>it</p> on this morning and it was uncomfortable and itchy and completely wrong.
203
+ And I tried to help her after <p>they</p> left.
204
+ But I always wondered if <p>they</p> were smart enough to go back to their exact positions and put the tape back on so I wouldn't know.
205
+ Costly, were <p>they</p> not?
206
+ Now, in addition, <p>they</p> dated a cross section of these six men in common.
207
+ Yeah, did <p>it</p> even have a punch line?
208
+ He stirred the nest and <p>they</p>'ve come to sting him rather more than perhaps he expected.
209
+ <p>It</p> was called the estate, and it burned down.
210
+ And <p>it</p>'s powerless without you.
211
+ But <p>it</p>'s a bit too high.
212
+ <p>They</p> had completely different careers, and they lived in different parts of town.
213
+ Look, <p>they</p> were kind of falling off your finger and so I kind of slid them off and then you moved your hand and I couldn't put them back on so...
214
+ How <p>they</p> live....
215
+ So I gave them what <p>they</p> needed.
216
+ I'd rather keep <p>it</p> as it is.
217
+ Its vast bill means <p>it</p> has trouble balancing.
218
+ I don't even remember what color <p>it</p> was.
219
+ But when a synthetic form is injected, <p>it</p> promotes growth and healing unlike anything the body itself is capable of.
220
+ But I gave <p>one</p> special attention to see if it would grow more.
221
+ <p>They</p> eat these mushrooms and their heads fill with visions and they talk to the dead.
222
+ And <p>they</p>'ve been nothing but crap to me since I first came to town. No.
223
+ But when <p>it</p> didn't detonate, you simply shot Pradeep and walled him off.
224
+ Of course <p>they</p> are.
225
  Are <p>they</p> by the, uh, elevators to the important offices?
226
+ And yet <p>it</p> wound up in Beirut in a Hezbollah commander's house?
227
+ I think <p>it</p>'s trying to be funny.
228
+ That's all <p>it</p> does and it does it quickly.
229
+ And once <p>it</p> does, it'll be time to bring you home.
230
+ Because <p>they</p>'re all orphans!
231
+ Well, <p>it</p> will, because politicos won't be able to resist the potential tax revenues.
232
+ Um, no, <p>they</p>'re right there behind the security desk.
233
+ I think I just came to believe <p>it</p> had malevolent power.
234
+ And <p>they</p> told me some things. Okay? Unkind things.
235
+ Not once <p>they</p> learn she was sleeping with you while you were embezzling from this firm.
236
+ Oh, yes, <p>they</p> are, with their hair and their thoughts, and...
237
+ Even so, <p>they</p> can only survive for less than ten minutes in the midday sun.
238
+ And, oh, surprise, in Europe <p>it</p> attracted a great number of people it was playing openly.
239
+ Because <p>it</p> looked so much better on me?"
240
+ I wish I could say <p>they</p> were good, mouse.
241
+ But <p>it</p> also reminds us how precious every moment can be...
242
+ This time... we don't know what <p>it</p> did.
243
+ In fact, <p>they</p> feel fresh, lively, and ready for anything that might come up.
244
+ Then when I turned "Letterman" off, <p>it</p> was back.
245
+ When <p>they</p> do show up, they should obviously be well-dressed.
246
+ -Even similar models? -Eight years ago, <p>it</p> was common.
247
+ The ball knocked it over and <p>it</p> broke.
248
+ If <p>it</p> is in public, it is in danger.
249
+ <p>They</p>'re on the shelf right where they always are.
250
+ <p>They</p>'re sticky and they're on the back, Mike.
251
  I designed the machine to detect acts of terror, but <p>it</p> sees everything...
252
+ This poem, <p>it</p> reminds me of the day my babies were born.
253
+ Those weapons he makes-- <p>they</p> could all be ours.
254
+ This symbol-- <p>it</p> doesn't mean anything.
255
+ If the sulphide stays in the vat, <p>it</p> will spoil the wine.
256
+ If two girls saw us walking down the street, <p>they</p>'d say, "hey, those guys are twins.
257
+ I had a dream, and <p>it</p> made me go to Aiga.
258
+ Women don't know what <p>they</p> do to us.
259
+ Many women protested that <p>they</p> liked cooking and housework and catering to men.
260
+ And the bullet is only mildly deformed, so <p>it</p> had to have come through the open window.
261
+ You'll give me 700,000 but I'm using my house as collateral, <p>it</p>'s worth at least 900.
262
+ Looks like the perp tried to grab her bracelet, and <p>it</p> broke.
263
+ So our victims were either transported from the '90s or <p>they</p> work for Hillary Clinton or our killer was a scrunchie freak.
264
+ It's time to send this cockroach back to the hell <p>it</p> came from.
265
+ Yeah, I ran the prints through the system, but <p>they</p>'re smudged.
266
+ I know that you all think you're being all open-minded by electing these two homecoming queens, but I think you all should know <p>they</p>'re not really lesbians.
267
+ The women have been instructed about what <p>they</p> can speak about.
268
+ Tell your people not to believe everything <p>they</p> see on TV or read online.
269
+ Especially when all these other girls are just letting their entire high school lives be defined by some boy <p>they</p>'re just praying will take them to senior prom.
270
+ Now women are more educated, <p>they</p>'re gonna make more money and pretty much run everything.
271
+ Pump some water on that steel so <p>it</p> doesn't overheat!
272
+ We believe that people are being abducted as <p>they</p> approach the town line.
273
+ A long time ago, in a magical, faraway land, several women lived together and, surprise, surprise, <p>they</p> didn't exactly get along.
274
+ Just when you think your day couldn't get any worse, <p>it</p> got worse.
275
+ These people up here, <p>they</p>'ve work too hard to see all of their efforts destroyed by one deranged individual.
276
+ I had a sick pig, <p>it</p> died quick.
277
+ I used to put Scotch Tape around my dolls so I'd know if <p>they</p> moved when I was sleeping.
278
+ Hold on to this knife and <p>it</p> will become a part of you and your time.
279
+ No way a guy like Sloan wouldn't wash his sheets, so <p>they</p>'re fresh.
280
+ The skin is dry, <p>it</p>'s inelastic.
281
+ Um, both women decided <p>they</p> could do better.
282
+ Meatball's lyrics may seem simple at first, but like an onion, <p>they</p>'re many-layered underneath.
283
+ Well, I had a house, and <p>it</p> was very clean.
284
+ These things are never how <p>they</p> look.
285
+ - Vee, I want you to talk to the girls at the hospital, see what <p>they</p> can tell us.
286
+ She had access to the 50th floor of the Empire State Building while <p>it</p> was under renovation.
287
+ By the time the D.A. voids my case, all those ladies you have lunch with, your friends on the board of the Central Park zoo... <p>they</p>'ll know all about it.
288
+ The virus may not effect Fae, but I have to treat the affected humans before the substance mutates ... which very well could happen if <p>it</p> keeps jumping the species barrier.
289
+ If this storm is as bad as we think <p>it</p> is, - we're never going to survive.
290
+ I gave my opinion this afternoon; <p>it</p> hasn't changed.
291
+ Did you know that if a cat's mum has a deformed baby, <p>it</p> will just eat that baby?
292
+ Don't sleep with all those girls, 'cause then <p>they</p> come at me.
293
+ Your drink is only about half as full as <p>it</p> should be, Frank.
294
+ We've recreated this settlement exactly as <p>it</p> was 100 years earlier.
295
+ She was caught hiding in a cargo hold of a freighter before <p>it</p> set sail down the Mississippi.
296
+ So I do the history, even though <p>it</p> may hurt people.
297
+ The town is gonna need an explanation, one that answers more questions than <p>it</p> raises, one that protects the ones who are still here.
298
+ Show these witches no fear or <p>they</p> will devour you.
299
+ Lord of lords, we make this offering to you, hoping you will find <p>it</p> pleasing.
300
+ Steel-toed boots may be the punk style, but <p>they</p> definitely clashed with his skull.
301
+ Only the road knows, where <p>it</p> will end.
302
+ The women come out worse than <p>they</p> went in.
303
+ For the chip to process data organically, <p>it</p> had to be connected to the hippocampus.
304
+ Things would go back to the way <p>they</p> were.
305
+ I just told my girlfriends it was you guys, and <p>they</p> didn't believe me.
306
  The winning argument is like a fine wine - <p>it</p> gives me a feeling of wellbeing.
307
+ Things are different for people like them than <p>they</p> are for people like us and there's bloody naught we can do about it.
308
+ Ever since I was a little kid, I would plan and plan and plan all my birthday parties but never actually went through with any of them because <p>they</p> were never ready by the time my birthday actually rolled around.
309
+ I have, uh, a shoe print, um, from a hiking shoe, and from the lack of wear, I'd say <p>they</p>'re brand new.
310
+ This wound is supposed to be irrigated every two hours or <p>it</p> gets re-infected.
311
+ These grasslands have been grazed and burned and have endured the harshest drought in generations... but with the rains, <p>they</p>'re beginning to recover.
312
+ Ended Knox's football career before <p>it</p> really started.
313
+ My grades, <p>they</p> never dropped.
314
+ You say that word so often <p>it</p> has no meaning.
315
+ That was my brother's vein and <p>it</p>'s staying open.
316
+ Exactly, and things are easier to see when <p>they</p>'re in motion.
317
  I designed The Machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
318
+ And if that makes certain people uncomfortable, then maybe <p>they</p> need to be uncomfortable.
319
+ He had an alibi, and <p>it</p> checked out.
320
+ Value may dip every now and then, but <p>it</p> always goes back up in the summertime.
321
+ Basically, everything the camera saw when <p>it</p> became motion-activated.
322
+ You have a microchip in your brain... and <p>it</p>'s malfunctioning.
323
+ I ran it for prints; <p>they</p>'re classified, the prints.
324
+ No, you don't have to, I just have to look around, all your photographs, <p>they</p> say it all.
325
+ Kill them before <p>they</p> start multiplying!
326
+ Don't say no right away, but I saw a dress a few booths down and I think <p>it</p> would look great on you.
327
+ White roses, <p>they</p> are so beautiful!
328
+ Castle, there was a blood trail that led from the van, and <p>it</p> stopped.
329
+ So that all the girls of India will learn a lesson that <p>they</p> shouldn't dare trick innocent guys into 498a.
330
+ When you got harmonies going together, <p>they</p> kind of meld together.
331
+ They had completely different careers, and <p>they</p> lived in different parts of town.
332
+ My current marriage to Heather, wiped out, like <p>it</p> never even happened.
333
+ The skinwalker sounds and looks like his victims, but he doesn't know what <p>they</p> know.
334
+ It's funny you should say that, because I employ a similar tactic when I'm buying a car, so I looked at things like - <p>it</p> has very high-specification after-market brake pads.
335
+ That's why women will feel wonderful when <p>they</p> receive them, don't you think?
336
+ That thing, <p>it</p> went down under the carpet, into the floor, now...
337
+ All the girls went crazy when <p>they</p> saw his picture.
338
+ I see people like that, I wish <p>they</p>'d just go.
339
+ It's an old Mustang, and <p>it</p>'s pretty sweet.
340
+ Yes, ma'am, mobile and Ohio had a railhead there before <p>it</p> burned.
341
+ This thing is too powerful, and I want <p>it</p> to die.
342
+ He'd... he'd go out and interview victims, and if he could end up helping them and <p>they</p> were, you know, an attractive woman, he'd... he'd talk them into a one-nighter.
343
+ Why would she make such allegations if <p>they</p> weren't true?
344
  "Forgiveness does not change the past, but <p>it</p> does enlarge the future."
345
+ Since the head is commonly the first to dislodge during decomp... <p>it</p> could have washed down the hill during last night's rain.
346
+ This sword was forged in a dragon's breath and <p>it</p> will do my bidding.
347
+ Blake's friend posted the video on WeTube, but she didn't make <p>it</p> go viral.
348
+ If they toss me out before I had a chance to headline, my solo career is over before <p>it</p> starts.
349
+ A good security setup stops threats before <p>they</p> ever get close.
350
+ Circumstances are what <p>they</p> are.
351
+ This disease, <p>it</p>'s everywhere.
352
+ So, Browning lied about her knowledge of the SD card and whatever information <p>it</p> contained.
353
+ Based on what Ms. Vasquez just told me, this marriage has so many problems, <p>it</p> has to be real.
354
+ That light comes on, you need to be where you're supposed to be, and you don't move until <p>it</p> goes off. Dinner's after.
355
+ I got caught up with the wives, and <p>they</p> would not let me go.
356
+ Well, if the victim was tripping, <p>it</p> would make him a lot easier to kill.
 
357
  When the thought of a drink comes - and <p>it</p> WILL come... call me.
358
+ Folks, we need you to look at some photographs, but I will warn you, <p>they</p> are a little bit graphic.
359
+ Things are normal, and then <p>they</p>'re not.
360
+ We heat this thing up and <p>it</p> turns into food?
361
+ This table, <p>it</p> tilts.
362
+ I chose this place because <p>it</p> is outside both our jurisdictions.
363
  The exact nature of these matters even I cannot know from my husband, but <p>they</p> appear to require his urgent involvement.
364
+ OK, door, but <p>it</p> won't open.
365
+ The light water reactor is a much simpler reactor, but <p>it</p> produces much more waste.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
366
  His personnel file, <p>it</p> would have to have an address.
367
+ Our car, <p>it</p> broke down about 20 Miles away from here.
368
+ Two months ago, a report I wrote was changed when <p>it</p> went through your office, but your office has been shut down for more than a year.
369
+ And the motor will be at an angle, so <p>it</p> is almost flying.
370
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
 
 
 
371
  Where was the bomb when <p>it</p> went off, sir?
372
+ The camera doesn't even see the door when <p>it</p> opens.
373
+ I... I make these big promises, and then... when <p>they</p> fall flat... Disappear.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  If you waken that beast <p>it</p> will destroy us all.
375
+ Your form is just... <p>it</p>'s very good.
376
+ What I can tell you about the subculture is <p>it</p> pushes the edge.
377
+ And I have the answer, but <p>it</p>'s not relevant to this case.
378
+ My girls... <p>they</p> have good life.
379
+ The two girls, aged 6 and 7, are believed to have been... playing on this street when <p>they</p> disappeared without a trace.
380
+ Financial firms like to co-locate with internet hubs so <p>they</p> can get their trades in a few picoseconds faster.
 
 
381
  Always keep the cord around your wrist... then <p>it</p> won't slip when you come down hard.
382
+ Annie, my life didn't end when I stopped walking, and I'm sorry, but <p>it</p> didn't start again the minute I met you.
383
+ Well, your weight gain is right where <p>it</p> should be for the third trimester.
384
+ I saw their life together, and <p>it</p> is happy.
385
+ But this surgery, <p>it</p> has the potential to be more than just a treatment.
386
+ When stormy solar winds blow, this zone of protection grows; in calm solar weather, <p>it</p> shrinks.
387
+ Do you know some churches have removed Their fonts of holy water because <p>they</p> fear It's a source of bacterial and viral infection?
388
+ He goes to bars, hosting events, holding girls' hair back while <p>they</p> puke into their purses.
389
+ Ms. Walker, those questions are inappropriate, and <p>they</p> are not helpful.
390
+ Sweet baby Jesus put that ring on Holly's finger before <p>it</p> winds up on Violet's."
391
  And two, if you're going to wear a skirt, <p>it</p> has to cover at least some of your thigh.
392
+ If this is where those things get made, Maybe <p>they</p> can get unmade.
393
+ Ok, I got this Australian wool and <p>it</p> is on sale,
394
+ And other victims like to know <p>they</p>'re not alone.
395
+ But women, <p>they</p> look different, fight different, smell different.
396
+ The, uh, Safety Patrol girls, <p>they</p> told me the eye wash was broken, so I came rushing.
397
+ I've been reusing the hot dog water so <p>it</p> gets more flavor.
398
+ Um, that's awesome, but I think I'll visit my ex-girlfriends and prove <p>they</p> still like me.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  I think I'll just take things as <p>they</p> come.
400
+ They've got a big old wall to hide behind, but <p>it</p> only guards one side.
401
+ There are more meetings, and <p>they</p>'re longer, and he keeps talking about some corporate retreat, which I know is just a sweat lodge at Burning Man.
402
+ I mean, I know she thinks I haven't done enough with my life considering, you know, my age, but it's hard to tell someone so young that things don't always end up the way you thought <p>they</p>'d be.
403
+ The rental is reasonable, that's why <p>it</p>'s very popular.
404
+ She can see the show when <p>it</p>'s ready.
405
+ Your sword... how strong is <p>it</p>?
406
+ That motherboard you found-- bomb squad confirmed <p>it</p> was part of the device, so touché.
407
+ Everest over here wants to keep things just how <p>they</p> were.
408
+ Regina told me how this bloody thing worked... that <p>it</p> returned all our belongings to this land, as well as us.
409
+ It is 2014, and women are allowed to have relations with whomever <p>they</p> want.
410
+ It was worth it to kill those girls, to hold them in my hands while <p>they</p> died, felt their last breath.
411
+ Don't make things any worse than <p>they</p> already are!
412
+ Even water knows to jump off a griddle when <p>it</p>'s hot.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  and think that things are gonna go back to the way <p>they</p> were.
414
+ The only way out is through that door, and <p>it</p>'s locked.
415
+ Meaning your focus hasn't been where <p>it</p> usually is.
416
+ The blog isn't accomplishing what <p>it</p> should.
417
+ The ice will be delivered at 1:00. Make sure <p>it</p>'s clean and chipped into pieces.
418
+ These three young women have spent five years in prison, Your Honor, five years, for a murder <p>they</p> did not commit.
419
+ matter of fact, I never... agree with your methods, but sometimes <p>they</p> get spectacular results.
420
+ The tab is open, and <p>it</p> can stay open.
421
+ Sardines live only a few years, so <p>they</p> reproduce rapidly.
422
+ But I'd say there are about five other people back in Red Springs who could talk if <p>they</p> wanted to.
423
+ Len Fowler's death wasn't all <p>it</p> seems, Dot.
424
+ This is what girls do, <p>they</p> date boys.
425
+ Your honor, this practice is not nearly as transparent as <p>it</p> needs to be, which can only cause people to distrust the program and result in fewer organ donations being made.
426
+ According to his mother, Elijah was allergic to wool, and that coat is 100% wool, so <p>it</p> didn't belong to the victim.
427
+ Now, I mean this room feels half the size <p>it</p> normally does.
428
+ They traced the phone call, and <p>it</p> originated here.
429
+ Things aren't easy, but <p>they</p> can still be good.
430
+ The Ewing name might not mean anything to you, but <p>it</p> means something to me.
431
+ Those rumors we talked about earlier, <p>they</p>'re not going to come out.
432
+ Women of your generation think <p>they</p> have to be crass or no one will believe their strength.
433
+ There are hundreds of people in prison who acted out of revenge and, I am telling you, <p>they</p> are there for good reason.
434
  See this crown, how <p>it</p> hovers over the coat of arms?
435
+ The galaxies were going way too fast, so fast that <p>they</p> should've been flying apart from each other, because all the stars in all those galaxies had far too little gravity to hold the cluster together.
436
+ He showed me that, while life may not have any meaning, <p>it</p> certainly has value.
437
+ And the person who knows the truth doesn't want <p>it</p> revealed.
438
+ There's a beast in every man and <p>it</p> stirs when you put a sword in his hand.
439
+ 'But if the people being addressed by the Prophet 'are passing this place by day and by night, 'then what's <p>it</p> doing here?
440
+ Science isn't science until <p>it</p> is.
441
+ Yes I'm saying the house looks cheap, because <p>it</p> is cheap!
442
+ I only want the Banking Clan to be what <p>it</p> once was, a fair system of trade and commerce.
443
+ Um, and for me, that's really where a scene gets life that <p>it</p> doesn't have for the previous five days.
444
+ The cedar will have to come down before <p>it</p> knocks over the house.
445
+ It needs to be exercised regularly lest <p>it</p> turn flabby.
446
+ And as the brain tried to make sense of the trauma, <p>it</p> filled in some details.
447
+ The mission has stretched on ahead of us, somehow longer than <p>it</p> had been before.
448
+ I-it's just, people have to be, and especially women, need to be leery about how much <p>they</p> put out into the world.
449
+ These hands, once trembled with broken memory, now stand as strong as the steel <p>they</p> wield.
450
+ Them girls that you're treating there, <p>they</p>'re causing quite a stir.
451
+ For ladies whose livelihood depends on risks that are calculated, <p>they</p> have overreached themselves, I fear.
452
+ This empire, <p>it</p> thrives because of me, and you want me to run.
453
+ Yes, to put the money back into the economy, where <p>it</p> belongs, not into my pocket.
454
+ When the patient's hand is released directly above the face, <p>it</p> should strike the face on the way down.
455
+ And the laws of magic are like the laws of anything, <p>they</p> work because you obey them.
456
+ Then we have to take care of that stain before <p>it</p> sets.
457
+ The point is, things aren't really as bad as <p>they</p> make them sound.
458
+ But I tested the bottle that Mr. Blackburn gave us and <p>it</p>'s clean.
459
+ You're teaching him to degrade and objectify women that <p>they</p> exist solely to satisfy his urges when you could, in fact, be teaching him that the best kind of sex comes from making a connection.
460
+ If the royal families got ahold of it, <p>they</p> could control the world.
461
  This will be your house if <p>it</p> survives.
462
+ I knew that Jones' plan was too ingenious, that <p>it</p> had to have come from Bell.
463
+ Oh, I don't return things once <p>they</p>'re in my possession.
464
+ But begging the law's pardon, <p>it</p> lies.
465
+ I like paprika, but <p>it</p> doesn't like me.
466
+ Or her adrenal glands pumped everything <p>they</p> had into her system.
467
+ Look, these pictures, <p>they</p> aren't in real time.
468
+ They removed the tumor, but <p>it</p> can come back.
469
+ You can't win a war without a few strategic losses, no matter how regrettable <p>they</p> may be.
470
+ That hunger you feel, <p>it</p>'ll only grow stronger.
471
+ Yes. Now, here, once again, the virus is on the attack, but this time, the receptors to which <p>it</p> attaches are free-floating, not part of a healthy cell.
472
+ One day, this trident shows up over my head, and then <p>it</p> started moving south.
 
 
 
 
 
 
 
473
  Thomas said that's why you gave him the prescription, for when things got too painful... and <p>they</p> did.
474
+ However terrible things are... <p>they</p> pass.
475
+ Well, you know, you always think you have time to see these legends before <p>they</p> go.
476
+ So, the horse, <p>it</p> can fly?
477
+ Years later, this report came out that Roosevelt might have known Pearl Harbor was coming and let <p>it</p> happen.
478
+ And this plan, <p>it</p> was so clever.
479
+ I may be in charge of this bank, but <p>it</p>'s not mine. It's ours.
480
+ Put the ice cream in the freezer before <p>it</p> melts.
481
+ Women are more likely to conceive if <p>they</p> have an orgasm.
482
+ When those witches come back, and <p>they</p> will come back... we're going to need everyone to believe.
483
+ Nearly impossible to butcher that meat when <p>it</p> freezes up on you.
484
+ Mom, we gotta return these books to the library before <p>it</p> closes for good.
485
+ I guess he had a tumor around his heart and <p>it</p> grew fast and unexpectedly.
486
+ You know where your fucking ship is and you know why <p>it</p>'s not here.
487
+ I'll restore your body to the way <p>it</p> was.
488
+ You bought a $400,000 car and you didn't check to see if <p>it</p> was here?
489
+ They say <p>they</p> didn't leave the house until school next morning.
 
 
 
 
 
 
 
 
 
 
 
 
490
  The sky is where <p>it</p> always is.
491
+ Because the story can change all <p>it</p> likes.
492
+ Unlike the outer planets of the solar system, the outer stars in the galaxy were all going at the same speed as the stars that were closer in, and <p>they</p> were moving way faster than expected.
493
+ And once mildew comes, <p>it</p> never leaves.
494
+ Now, look, I might not be a scientist, but I do have common sense, and <p>it</p> says this guy is doping.
495
+ We don't think you did anything wrong, but an M.E.'s report will be released soon, and if <p>it</p> says his brother was alive up until the explosion,
496
+ Move yours, <p>it</p>'s blocking mine.
497
+ The snake is seducing you to get what <p>it</p> wants.
498
+ Yeah, I know, he's not home, but the motorcycle, does <p>it</p> belong to a renter?
499
+ His stories are kind of a bummer, but <p>they</p>'ll make you feel better about your own life.
500
+ I mean, isn't that the point of therapy, to make your life into what you want <p>it</p> to be?
filtered_scat/filtered.test.fr CHANGED
@@ -1,551 +1,500 @@
1
- Mais j'ai donné une attention particulière à une pour voir si <p>elle</p> grandit plus.
2
- La seule question, Harold, est pourquoi <p>il</p> ne vous a pas protégé.
3
- Et pourquoi <p>il</p> serait le pass du parking de quelqu'un ?
4
- <p>Elles</p> prennent le même chemin, envahissent les mêmes cellules, sèment le même chaos.
5
- Creusant dans le passé de la victime numéro 2, <p>Il</p> <hon>s'avère<hoff> que meth n'est pas la seule chose que Mark Coleman avait fait.
6
- Le Mont Everest ici veut garder les <hon>choses<hoff> comme <p>elles</p> sont.
7
- Oh, si, <p>elles</p> ont changé, leurs cheveux, leurs pensées, et...
8
- Est ce que tu penses que les <hon>choses<hoff> entre nous vont redevenir comme <p>elles</p> l'étaient la semaine prochaine.
9
- Mais je me demandais si <p>elles</p> étaient assez futées pour retourner dans la même position et remettre le ruban pour que je ne sache rien.
10
- Mais <p>elles</p> sont magnifiques, donc je vais appeler mon ami du New York Times et voir s'ils veulent ordonner un rapport.
11
- Je déteste avoir à dire ça mais <p>elles</p> survolent juste la surface.
12
- Mme Walker, ces <hon>questions<hoff> ne sont pas appropriées, et <p>elles</p> ne sont pas utiles.
13
- Ouhai et bien <p>il</p> <hon>vaut mieux<hoff> .
14
- Combien de places <p>elles</p> vont acheter ?
15
- Et encore, <p>elles</p> ne peuvent survivre que dix minutes sous le soleil de midi.
16
- On va mettre le feu à cette <hon>ville<hoff> on va l'achever même si <p>elle</p> essaye de répliquer
17
- J'ai lancé un caillou et <p>il</p> a explosé.
18
- Je me fais un peu d'argent, et <p>il</p> <hon>est temps<hoff> pour moi de tenir sur mes deux pieds.
19
- Et <p>il</p> l'a perdu.
20
- Mais quand je suis parti, <p>elles</p> allaient bien.
21
- <p>Elles</p> étaient genre tombées de ton doigt et donc je les ai comme récupérées et ensuite tu as bougé ta main et je ne pouvais pas les remettre alors...
22
- <p>Il</p> a été remorqué.
23
- Je vois les <hon>choses<hoff> comme <p>elles</p> sont.
24
- <p>Elles</p> devraient être sur ses genoux.
25
- Est-ce que tu sais où <p>elle</p> est ?
26
- Un <hon>serpent<hoff> ne peut pas changer, mais <p>il</p> est encore un serpent.
27
- Ouais, <p>il</p> était par terre.
28
- J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
29
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout. Des crimes violents impliquant des gens ordinaires.
30
- <p>Il</p> <hon>s'avère qu<hoff> 'ils ont des articles politiques et culturel, aussi.
31
- Ces <hon>gamines<hoff> trop protégées, un jour ou l'autre, <p>elles</p> cherchent de nouvelles expériences.
32
- Si <p>elles</p> l'apprennent...
33
- Maintenant, les hommes ont tendance à tuer des gens qu'ils ne connaissent pas, quand les <hon>femmes<hoff> tuent des gens avec qui <p>elles</p> ont une connexion personnelle.
34
  Et quand le ballon a tapé ta poitrine, <p>elle</p> s'est délogée, causant la buée dans tes poumons et un petit pneumothorax.
35
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
36
- <p>Elle</p> était en vente ?
37
- Un jour, <p>elle</p> bute sur le relief, retrouve à nouveau les eaux de surface où <p>elle</p> se réchauffera.
38
- Je crois me rappeler que nous avons appelé <hon>un AC-130<hoff> pour qu'il traîne du côté afghan mais soit ce ne fut pas autorisé, soit <p>il</p> ne s'est pas pointé.
39
- Il m'a montré ça, alors que la <hon>vie<hoff> n'avait aucun sens, <p>elle</p> avait sans aucun doute une valeur.
40
- Dans l'Égypte ancienne, <p>il</p> avait son propre hiéroglyphe.
41
- Oh, <p>elle</p> a atteri sur le pont Encore une fois
42
- Et ce <hon>plan<hoff> , <p>il</p> était ingénieux.
43
- Ca servira de leçon aux <hon>filles<hoff> ! <p>Elles</p> n'utiliseront plus le 498a pour intimider des innocents.
44
- Ce qui est sexy chez lui, c'est qu'il peut regarder une <hon>maison<hoff> entièrement et voir à quel point <p>elle</p> pourrait être magnifique avec juste un minimum de travail.
45
- Si nous ne le faisons pas, <p>elle</p> se retrouvera entre les mains des nazis, ce qui entraînera la fin de l'humanité telle que nous la connaissons.
46
- <p>elle</p> l'est.
47
- Je me suis retrouvé avec les <hon>épouses<hoff> , et <p>elles</p> ne m'auraient pas laissé partir.
48
- Alors, j'ai été dans une animalerie, j'ai acheté cet aquarium, mais ensuite on a commencé à regarder et on a réalisé à quel point <p>il</p> avait l'air seul, ce qui signifie bien sûr...
49
- C'est possible qu'elles aient subi une perte personnelle et <p>elles</p> pensent qu'elles doivent agir.
50
- <p>Elles</p> sont d'accord pour ne pas en parler aux médias.
51
- J'ai fait moi-même le <hon>test<hoff> , <p>il</p> a échoué.
52
- Il a un <hon>alibi<hoff> et <p>il</p> est vérifié.
53
- - Oui, <p>elle</p> a existé.
54
- Les <hon>choses<hoff> reprendraient là où <p>elles</p> étaient.
55
- Les <hon>filles<hoff> à qui tu l'as fait, <p>elles</p> aimaient pas ça.
56
- <p>Elle</p> en a peut-être besoin.
57
- Mon grand-père me l'a laissé. Mais parce que j'ai renié mon <hon>héritage<hoff> , <p>elle</p> revient à mon frère.
58
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
59
- Je vais lui donner un nom, et <p>il</p> verra ma tête.
60
- Ouais, regarde, si on peux tirer une <hon>masse<hoff> de 12 ans et demi dans le panier, <p>il</p> ferait baisser le garçon très doucement sur le sol.
61
- Quand une <hon>affaire<hoff> ne marche plus, <p>elle</p> meurt, et se fait remplacer par une autre meilleure.
62
- Eh bien, <p>il</p> n'a pas l'air méchant comme ça mais tu aurais été etonnée.
63
- Et puis, d'un seul coup, <p>il</p> se mettait à faire... un bruit strident inexplicable.
64
- N'étaient-<p>elles</p> pas onéreuses ?
65
- Sans énergie pour le système de refroidissement, <p>il</p> va <hon>faire chaud<hoff> comme en enfer ici.
66
- Il y a du <hon>poulet<hoff> rôti, mais <p>il</p> est un peu gris.
67
- Tu sais, le docteur a dit que si cet <hon>oiseau<hoff> avait atteint ma deuxième couche de maquillage, <p>il</p> aurait pu faire des dommages permanents à ma peau.
68
- Je n'avais pas réalisé à quel point <p>elle</p> était brillante.
69
- Vous étiez dans le <hon>train<hoff> quand <p>il</p> a disparu.
70
- J'avais un <hon>cochon<hoff> malade, <p>Il</p> est mort rapidemment.
71
- Quand un vent solaire orageux souffle, cette <hon>zone<hoff> de protection grandit, par temps solaire calme, <p>elle</p> rétrécit.
72
- Pourquoi Leeds donnerais cette <hon>carte<hoff> sans dire à quoi <p>elle</p> sert?
73
- Maintenant <p>elle</p> est aussi avec toi.
74
- Donc soit nos <hon>victimes<hoff> on été transportées des années 90 ou <p>elles</p> travaillent pour Hillary Clinton ou notre tueur est un fou de chouchous.
75
- <p>Elles</p> tiendront pas deux jours dans une prison mexicaine.
76
- - mais cette <hon>vésicule<hoff> biliaire <p>elle</p> avait plusieurs adhérences.
77
- La façon dont <p>elles</p> me regardent.
78
- Si les <hon>filles<hoff> avaient un téléphone et qu'elles aillent bien, <p>elles</p> auraient déjà appelé à l'aide.
79
- Elles sont petites, <p>elles</p> sont caoutchouteuses, et <p>elles</p> n'ont pas de gout.
80
- Et ne se font pas arrêter et <p>elles</p> gardent leurs travails et n'ont pas tout le monde qui pensent qu'elles sont des " des monstres fous. "
81
- Mais <p>elle</p> va encore l'agrandir.
82
- Tu sais, si toutes ces <hon>personnes<hoff> plantaient des légumes plutôt que de l'herbe, <p>elles</p> pourraient vraiment réduire la crise de la faim dans le monde.
83
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
84
- Des <hon>bottes<hoff> à embout d'acier peut être du style punk, mais <p>elles</p> ont vraiment heurté son crâne.
85
- Tu n'as pas brossé ta <hon>dent<hoff> , <p>elle</p> est tombée !
86
- J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme Mais <p>elle</p> voit tout...
87
- J'aime le <hon>paprika<hoff> , mais <p>il</p> ne m'aime pas.
88
- Ces <hon>connexsions<hoff> Facebook, <p>elles</p> marchent rarement comme prévu.
89
- Quelques fois, quand elle n'avait pas d'argent, <p>il</p> laissa glisser juste pour l'aider.
90
- - au niveau où <p>elles</p> devraiment.
91
- Elles entendent ce mot et <p>elles</p> se mettent à te contrôler.
92
- On est en 2014, et les <hon>femmes<hoff> ont le droit de fréquenter qui <p>elles</p> veulent.
93
- <p>Elles</p> ont le droit de savoir qu'il est vivant et prêt d'elles.
94
- Vous ne pouvez pas Fuir un nuage après tout, Donc <p>il</p> reste ici, couvert de poussière.
95
- J'ai... Comme la <hon>tête<hoff> est la première à se détacher lors de la décomposition, <p>elle</p> a pu descendre la colline durant l'averse de la nuit dernière.
96
- Je ne me rappelle même plus de quelle couleur <p>elle</p> était.
97
- La balle l'a fait tomber, <p>il</p> s'est cassé.
98
- Je comprends pas pourquoi on peut pas garder les <hon>choses<hoff> comme <p>elles</p> sont.
99
- Si la <hon>loi<hoff> est honteusement homophobe si <p>elle</p> catalogue un gay non-porteur du HIV vivant en couple depuis très longtemps dans la même catégorie à haut risque qu'un célibataire pratiquant le sexe sans protection avec des prostitués ou que les drogués par intraveineuse
100
- <p>Elle</p> les vaut.
101
- Si la <hon>camionnette<hoff> tournait, <p>elle</p> aurait du passer devant l'une d'elles.
102
- S'<p>il</p> est rendu public, elle est en danger.
103
- La <hon>preuve<hoff> d'Emir est entendue à huis clos et <p>elle</p> y restera.
104
- Le <hon>liquide<hoff> dans la bouteille, <p>il</p> marche.
105
- - Désolé mais <p>il</p> <hon>semble<hoff> que Mlle Hunter soit piégée dans une boite.
106
- S'<p>il</p> <hon>est vrai<hoff> que des hommes comme moi nourrissent les feux de l'enfer, je vous apporterai plus de ravitaillement pour votre feu que mon âme seule ne pourra jamais vous en fournir.
107
- Alors cette... mauviette, ce Jack Valliant, est peut-être trop faible pour sortir cette <hon>histoire<hoff> si <p>elle</p> atterri sur son bureau.
108
- C'est tout ce qu'il fait et <p>il</p> le fait vite.
109
- <p>Elle</p> doit le rester.
110
- Il est temps de renvoyer ce <hon>cafard<hoff> de l'enfer d'où <p>il</p> vient.
111
- Mais <p>elle</p> a fait des dommages dans sa colonne vertébrale.
112
- Si cette partie du systeme d'air conditionné n'avait pas eu besoin d'être réparée... et à en juger par les évenements de ce matin, <p>elle</p> aurait pu... ne jamais être découverte.
113
- S'<p>il</p>s ont raison, ce <hon>gène<hoff> ne vous aide pas à vivre plus longtemps, <p>il</p> vous fait mourir plus tôt.
114
- <hon>Elles<hoff> ont des carrières complètement différentes, et <p>elles</p> vivaient dans des quartiers différents.
115
- Ce genre de <hon>situation<hoff> ne font pas le caractère, <p>elles</p> le révèlent.
116
- L' <hon>Administration<hoff> Reagan a révélé aujourd'hui qu'après un mois de discussions, <p>elle</p> honorera l'accord avec l'Iran qui a permis la libération de 52 otages américains. Alors...
117
- <p>Elles</p> ont déchiré ma robe, et du coup, j'ai plus rien à me mettre.
118
- Ce <hon>poème<hoff> , <p>il</p> me rappelle le jours où mes bébés sont nés..
119
- Corrige moi si je me trompe, mais <p>elles</p> étaient assises l'une à côté de l'autre.
120
- Mais je dirais qu'il y a environ cinq autres <hon>personnes<hoff> à Red Springs qui pourraient parler si <p>elles</p> le voulaient.
121
- Le <hon>bar<hoff> est ouvert, et <p>il</p> peut le rester.
122
- Donc <p>il</p> est simplement évacué du système sans causer d'infection.
123
- Prélevez ce <hon>truc<hoff> sur moi, et mettez-le là où <p>il</p> peut faire quelque chose de bon.
124
- C'était près du <hon>lac<hoff> , enfin un lac de temps en temps, après <p>il</p> s'assèche.
125
- "Sans cela, <p>elle</p> tournerait à la vitesse maximale jusqu'à s'autodétruire."
126
- L' <hon>amie<hoff> de Blake a posté la vidéo sur WeTube. Mais <p>elle</p> ne l'a pas propagée.
127
- Et puis les <hon>poteries<hoff> là, on les a faites nous-mêmes, et je sais qu'elles sont un peu de travers, mais <p>elles</p> nous rappellent mon sourire en coin.
128
- <p>Elles</p> ont raison sur pas mal de choses.
129
- Ils ont un grand <hon>mur<hoff> derrière lequel se cacher, mais <p>il</p> ne garde qu'un côté.
130
- Mais un jour, je le léchais, et <p>il</p> m'a mis une écharde dans la langue.
131
- Celons moi, <p>il</p> ne voudrait pas.
132
- Ce qui explique pourquoi, quand <p>il</p> a pris ce coup à l'estomac, <p>il</p> s'est fracturé la vertèbre.
133
- Le <hon>réacteur<hoff> à eau légère est beaucoup plus simple, mais <p>il</p> produit plus de déchets.
134
- Selon sa mère, Elijah était allergique à la laine, et ce <hon>manteau<hoff> est 100% en laine. donc <p>il</p> n'appartenait pas à la victime.
135
- J'ai créé cette <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
136
- C'est comme les petites <hon>filles<hoff> dans la cours d'école quand <p>elles</p> vous frappent parce qu'elles pensent que vous êtes mignon.
137
- Le <hon>nom<hoff> des Ewing ne signifie rien pour toi, mais <p>il</p> représente beaucoup pour moi.
138
  <p>Elle</p> est tombée en panne sur l'Eisenhower, évidemment.
139
- Ok, j'ai eu cette <hon>laine<hoff> australienne et <p>elle</p> est en soldes.
140
- Ton <hon>attention<hoff> n'a pas été <p>elle</p> devrait être.
141
- Quand <p>elles</p> viendront, <p>elles</p> devraient certainement être bien habillées.
142
- Les <hon>choses<hoff> sont bien comme <p>elles</p> sont.
143
- Je n'ai pas pu localiser le téléphone de Katie, donc la batterie est morte, mais j'ai analysé les relevés téléphoniques des deux <hon>filles<hoff> , et, bonté divine, <p>elles</p> textent plus que moi.
144
- - J'ai été assez futile pour mettre de nouvelles <hon>chaussures<hoff> pour cette visite, <p>elles</p> me font horriblement souffrir.
145
- Assure-toi de mettre assez de produit sur sa <hon>queue<hoff> , sinon <p>elle</p> ne sera pas bouffante comme il aime.
146
- Avec son gros bec, <p>il</p> a du mal à trouver son équilibre.
147
- Est-ce que c'est le <hon>cheval<hoff> , <p>il</p> sait voler?
148
- Si <p>elles</p> aiment son territoire, <p>elles</p> pourraient prolonger leur séjour.
149
- Grâce à <p>elle</p> ce sera légal.
150
- - <p>Elle</p> est partie ?
151
- Le garçon sait où <p>il</p> est.
152
- Si notre <hon>système<hoff> immunitaire ne peut le voir, <p>il</p> ne réagira pas.
153
- <p>Elle</p> est fermée hermétiquement ?
154
- Et <p>il</p> a fallu beaucoup de flèches!
155
- Les <hon>choses<hoff> ne peuvent pas continuer comme <p>elles</p> étaient.
156
- Maintenant poussez cette <hon>merde<hoff> jusqu'au garage auquel <p>elle</p> appartient.
157
- Toutes les autres <hon>filles<hoff> , pour leur démonstration, jonglaient avec des couteaux, comme <p>elles</p> le font toujours.
158
- Non, c'est complètement dingue ! La caméra voit même pas la <hon>porte<hoff> quand <p>elle</p> s'ouvre.
159
- Mes <hon>notes<hoff> .... <p>Elles</p> n'avaient pas baissé.
160
- Alors je leur ai donné ce dont <p>elles</p> avaient besoin.
161
  Ecoute, je ne sais rien à propos de ça, mais ici <p>il</p> ne l'est pas.
162
- Les <hon>firmes<hoff> financières aiment être près d'un pôle internet ainsi <p>elles</p> peuvent effectuer des échanges en quelques pico-secondes plus vite.
163
- Oui, <p>elles</p> le font.
164
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  Et si <p>elles</p> les perdent, tu perds les tiens aussi.
 
 
 
 
 
 
 
166
  Mais <p>il</p> a avalé le lapin.
167
- La terre est l' <hon>Angleterre<hoff> , <p>elle</p> est la fondation de l'ordre, avant que l'argent ne prenne le contrôle et ne remette le pays aux escrocs et aux intrigants.
168
- Les <hon>filles<hoff> viennent juste, <p>elles</p> viennent de se mettre au lit.
169
- Je ne sais pas exactement où <p>elle</p> est.
170
- Mais sans vouloir offenser la <hon>loi<hoff> , <p>elle</p> ment.
171
- Eh bien, <p>il</p> est claire que votre corps n'était pas prêt à l'encaisser Et quoi qu'il <hon>se passe<hoff> avec votre père, C'est trop difficile à supporter pour votre conscience et votre système nerveux, et donc ça se ressent sur votre peau et dans votre estomac.
172
- Les 2 <hon>femmes<hoff> peuvent poser des questions, <p>elles</p> comprendront pas.
173
- Mais <p>elles</p> me remercieront parce que j'ai attendu jusqu'à...
174
- Et dès que la <hon>moisissure<hoff> s'installe, <p>elle</p> ne part plus
175
- Je suis très doué pour la réparer quand <p>elle</p> plante.
176
- Cet <hon>emploi<hoff> semble facile, mais <p>il</p> ne l'est pas.
177
- et <p>il</p> a six places donc ils ont étendu leur invitation à tout Hankmed.
178
- Une vieille panne du <hon>haut-parleur<hoff> . À part ça, <p>il</p> marche.
179
- Un jour, un <hon>trident<hoff> apparaît au-dessus de ma tête, puis <p>il</p> est descendu au sud.
180
- J'ai fait un <hon>rêve<hoff> , et <p>il</p> m'a fait aller à Aiga.
181
- Nous étudions les particules, parce qu'après le Big Bang, tout ce qu'il y avait, c'était des particules et elles portent l'information qui explique comment l' <hon>univers<hoff> a commencé et comment <p>il</p> est devenu ce qu'il est aujourd'hui et son futur.
182
- En chaque homme se trouve une <hon>bête<hoff> et <p>elle</p> émerge quand vous mettez une épée dans leurs mains.
183
- <p>Elles</p> n'ont besoin que d'être un peu renforcées.
184
- Puis, quand j'ai eu fini de regarder le Letterman Show, <p>elle</p> était revenue.
185
- Je...je fais ces grandes <hon>promesses<hoff> , et ensuite... quand <p>elles</p> tombent à plat...
186
- Ces <hon>choses<hoff> la ne sont jamais comme <p>elles</p> semblent.
187
- <p>Elle</p> voulait en faire don au musée.
188
- Il la tue, comme <p>il</p> a tué son noble parent.
189
  C'est vrai, <p>elles</p> sont privées, mais sa recherche est une entreprise coûteuse, et c'est donc un peu comme une contrepartie, non ?
190
- Parfois, <p>elles</p> disent le contraire, mais tu sais bien comme <p>elles</p> sont.
191
- Si, <p>elles</p> le sont.
192
- Les <hon>choses<hoff> sont ce qu'elles sont, mais <p>elles</p> pourraient être bien différentes.
193
- Il s'est arrêté juste là, et <p>il</p> a déposé le corps d'Ana juste là-bas.
194
- Quatre <hon>filles<hoff> de Shunyi en Chine, s'entendent dire que si <p>elles</p> viennent aux USA illégalement et travaillent comme femmes de ménage, <p>elles</p> auront leur citoyenneté en sept ans.
195
- Mais les <hon>femmes<hoff> , <p>elles</p> sont différentes, se battent différemment, sentent différemment.
196
- Les <hon>sardines<hoff> ne vivent que quelques années, <p>elles</p> se reproduisent vite.
197
- Elles... <p>elles</p> sont si belles.
198
- Amy, quand deux <hon>personnes<hoff> se marient, même quand <p>elles</p> sont sûre au moment du mariage, quelques semaines plus tard, <p>elles</p> ressentent ce qu'on appelle
199
- Aujourd'hui, <p>elle</p> achète votre main-d'oeuvre mais <p>elle</p> paie toujours les pauvres avec du vent.
200
- Tu sais comment <p>elles</p> sont mortes.
201
- Mes <hon>filles<hoff> ... <p>Elles</p> ont une belle vie.
202
- Leurs larmes étaient en sang, et <p>elles</p> avaient des serpents à la place des cheveux.
203
- Vous n'êtes pas obligée, il me suffit de regarder, toutes ces <hon>photos<hoff> , <p>elles</p> le disent toutes.
204
- Si l'essence est leur nourriture, alors pourquoi <p>elles</p> ont des dents ? !
205
- Beatrix: une <hon>gerbille<hoff> est née et <p>elle</p> ressemblait à une tomate mâchée.
206
- Et <p>elles</p> aiment Bea.
207
- Quand on se dit que la <hon>journée<hoff> ne peut pas aller plus mal, <p>elle</p> empire.
208
- Mais <p>elle</p> avait disparu.
209
- -Si, <p>elles</p> craignent.
210
- Joue avec un <hon>serpent<hoff> assez long, <p>il</p> te mordra.
211
- Si les <hon>familles<hoff> royales avaient mis la main dessus, <p>elles</p> auraient pu contrôler le monde.
212
- <p>Elles</p> repèrent l'endroit, détruisent les maisons et tuent les indigènes.
213
- Le <hon>cerveau<hoff> tentait de comprendre le traumatisme, et <p>il</p> a rempli les blancs.
214
- Je mets un <hon>toast<hoff> , <p>il</p> saute et là je le remets toaster... et <p>il</p> est toasté deux fois.
215
- L' <hon>immeuble<hoff> où vous la gardez n'est pas une prison, mais <p>il</p> est bien sécurisé.
216
- Si un <hon>rhinocéros<hoff> était aussi gros qu'une baleine, <p>il</p> pourrait le battre ?
217
  <p>Elles</p> sont douces.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  <p>Elle</p> irait en direction d'Eren ?
219
- Cette <hon>épée<hoff> a été forgée dans le souffle du dragon. Et <p>elle</p> m'obéit.
220
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
221
- <p>Elles</p> peuvent toujours maintenir assez d'insécurité pour être vulnérables ce qui est attirant.
222
- Ben ouais, <hon>ici<hoff> <p>il</p> est marqué : "Aucune faiblesse connue".
223
- Les Jeux Olympiques antiques ont dit être joué sur cette bande de <hon>terre<hoff> , et <p>il</p> a occupé le principal sanctuaire du dieu suprême, Zeus.
224
- <p>Elles</p> m'ont raconté des choses pas sympas.
225
- On a reconstitué cette <hon>colonie<hoff> comme <p>elle</p> était un siècle plus tôt.
226
- Mais <p>il</p> le doit.
 
227
  <p>Elles</p> étaient dans les bras l'une de l'autre ?
228
- Tout se relâche, <p>elles</p> rient, ça commence à bouger.
229
- J'aimerais seulement que les <hon>choses<hoff> redeviennent comme <p>elles</p> étaient,
230
- Oui, <p>elles</p> vont bien. <hon>Elles<hoff> veulent juste rentrer à la maison. et <p>elles</p> ont besoin de ton aide.
231
- Les <hon>femmes<hoff> ont plus de chances de tomber enceinte, si <p>elles</p> ont un orgasme
232
- C'est ce que les <hon>filles<hoff> font, <p>elles</p> sortent avec des mecs.
233
- Comment le cœur le faire quand <p>il</p> était plus jeune?
234
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
235
- Ici, encore une fois, le <hon>virus<hoff> passe à l'attaque, mais cette fois, les récepteurs auxquels <p>il</p> s'attache flottent librement, et ne font pas partie d'une cellule saine.
236
- Eh bien, <p>il</p> est venu avec un couteau à gâteau, et je voulais juste tenir une arme que je pouvait vraiment utiliser.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  Si seulement <p>elles</p> étaient comme toi!
238
- Apparemment, <p>il</p> a également tué leurs doubles de l'autre côté.
239
- Mon client, qui n'a pas de casier judiciaire, n'était pas prédisposé à commettre le crime si <p>il</p> n' <hon>y avait<hoff> pas l'insigne et les activités illégales de... du Capitaine Chapel.
240
- J'ai juste deux <hon>filles<hoff> , et <p>elles</p> parlent trop.
241
- Le <hon>Knick<hoff> devra faire pareil s'<p>il</p> ne veut pas fermer.
242
- Les <hon>choses<hoff> redeviendront exactement comme <p>elles</p> étaient?
243
- Mais cette <hon>opération<hoff> , <p>elle</p> a la possibilité d'être plus qu'un traitement.
244
- C'est tout ce que la <hon>caméra<hoff> a vu quand <p>elle</p> a été activée par les mouvements.
245
- Les <hon>choses<hoff> ne sont pas faciles, mais <p>elles</p> peuvent toujours être bonnes
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  <p>Elles</p> sont près des ascenseurs pour les bureaux importants ?
247
- Elle devait déjouer le terrorisme, mais <p>elle</p> détecte tout.
248
- Il y a seulement trois décharges dans lesquelles <p>elle</p> pourrait avoir fini.
249
- Elle a le plus beau des <hon>cœurs<hoff> et <p>il</p> se brise chaque fois qu'une personne qu'elle aime est blessée.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
  Nous pensons que les <hon>personnes<hoff> sont enlevées quand <p>elles</p> approchent de la limite de la ville.
251
- Dans certains cas <p>elle</p> n'existe pas.
252
- Et certaines, comme celle-là... <p>elles</p> deviennent une partie de toi.
253
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
254
- Malheureusement, <p>elles</p> ne l'aiment en retour que dans 10% des cas.
255
- Quand la <hon>main<hoff> du patient est relachée directement au dessus du visage, <p>elle</p> devrait heurter directement celui ci.
256
- J'ai eu un <hon>chien<hoff> ... quand j'étais petite, et un jour, <p>il</p> m'a attaqué, et m'a mordu.
257
- Mon <hon>mariage<hoff> avec Heather ? Effacé. <p>Il</p> n'a jamais existé.
258
- Elle a tendu la main vers son café, et je le jure qu'elle n'a jamais touché la <hon>tasse<hoff> , mais <p>elle</p> s'est éloignée de sa main.
259
- Alors pourquoi <p>elle</p> n'était pas là ce soir ?
260
- J'ai conçu la <hon>Machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
261
- Regarde, si tu tues la <hon>punaise<hoff> , <p>elle</p> va mourir, et ta vie aura un peu plus de sens.
262
- Cette <hon>table<hoff> , <p>elle</p> penche.
263
- <p>Elle</p> est en elle maintenant.
264
- J'ai une <hon>idée<hoff> mais <p>elle</p> est pas belle.
265
- La <hon>méthylamine<hoff> aqueuse est à base d'eau, mais <p>elle</p> est moins lourde que l'eau.
266
- <p>elles</p> trouvent les armes, attirent les proies.
267
- Quant au coucher du soleil, <p>il</p> projettera une ombre longue d'un kilomètre.
268
- - Je veux aller ... là où va le <hon>soleil<hoff> quand <p>il</p> se couche ici.
269
- Tant qu'il ne sait pas qui on est, <p>il</p> ne devrait pas nous tuer !
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  L' <hon>argument<hoff> gagnant est comme un bon vin, <p>il</p> me donne une sensation de bien-être.
271
- J'ai vu comment <p>il</p> <hon>est facile<hoff> pour vous de détruire, de démembrer une personne.
272
- Si ça ne donne rien, on devra essayer les bois. Et s'il <hon>fait nuit<hoff> , <p>il</p> me faut un expert des lieux.
273
- Elles voient tellement de carnage en une seule vie que parfois, <p>elles</p> répriment leur mémoire dans la suivante.
274
- Maman, je pensais je j'allais étudier avec <hon>elles<hoff> , mais <p>elles</p> m'ont emmené à une fête.
275
- J'ai conçu la <hon>machine<hoff> pour détecter les actes terroristes, mais <p>elle</p> voit tout... les crimes violents impliquant des gens ordinaires.
 
 
 
 
 
276
  La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout. Des crimes violents impliquant des gens ordinaires.
277
- <hon>Elle<hoff> devait déjouer le terrorisme, mais <p>elle</p> détecte tout. Des crimes violents impliquant des civils.
278
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
279
- <p>Elle</p> a tout inventé pour t'effrayer.
280
- Les <hon>femmes<hoff> en sortent pires que quand <p>elles</p> y rentrent.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  "Le <hon>pardon<hoff> ne change pas le passé, mais <p>il</p> fait grandir l'avenir".
282
- Et bien, <p>elles</p> détestent quand un enfant est utilisé comme ça.
283
- Elles rencontrent des mecs sympas, <p>elles</p> peuvent même avoir plus.
284
- -Non, <p>elles</p> ne craignent pas.
285
- Et les plus <hon>vieilles<hoff> , <p>elles</p> n'ont pas ces conneries d'attentes sur ce que doit être ou ne doit pas être une relation, tu sais ?
286
- Et <p>elles</p> ont probablement appris ce qu'elles savent sur les crimes qu'elles vengent à travers les médias.
287
- Non, <p>elles</p> ne peuvent pas.
288
- Si je le fais, <p>elles</p> me tuent.
289
- J'ai dit à mes <hon>copines<hoff> que c'était bien vous, et <p>elles</p> ont pas voulu me croire.
290
- Maintenant, en plus de cela, <p>elles</p> ont eu des rendez vous avec six hommes en commun.
291
- Il a déclaré que le pont était baissé sur la route et <p>il</p> lui <hon>a fallu<hoff> une heure pour revenir.
292
- Si le <hon>sulfure<hoff> reste dans la cuve, <p>il</p> gâtera le vin.
293
- Quand les <hon>sorcières<hoff> reviendront, et <p>elles</p> reviendront, il faudra que tous aient la foi.
294
- Mais où <p>elles</p> se croisent.
295
  Quand la <hon>pensée<hoff> d'un verre viendra, et <p>elle</p> viendra... Appelez-moi.
296
- Trick, <p>elles</p> adorent un dieu cheval.
 
 
 
 
297
  Je ne connais pas la nature exacte de ces <hon>affaires<hoff> , même pas de mon mari, mais <p>elles</p> nécessitent son implication urgente.
298
- Si <p>elle</p> est là, les lumières pourraient la faire sortir de sa cachette.
299
- Selon le plan de vol, <p>il</p> est passé au dessus de vous avant de se crasher.
300
- Seule la <hon>route<hoff> sait où <p>elle</p> se terminera.
301
- Et les <hon>filles<hoff> sont d'accord, et puis <p>elles</p> deviennent...
302
- Les <hon>choses<hoff> doivent être encore pires que ce dont <p>elles</p> ont l'air pour que vous appelliez...
303
- Elles haïssent leur condition. Et surtout, <p>elles</p> se détestent elles-mêmes.
304
- <p>Il</p> l'observait se tordre et se tuer à la tache pour sortir de sa chrysalide.
305
- Prends ce <hon>couteau<hoff> et <p>il</p> fera partie de toi et de ton temps.
306
- S'<p>il</p> ne l'a pas empoisonné, pourquoi le préparer et n'en boire que la moitié ?
307
- La <hon>main<hoff> est descendu jusqu'aux fesses, et je me suis dit: "Oh, c'était peut-être une erreur", et ensuite <p>elle</p> est passée vers l'autre fesse, et ensuite il l'a pris dans sa main par en dessous.
308
- D'a<p>il</p>leurs, <p>il</p> <hon>était 8 heures<hoff> .
309
- Genre, <p>elles</p> ne savent pas ce qu'elles veulent.
310
- Aussi terribles soient les <hon>choses<hoff> <p>elles</p> passent.
311
- <p>Elles</p> sont des assiettes de l'hôtel?
312
- Castle, il y avait une <hon>traînée<hoff> de sang qui partait du van, mais après <p>elle</p> disparaît.
313
- Une fois fixé, <p>il</p> envahit et détruit complètement son hôte avant de se déplacer jusqu'à la cellule suivante.
314
- La <hon>bouteille<hoff> est, heu, une amphore, Et <p>elle</p> a appartenu à un marchand de Pompei qui a survécu au Vésuve.
315
- Contrairement aux planètes éloignées du système solaire, les <hon>étoiles<hoff> éloignées de la galaxie allaient à la même vitesse que les étoiles plus près du centre. Et <p>elles</p> bougeaient bien plus vite que prévu.
316
- J'ai conçu la <hon>machine<hoff> pour détecter les actes terroristes, mais <p>elle</p> voit tout...
317
- Je vais rétablir votre <hon>corps<hoff> comme <p>il</p> était avant.
318
- Vient-<p>il</p> souvent ?
319
- Parce que l' <hon>histoire<hoff> peut changer comme <p>elle</p> veut.
320
- Ils attendent toujours le rapport toxicologique mais <p>il</p> <hon>semblerait<hoff> que la cause de la mort soit une overdose d'héroïne.
321
- La <hon>douleur<hoff> ne sera jamais trop forte, mais si <p>elle</p> l'est,
322
- Au début, j'ai pensé que cet <hon>endroit<hoff> était mon héritage, Mais <p>il</p> s'est révélé être mon salut.
323
- Regardez ces <hon>images<hoff> , <p>elles</p> ne sont pas en temps réel.
324
- Er, bien sur, les <hon>choses<hoff> pourraient être pires et, <p>elles</p> le sont.
325
- <hon>Il<hoff> doit être exercé régulièrement sinon <p>il</p> devient flasque.
326
  Son <hon>dossier<hoff> d'employé, <p>il</p> doit contenir une adresse.
327
- La façon dont <p>elles</p> vivent...
328
- Ces cinq <hon>femmes<hoff> rencontrent Healy, <p>elles</p> lui disent ce qu'on veut, puis il parle à ses supérieurs.
329
- Apparemment, <p>elle</p> ne capte pas de signal ici.
330
- <p>Il</p> est bon ?
331
- Surtout si <p>elle</p> a de la mozzarella fraiche.
332
- C'est l'une d'elles, <p>elles</p> l'ont fait.
333
- Eh bien, j'avais une <hon>maison<hoff> et <p>elle</p> était très propre.
334
  Où était la <hon>bombe<hoff> quand <p>elle</p> a explosé ?
335
- Et puis <p>elles</p> partent au coucher du soleil avec quelqu'un légèrement moins beau que nous.
336
- Il était une fois, dans un monde lointain et magique, quatre <hon>femmes<hoff> qui vivaient ensemble, et, surprise, surprise, <p>elles</p> ne s'entendaient pas bien.
337
- Quand <p>elles</p> n'ont jamais quitté la prison.
338
- La chair suinte, on se retrouve couvert de sang... et ta <hon>bite<hoff> ne devient pas dure, <p>elle</p> retrécit.
339
- Ouais, <p>elles</p> aiment...
340
- Est-ce que cette <hon>plante<hoff> a une utilité ou est <p>elle</p> juste décorative ?
341
- Mais même si je savais où <p>il</p> était, je ne te le dirais pas.
342
- Alors, pour résumer, tu dis que mon mari décédé à volé près de 1 million de £ des gains du loto et maintenant <p>il</p> est mort, l' <hon>argent<hoff> a disparu et tu ne sais pas où <p>il</p> est ?
343
- Ils suppriment la <hon>tumeur<hoff> mais <p>elle</p> peut revenir.
344
- <p>Elle</p> marche, mais il confirme que les dégâts à l'avant, la rendent inconduisible.
345
- J'ai vu leur <hon>vie<hoff> ensemble, et <p>elle</p> était joyeuse.
346
- La <hon>loi<hoff> pointe toujours le nez où <p>elle</p> ne devrait pas.
347
- J'ai lancé un scan biologique, et <p>il</p> <hon>semblerait que<hoff> tes testicules sont pleins.
348
- Mais <p>elle</p> m'a pas porté bonheur.
349
- - Il ya huit ans, <p>il</p> était courant.
350
- Nous ne pensons pas que vous ayez fait quelque chose de mal, mais un <hon>rapport<hoff> du médecin légiste va sortir sous peu, et si <p>il</p> dit que son frère était vivant jusqu'au moment de l'explosion
351
- Les <hon>choses<hoff> arrivent quand <p>elles</p> le doivent.
352
- Parce que Purcell, Il était en train d'évoluer quand il est entré en courant, et on pense que cette <hon>mâchoire<hoff> a faire agir Briggs comme un prédateur d'où <p>elle</p> provient.
353
- Et <p>elle</p> me permet de corriger l'erreur que j'ai commise.
354
- Nous pensons, Madame, avoir affaire à une <hon>organisation<hoff> si cruelle qu'<p>elle</p> n'hésite pas à tuer quiconque est sur sa route.
355
- Donc, tu dis que tu as bien pris la <hon>clé<hoff> , mais <p>elle</p> était dans ton sac à dos quand quelqu'un l'a volé sur la table de la bibliothèque pendant que tu étais aux toilettes et tu ne l'as plus revu depuis.
356
- Bien, si la <hon>victime<hoff> délirait, <p>elle</p> était plus facile a tuer.
357
- Finalement, <p>elle</p> efface les souvenirs les plus vieux et précieux d'une personne.
358
  Si vous réveillez cette <hon>bête<hoff> , <p>elle</p> nous exterminera.
359
- Les prisons sont pleines de <hon>personnes<hoff> qui se sont vengées et, croyez-moi, <p>elles</p> y sont pour une bonne raison.
360
- Et surprise, en Europe, <p>il</p> a attiré un grand nombre de personnes et a été projeté librement.
361
- On dirait que l'auteur a essayé d'arracher son <hon>bracelet<hoff> et <p>il</p> s'est cassé.
362
- Elles sont sur l'étagère là où <p>elles</p> sont toujours. Ouais.
363
- J'ai conçu la <hon>machine<hoff> pour détecter les actes terroristes, mais <p>elle</p> voit tout...
364
- Et <p>elle</p> réapparaît à Beyrouth dans la maison du chef du Hezbollah ?
365
- Au moment où <p>elle</p> commencera à tourner, allez à l'abri à 18m vers l'est.
366
- Je ne sais pas ce qu'il y a dans le <hon>sol<hoff> de Woolley Grange mais <p>il</p> sait vraiment comment traiter un panais.
367
  Garde toujours la <hon>corde<hoff> autour de ton poignet, comme ça <p>elle</p> ne glissera pas quand tu attaqueras fort.
368
- Ces <hon>sorcières<hoff> , <p>elles</p> pensent qu'elles ont encore des pouvoirs dans cette ville
369
- Oui, mais <p>elle</p> ne cautionne pas la vengeance. Peu importe où l'on se trouve.
370
- Quand tu fais des <hon>harmonies<hoff> c'est comme si <p>elles</p> se fondaient les unes avec les autres.
371
- Pour des <hon>femmes<hoff> dont la vie dépend de risques calculés, <p>elles</p> ont présumé de leurs forces.
 
 
 
 
 
372
  et la deuxième, si tu dois porter une <hon>jupe<hoff> , <p>elle</p> doit couvrir un peu tes cuisses.
373
- Cet <hon>empire<hoff> , <p>il</p> prospère grâce à moi, et tu veux que je parte.
374
- Et pendant 100 ans après la mort de Mohammed, personne ne dit <p>elle</p> est.
375
- Ne couche pas avec toutes ces <hon>filles<hoff> parce qu'après <p>elles</p> viennent me voir.
376
- <p>Elles</p> étaient toutes-puissantes.
377
- Pour aider votre <hon>cerveau<hoff> à retrouver ses fonctions normales, <p>il</p> a besoin d'exercice.
378
- J'aime comme <p>il</p> est maintenant!
379
- Austin: Oh, <p>elle</p> avait un roi.
380
- Parce que Sa <hon>tête<hoff> -- <p>elle</p> s'est éclairé super bien, je pensais.
381
- Elle me suit moi... ou... <p>elle</p> suit le bâton ?
382
- Et quand <p>elle</p> atteint le cerveau, <p>elle</p> se répand comme une traînée de poudre.
383
- Ils ont tracé l' <hon>appel<hoff> , <p>il</p> vient d'ici.
384
- Pendant les vacances de mon cerveau, j'ai écrit un <hon>article<hoff> horrible sur Val pour le magazine et <p>il</p> sort aujourd'hui.
385
- Regarde, <p>il</p> en a un.
386
- Cette <hon>plaie<hoff> est censée être irriguée toutes les 2h ou bien <p>elle</p> se réinfectera.
387
- L'année dernière, un gars à Madrid n'a pas volé ce que le Dodger lui a demandé, et <p>il</p> a pris sa tête.
388
- Je ramassais des affaires et <p>il</p> m'est tombé sur la tête.
389
- L' <hon>entité<hoff> noire s'est attachée à lui et maintenant, <p>elle</p> se nourrit de vous tous.
390
- Ce <hon>symbole<hoff> , <p>il</p> ne veut rien dire.
391
- Le <hon>soleil<hoff> va bientôt se lever, et quand <p>il</p> se lèvera, je promets de trouver...
392
- - Non <p>il</p> ne l'est pas.
393
- Et si je soulève le canapé et <p>il</p> panique dans tous les sens?
394
- Ces <hon>armes<hoff> qu'il créée, <p>elles</p> pourraient être nôtres.
395
- Et le plus important, <p>elles</p> m'apprécient.
396
- Elle a été abandonné il y a 3 semaines sur la route Fish Hatchery, remorqué par l'entreprise Gus Towing, où <p>elle</p> prend la poussière et où <p>elle</p> augmente sa facture depuis.
397
- Puis-je savoir d'où <p>elle</p> provient ?
398
- Oui, madame, Mobile et l'Ohio avait une <hon>ligne<hoff> mais <p>elle</p> a brûlé.
399
- Puisse-t-<p>elle</p> bien vous servir.
400
- - <p>Elles</p> supportent quelle tension ?
401
  Je prendrai les <hon>choses<hoff> comme <p>elles</p> viendront.
402
- <p>Elle</p> était dans les cendres. L'un de vous a dû l'y cacher.
403
- <p>elles</p> le sont, mais tu n'es pas supposée le savoir pour le moment
404
- Oh, et ne plaisante pas avec la <hon>corne<hoff> d'Uni-Baby, Hum, <p>elle</p> contient de grand pouvoir.
405
- Mais non. Je préfère la garder comme <p>elle</p> est.
406
- Et manque de chance, <p>elle</p> est tombée dans la fosse d'aisance.
407
- Oui, pour faire revenir l' <hon>argent<hoff> dans l'économie, à laquelle <p>il</p> appartient. pas dans ma poche
408
- Mais <p>il</p> a brûlé.
409
- Les <hon>choses<hoff> étaient merveilleuses comme <p>elles</p> l'ont toujours été.
410
- Maintenant l' <hon>argent<hoff> n'est plus là où <p>il</p> était.
411
- Des <hon>roses<hoff> blanches, <p>elles</p> sont magnifiques !
412
- Lorsqu'une <hon>Mandragore<hoff> attaque, <p>elle</p> utilise ses tentacules pour injecter une neurotoxine dans le cerveau de sa victime.
413
- Après cela, <p>elle</p> a été confiée à une nouvelle direction.
414
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
415
- Tu chauffes ce <hon>truc<hoff> et <p>il</p> se transforme en nourriture ?
416
- J'ai arrosé une <hon>plante<hoff> avec attention pour voir si <p>elle</p> grandirait plus
417
- Alice et le garçon ne savent pas où <p>il</p> est.
418
- Il était perdu, <p>il</p> était sale, et <p>il</p> était moyen.
419
- -Ou, <p>il</p> pourrait se détériorer et tu serais morte dans l'heure.
420
- Il y a deux mois, un <hon>rapport<hoff> que j'ai écrit a été modifié quand <p>il</p> est passé par votre bureau, mais ton bureau a été fermé depuis plus d'un an.
421
- Quelque soit ton <hon>pouvoir<hoff> , <p>il</p> s'inverse.
422
- On a pris la <hon>caméra<hoff> et l'avons amené là où <p>elle</p> n'avait jamais été.
423
- C'était le <hon>carambolage<hoff> causé par le semi-remorque, <p>il</p> s'est mis en portefeuille après avoir heurté ton père.
424
- Oui, <p>il</p> était noir, une femme au volant.
425
- Non, <p>elle</p> n'est pas ressortie.
426
- Si <p>elles</p> l'ont, <p>elles</p> ne s'en vantent pas aussi bruyamment.
427
- Et à quoi ressemble un <hon>morse<hoff> quand <p>il</p> a une infection urinaire ?
428
- Je mettais du ruban adhésif sur mes <hon>poupées<hoff> pour voir si <p>elles</p> bougeaient pendant mon sommeil.
429
- Leur <hon>valeur<hoff> peut baisser ici et là, mais <p>elle</p> remonte toujours pendant l'été.
430
- Elles mangent ces champignons leurs têtes se remplissent de ces visions et <p>elles</p> parlent aux morts.
431
- S'<p>il</p> ne l'était pas, maintenant <p>il</p> l'est.
432
- C'etait un tout petit <hon>bateau<hoff> , et <p>il</p> a coulé.
433
- Elle avait accès au 50e étage de l' <hon>Empire State Bulding<hoff> quand <p>il</p> était en rénovation.
434
- Bien, <p>elle</p> va changer, parce que les politiciens ne seront pas capables de résister à des potentiels revenus fiscaux.
435
- Ce <hon>chien<hoff> , <p>il</p> est dévoué à sa maîtresse.
436
- Je ne dis pas que les autres <hon>chanteuses<hoff> n'avaient pas d'émotions, mais <p>elles</p> étaient restreintes à lire la partition.
437
- Pour que la <hon>puce<hoff> traite les données organiques, <p>elle</p> doit être connectée à l'hippocampe.
438
- Si la neige arrive à attraper cette <hon>créature<hoff> dans les escaliers, <p>elle</p> apprendra comment en faire des copies, <p>elle</p> créera une armée de glace.
439
- Donc, je fais l' <hon>histoire<hoff> , même si <p>elle</p> peut blesser les gens.
440
- Même si <p>elle</p> l'était, son noyau essentiel serait le même, et c'est pour ça que je fais des expériences.
441
- Je ne dis pas que ce n'était pas une grande <hon>performance<hoff> , <p>il</p> était, mais pas assez pour moi pour finalement appuyer mon bouton.
442
- Quand <p>elles</p> sentent nos phéromones, <p>elles</p> sortent leurs griffes.
443
- C'est quasi impossible de découper cette <hon>viande<hoff> quand <p>elle</p> vous gèle dans les mains
444
- <p>Elle</p> n'était pas ouverte avant.
445
- Vous l'abimez, <p>il</p> se cicatrise.
446
- Et comme toutes les maladies, <p>elle</p> a une cause, <p>elle</p> a une évolution et <p>elle</p> pourrait avoir un remède.
447
- J'ai décidé que cette année, <p>elle</p> irait sur votre sapin.
448
- Et <p>il</p> est bien plus clair qu'ici.
449
- Tu savais que si une <hon>maman<hoff> chat a un bébé mal-formé, <p>elle</p> mange le bébé ?
450
- Elle s'appelait l'Estate, <p>elle</p> a brûlé.
451
- Si la masse cancéreuse augmente de 5% <p>elle</p> pourrait mourir.
452
- Étant donné la nature de ce cas <p>il</p> <hon>semble<hoff> sensé de remettre cette enquête à un autre officier principal.
453
- Donc <p>il</p> <hon>semble<hoff> que les signalements de Bigfoot n'étaient qu'une hystérie de masse, Comme les témoins ont dit que Brinkerhoff portait un masque de déguisement au cours de son massacre.
454
- Pourquoi aurait-elle fait ces <hon>allégations<hoff> si <p>elles</p> n'étaient pas vraies ?
455
- Ils ne peuvent pas comprendre que deux <hon>personnes<hoff> peuvent être heureuses telles qu'<p>elles</p> sont.
456
- J'examinais le <hon>osmia<hoff> avoseta que Gerald Lydon m'a donné, et <p>il</p> a perdu.
457
- Mais <p>elles</p> ne vont pas être domestiques.
458
- Non, les <hon>filles<hoff> comme <p>elles</p> obtiennent ce qu'elles veulent.
459
- Mais ensuite je l'ai essayé ce matin et <p>il</p> était inconfortable et <p>il</p> démangeait et était complétement mauvais.
460
- Mais <p>elle</p> nous rappelle aussi comment chaque moment peuvent être précieux..
461
- Je l'ai là, <p>elle</p> ne se montre pas sur vos écrans ?
462
- - Non, <p>il</p> a des frisettes.
463
- Cette <hon>chose<hoff> , <p>elle</p> est allée sous le tapis, dans le sol, maintenant...
464
- Je peux regarder les <hon>femmes<hoff> et je sais combien <p>elles</p> peuvent être belles et puissantes... comme vous deux.
465
- J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
466
- C'est juste... parfois ces <hon>choses<hoff> , <p>elles</p> ne me rappellent pas qu'il est parti ou l'accident, elles... <p>elles</p> me rappelent lui, Tu sais ?
467
- J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout... des crimes violents impliquant de gens ordinaires.
468
- La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
469
- J'ai choisi cet <hon>endroit<hoff> , car <p>il</p> est hors de nos deux juridictions.
470
- Annie, ma <hon>vie<hoff> ne s'est pas arrêtée quand j'ai cessé de marcher. Et je suis désolé mais <p>elle</p> n'a pas recommencé à la minute où je t'ai rencontrée.
471
- Mais quand <p>elle</p> est injectée sous forme synthétique, <p>elle</p> favorise la croissance et la guérison sans commune mesure avec ce que le corps lui-même est capable de faire.
472
- <p>Elle</p> a toutefois aussi lancé une enquête criminelle.
473
- - <p>Il</p> a mis combien de temps à mourir ?
474
- Qu'<p>il</p> a infiltré la paroi musculaire. ce qui signifie que je vais devoir retirer certains ganglions lymphatiques Pour voir si le cancer est métastatique.
475
- J'ai besoin de savoir quelle pierre <p>elle</p> abrite.
476
- Quand un <hon>animal<hoff> blessé a perdu trop de sang, <p>il</p> sait qu'il ne peut plus courir.
477
- <p>Elles</p> n'ont pas changé depuis mon enfance.
478
- Elles ont juste peur que si <p>elles</p> viennent, <p>elles</p> vont s'attacher.
479
- Non, elles n'avaient pas d'argent pour faire des affiches, et non, elles ne feraient pas de porte-à-porte. <p>Elles</p> firent donc ce que toutes les femmes font...
480
- La vidéo montre que la <hon>tarte<hoff> venait d'un angle en hauteur, donc, <p>elle</p> se serait écrasée sur ton visage... comme ça.
481
- Maintenant, écoutez, je ne suis peut être pas un scientifique, mais j'ai un certain <hon>instinct<hoff> , et <p>il</p> me dit que ce mec se dope.
482
- Le lendemain, <p>il</p> était éteint.
483
- On veut que vous regardiez des <hon>photos<hoff> , mais je vous préviens, <p>elles</p> sont un peu explicites.
484
- - Si tu as fait ce que j'ai dit, <p>il</p> devrait accéder aux missions du président pour l'armée.
485
  et penser que les <hon>choses<hoff> vont redevenir comme <p>elles</p> étaient.
486
- Et les <hon>lois<hoff> de la magie sont comme toutes les autres, <p>elles</p> fonctionnent parce que tu leur obéis.
487
- Nous devons capitaliser sur ce <hon>moment<hoff> , ou <p>il</p> va disparaître.
488
- Ma femme. Elle aimait vraiment cet <hon>arbre<hoff> . <p>Il</p> était dans un parc près de chez nous.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  Tu vois cette <hon>couronne<hoff> , comment <p>elle</p> flotte entre les armes ?
490
- Je verrai mon <hon>bébé<hoff> quand <p>il</p> sortira de son trou de donut.
491
- En fait, <p>elles</p> se sentent fraîches, vivantes, et prêtes à tout ce qui pourrait arriver
492
- Ils appellent notre <hon>monnaie<hoff> nouvelle, mais <p>elle</p> attire assurément les foules.
493
- J'ai regardé ses e-mails et <p>il</p> <hon>semblait<hoff> qu'elle avait l'intention d'assister à cette fête.
494
- J'aime les <hon>choses<hoff> comme <p>elles</p> sont.
495
- <p>Elles</p> disent : "Je sais qu'il ne l'a pas fait !"
496
- Oh, <p>elle</p> l'est!
497
- Les <hon>femmes<hoff> ont été informées des sujets dont <p>elles</p> peuvent parler.
498
- Écoute, j'ai trouvé un super <hon>lit<hoff> . au "Roi du Matelas", et <p>il</p> a des tiroirs en dessous, et la tête de lit est équipée d'étagères lumineuses pour ranger nos affaires.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  Ce sera votre <hon>maison<hoff> si <p>elle</p> survit.
500
- Mais quand <p>elle</p> n'a pas explosée, vous avez simplement tuer Pradeep puis emmuré.
501
- Si <p>elle</p> est lancée, l'Arche sera affaiblie, et tout le monde à bord mourra.
502
- Et finalement, deux <hon>filles<hoff> ... <p>elles</p> ont appelé.
503
- Si je les avais tuées, ça aurait été parce que... <p>Elles</p> étaient dignes de moi.
504
- Car <p>il</p> m'allait beaucoup mieux ?"
505
- Personne ne travaillait sans contrat, à l'époque. <p>Elles</p> étaient très puissantes.
506
- Si je te disais que lorsqu'une apparition consume une <hon>âme<hoff> , <p>elle</p> traverse seulement vers un autre royaume mais cette âme peut être ramener dans notre monde?
507
- Comme ça <p>elles</p> ne sont pas dehors, à se disputer avec les myrtilles.
508
- - <p>Il</p> était vieux?
509
- Ces <hon>femmes<hoff> d'oiseaux, <p>elles</p> pourraient blesser un Fae avec leurs voix.
510
- <p>elle</p> m'a inspiré.
511
- Les deux petites <hon>filles<hoff> , âgées de 6 et 7 ans, jouaient vraisemblablement dans cette rue quand <p>elles</p> ont disparu sans laisser de trace.
512
- Plus tu es endommagé, plus <p>elles</p> veulent te soigner.
513
- Notre <hon>voiture<hoff> , <p>elle</p> est tombée en panne à 30km d'ici.
514
- en fait, je ne suis jamais... d'accord avec tes <hon>méthodes<hoff> , mais parfois <p>elles</p> ont des résultats spectaculaires.
515
- J'ai conçu cette <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
516
- On t'aurait donné le rôle... Si <p>il</p> <hon>n'y avait<hoff> pas des injures sur les gorilles.
517
- C'est pourquoi les <hon>femmes<hoff> se sentent merveilleuses quand <p>elles</p> les reçoivent, ne pensez-vous pas ?
518
  Thomas dit que c'est pourquoi tu lui a donné la prescription, quand les <hon>choses<hoff> deviennes trop dure et <p>elles</p> le sont devenu
519
- Il va se lier au virus et le tenir occupé pendant que votre <hon>système<hoff> crée les anticorps dont <p>il</p> a besoin pour vaincre.
520
- Je veux dire, <p>il</p> a besoin d'un rafraichissement.
521
- Il y a une <hon>fuite<hoff> dans l'unité en dessous de la vôtre, et <p>elle</p> pourrait avoir endommager la soupape fetzer dans la cuisine.
522
- Et <p>elles</p> n'aiment pas marcher sur des ongles.
523
- Mais <p>il</p> ne pourrait pas avoir eu ces effets sur ses organes.
524
- Ne montre pas ta peur à ces <hon>sorcières<hoff> ou <p>elles</p> te dévoreront.
525
- <p>Elles</p> ont déchiré ton coeur...
526
- Je me demande si <p>elle</p> marche.
527
- C'est, comme, bizarre à quel point <p>elles</p> me détestent.
528
- Mes <hon>copines<hoff> étaient folles de lui quand <p>elles</p> ont vu sa photo.
529
- <p>Elle</p> représente toujours un danger. Je propose de confier la garde d'Eren à Rivaille et de partir en exploration hors du mur. Vous voulez emmener Eren ?
530
- Une fois, je l'ai programmé pour 4 heures au lieu de 4 minutes et <p>il</p> a totalement fait fondre mon poulet.
531
- je vais aller voir la taille de la <hon>salle<hoff> , et si <p>elle</p> convient.
532
- Comment pourrais-je savoir <p>il</p> se trouve ?
533
- Le <hon>soleil<hoff> brûle la terre, mais <p>il</p> déforme aussi son apparence.
534
- Et si <p>elle</p> avait pénétré dans leur maison ?
535
- Pourquoi, <p>il</p> est malade ?
536
- Quelques <hon>filles<hoff> l'apprennent par la manière forte, et <p>elles</p> partent.
537
- <p>Elles</p> viennent d'où ?
538
- Marrant que tu dises ça, parce que j'emploie la même technique lorsque j'achète une <hon>voiture<hoff> , donc j'ai remarqué des choses comme - <p>elle</p> a des plaquettes de frein renforcées achetés après la voiture.
539
- Mais... <p>elle</p> vous est bénéfique.
540
- Ok, une <hon>porte<hoff> , mais <p>elle</p> ne veut pas s'ouvrir.
541
- Et la <hon>balle<hoff> n'est que légèrement déformée, donc <p>elle</p> a du entrer par la fenêtre ouverte.
542
- Onze, dans un trou naturel, <p>elle</p> s'effondre vers le milieu, car la pression est verticale.
543
- On se concentre sur celle-là ou <p>elle</p> va nous semer.
544
- <p>Elles</p> pleurent tout le temps.
545
- Les <hon>filles<hoff> de la Patrouille de Sécurité, <p>elles</p> m'ont dit que le rince-œil était cassé, je suis venue en urgence.
546
- Il n'y a aucune information concernant les raisons du crash. mais dès à présent, <p>il</p> semble qu'il n' <hon>y ait<hoff> aucun survivant à bord.
547
  Le <hon>ciel<hoff> est où <p>il</p> est toujours .
548
- Si <p>elles</p> ne le font pas, les autres filles resteront mortes, et <p>elles</p> perdront leurs pouvoirs.
549
- L' <hon>hôtel<hoff> n'est pas impressionnant, mais <p>il</p> sert les meilleurs arepas de la ville.
550
- J'ai déjà donné mon <hon>opinion<hoff> cet après-midi ; <p>elle</p> n'a pas changé.
551
- C'est un peu moite mais <p>il</p> est toujours là.
 
 
 
 
 
 
 
1
+ <p>Elles</p> sont des assiettes de l'hôtel?
2
+ - <p>Elles</p> supportent quelle tension ?
3
+ Comment peut-<p>elle</p> vous hanter ?
4
+ C'est comme s'<p>il</p> n'avait jamais bougé.
5
+ Quand <p>elles</p> n'ont jamais quitté la prison.
6
+ Apparemment, <p>elle</p> ne capte pas de signal ici.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  Et quand le ballon a tapé ta poitrine, <p>elle</p> s'est délogée, causant la buée dans tes poumons et un petit pneumothorax.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <p>Elle</p> est tombée en panne sur l'Eisenhower, évidemment.
9
+ Tu sais comment <p>elles</p> sont mortes.
10
+ <p>elles</p> trouvent les armes, attirent les proies.
11
+ Après cela, <p>elle</p> a été confiée à une nouvelle direction.
12
+ Si <p>elles</p> l'ont, elles ne s'en vantent pas aussi bruyamment.
13
+ Leurs larmes étaient en sang, et <p>elles</p> avaient des serpents à la place des cheveux.
14
+ Et bien, <p>elles</p> détestent quand un enfant est utilisé comme ça.
15
+ J'ai décidé que cette année, <p>elle</p> irait sur votre sapin.
16
+ Je ramassais des affaires et <p>il</p> m'est tombé sur la tête.
17
+ Si <p>elles</p> l'apprennent...
18
+ Je suis très doué pour <p>la</p> réparer quand elle plante.
19
+ <p>Elles</p> rencontrent des mecs sympas, elles peuvent même avoir plus.
20
+ Vous ne saviez pas qu'<p>elle</p> avait disparu ?
21
+ Surtout si <p>elle</p> a de la mozzarella fraiche.
22
+ Oui, <p>il</p> est à l'infirmerie.
23
+ Et qu'<p>il</p> s'est sauvé avant qu'on ait tous fait un tour.
24
+ Ouais, <p>elles</p> sont explicites.
 
 
 
 
 
 
25
  Ecoute, je ne sais rien à propos de ça, mais ici <p>il</p> ne l'est pas.
26
+ <p>Elles</p> ont dit qu'elles n'avaient pas quitté la maison avant le matin.
27
+ Mais <p>il</p> a brûlé.
28
+ A la différence des vengeurs solitaires, <p>elles</p> travaillent de concert et elles prévoient et exécutent des attaques coordonnées.
29
+ <p>Elles</p> tiendront pas deux jours dans une prison mexicaine.
30
+ Maintenant <p>elle</p> entre dans l'estomac.
31
+ Mais <p>il</p> le doit.
32
+ S'<p>il</p> ne l'a pas empoisonné, pourquoi le préparer et n'en boire que la moitié ?
33
+ Le lendemain, <p>il</p> était éteint.
34
+ Non, <p>elles</p> prétendent juste l'être Pour être aimées par vous tous !
35
+ Tant qu'<p>il</p> ne sait pas qui on est, il ne devrait pas nous tuer !
36
+ Puisse-t-<p>elle</p> bien vous servir.
37
+ La théorie a toujours prédit qu'<p>elles</p> existent.
38
+ Et là je regardé...j'étais venu, et <p>elle</p>...elle n'était plus là, tu saisis ?
39
+ Sans savoir quand <p>elles</p> en auront besoin ou quand elles les utiliseront.
40
+ Non, je ne pense pas qu'<p>elles</p> puissent faire mon job.
41
+ Le garçon sait où <p>il</p> est.
42
+ Je ne savais pas qu'<p>il</p> avait disparu.
43
+ C'est juste qu'<p>elles</p> tombent tout à fait aléatoirement, vous remarqueriez réellement, s'il en manquait une ?
44
+ <p>Elles</p> peuvent toujours maintenir assez d'insécurité pour être vulnérables ce qui est attirant.
45
+ Vous croyez qu'<p>elle</p> fonctionne encore?
46
+ Si <p>elles</p> ne le font pas, les autres filles resteront mortes, et elles perdront leurs pouvoirs.
47
+ J'ai dit qu'<p>elles</p> devenaient laides.
48
  Et si <p>elles</p> les perdent, tu perds les tiens aussi.
49
+ C'est possible qu'<p>elles</p> aient subi une perte personnelle et elles pensent qu'elles doivent agir.
50
+ Et si <p>elle</p> avait pénétré dans leur maison ?
51
+ J'aime comme <p>il</p> est maintenant!
52
+ Cette photo prouve qu'<p>elles</p> étaient les dernières à l'avoir vu vivant, pourtant personne n'en a parlé aux policiers.
53
+ C'est, comme, bizarre à quel point <p>elles</p> me détestent.
54
+ <p>Elles</p> pleurent tout le temps.
55
+ Si je le fais, <p>elles</p> me tuent.
56
  Mais <p>il</p> a avalé le lapin.
57
+ Alice et le garçon ne savent pas où <p>il</p> est.
58
+ C'est qu'<p>il</p> te va bien.
59
+ J'ai menti pour qu'<p>elles</p> n'aient pas à s'inquiéter, pour qu'elles retrouvent leur vie normale.
60
+ Pour s'assurer que personne n'y entre ou n'en sorte tant qu'<p>elle</p> ne s'était pas refermée, oui, monsieur.
61
+ Il avait conclu qu'<p>il</p> était dangereux.
62
+ Non, <p>elles</p> n'avaient pas d'argent pour faire des affiches, et non, elles ne feraient pas de porte-à-porte. Elles firent donc ce que toutes les femmes font...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  C'est vrai, <p>elles</p> sont privées, mais sa recherche est une entreprise coûteuse, et c'est donc un peu comme une contrepartie, non ?
64
+ Parce qu'<p>elle</p> s'ouvre vers l'intérieur, voilà pourquoi.
65
+ Si <p>elles</p> allaient manifester à Miss USA, j'en étais.
66
+ Je ne pense pas qu'<p>elles</p> le savaient.
67
+ C'est ma faute si <p>elles</p> sont
68
+ Je me demande si <p>elle</p> marche.
69
+ <p>Il</p> a été remorqué.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  <p>Elles</p> sont douces.
71
+ Sur les lieux, il les dépose comme si <p>elles</p> priaient.
72
+ Je veux leurs infos, <p>elles</p> me les donnent directement.
73
+ <p>Elle</p> en a peut-être besoin.
74
+ Il semble qu'<p>elle</p> ait raté la grosse artère.
75
+ A cet âge, <p>elles</p> sont vulnérables et précieuses.
76
+ Qu'est-ce qu'<p>elles</p> vont lui faire ?
77
+ <p>Elles</p> sont d'accord pour ne pas en parler aux médias.
78
+ Les phrénologues pensent qu'<p>elle</p> contrôle les facultés cognitives. - La mémoire, en fait.
79
+ Comme vous pouvez le voir, <p>elle</p> est en train d'être vidée.
80
+ La rumeur veut qu'<p>elle</p> soit quelque part près du salon.
81
+ <p>Elles</p> sont des prédateurs pour lui, et il pense qu'elles essayent de l'avoir.
82
+ On saura où <p>il</p> va et à quoi <p>il</p> va servir.
83
+ Quant au coucher du soleil, <p>il</p> projettera une ombre longue d'un kilomètre.
84
+ <p>Elle</p> doit le rester.
85
+ Je n'ai jamais été aspergée de poivre en plein visage, mais on peut se demander si <p>elles</p> ne sont pas en train d'en faire trop, si elles n'en rajoutent pas pour les caméras.
86
+ Et même s'<p>il</p> ne sonne pas, aujourd'hui, quand mon boss m'a jeté son sandwich œuf-salade au visage, une partie a été dans ma bouche.
87
+ - Non, <p>il</p> a des frisettes.
88
+ Quand <p>elle</p> est entrouverte.
89
+ Ell... <p>elles</p> sont en vie.
90
+ <p>Elle</p> est parfaite tel qu'elle est .
91
+ Je crois qu'<p>il</p> est réel, et qu'il est connecté à cette ville.
92
+ On dirait qu'<p>il</p> a même une signature incorporée.
93
+ Je n'avais pas réalisé à quel point <p>elle</p> était brillante.
94
+ <p>Elles</p> n'ont besoin que d'être un peu renforcées.
95
+ <p>Il</p> est estimé à 17 millions, mais l'agent pense qu'il va partir à 14,5 millions.
96
+ Il s'avère qu '<p>ils</p> ont des articles politiques et culturel, aussi.
97
+ Elle dit qu'<p>elles</p> se sont échappées.
98
+ Onze, dans un trou naturel, <p>elle</p> s'effondre vers le milieu, car la pression est verticale.
99
+ <p>Elle</p> est fermée hermétiquement ?
100
+ S'il fait t rop c haud, <p>elles</p> croiront que c'est l'été !
101
+ Trick, <p>elles</p> adorent un dieu cheval.
102
+ Je suis sûre qu'<p>elle</p> est fausse.
103
+ Elle n'a pas dit qu'<p>elles</p> étaient mortes.
104
+ Je déteste avoir à dire ça mais <p>elles</p> survolent juste la surface.
105
+ Mais même si je savais où <p>il</p> était, je ne te le dirais pas.
106
+ J'ai pensé qu'<p>elles</p> l'étaient, du moins.
107
+ Mais <p>elle</p> va encore l'agrandir.
108
+ Je ne sais pas exactement où <p>elle</p> est.
109
+ Ce qu'<p>elle</p> n'a pas fait.
110
+ Dans certains cas <p>elle</p> n'existe pas.
111
+ Qu'<p>il</p> a infiltré la paroi musculaire. ce qui signifie que je vais devoir retirer certains ganglions lymphatiques Pour voir si le cancer est métastatique.
112
+ <p>Il</p> ne mange pas ce qu'il tue.
113
+ Mais le vaste désert qu'<p>il</p> a créé est une source de vie à l'autre bout du monde.
114
+ <p>Elles</p> m'aiment parce qu'elles savent que je ferais n'importe quoi pour la rendre heureuse.
115
+ Non, <p>elles</p> ne peuvent pas.
116
+ Même si <p>elle</p> l'était, son noyau essentiel serait le même, et c'est pour ça que je fais des expériences.
117
+ Si <p>elles</p> aiment son territoire, elles pourraient prolonger leur séjour.
118
+ Apparemment, <p>il</p> a également tué leurs doubles de l'autre côté.
119
+ Mais <p>elles</p> ne vont pas être domestiques.
120
+ Oui, et si j'avais su qu'<p>il</p> appartenait à la propriété, j'y aurais mis l'ancre, mais je ne savais pas.
121
+ Combien de places <p>elles</p> vont acheter ?
122
+ Parce qu'<p>elles</p> vont bientôt mourir de toute façon.
123
+ Je crois qu'<p>elles</p> pensaient pouvoir me guérir.
124
+ J'imagine qu'<p>elles</p> s'en rendront compte au moment du dîner.
125
+ Qu'est-ce qu'<p>il</p> représentait ?
126
+ Et chaque seconde qu'<p>il</p> reste lui provoque d'indicibles souffrances.
127
+ "Sans cela, <p>elle</p> tournerait à la vitesse maximale jusqu'à s'autodétruire."
128
+ Ouais, <p>il</p> était par terre.
129
+ Finalement, <p>elle</p> efface les souvenirs les plus vieux et précieux d'une personne.
130
+ Et <p>elle</p> me permet de corriger l'erreur que j'ai commise.
131
+ Faisons en sorte qu'<p>elle</p> soit joyeuse.
132
+ Comme ça <p>elles</p> ne sont pas dehors, à se disputer avec les myrtilles.
133
+ Oh, <p>elle</p> a atteri sur le pont Encore une fois
134
+ Il sait qu'<p>elles</p> sont vulnérables.
135
+ Très bien, alors, vous savez qu'<p>il</p> laisse les fans voter sur qui gagnera la bagarre, que les joueurs ont en fait des cartes de combat
136
+ Corrige moi si je me trompe, mais <p>elles</p> étaient assises l'une à côté de l'autre.
137
+ <p>Elle</p> représente toujours un danger. Je propose de confier la garde d'Eren à Rivaille et de partir en exploration hors du mur. Vous voulez emmener Eren ?
138
+ Quand j'arrivais à un feu rouge, je priais pour qu'<p>il</p> me lâche pas.
139
+ La façon dont <p>elles</p> me regardent.
140
+ <p>Elles</p> viennent d'où ?
141
+ Si <p>elle</p> est lancée‎, l'Arche sera affaiblie‎, et tout le monde à bord mourra‎.
142
+ Je dirais qu'<p>elles</p> se sont baignés avant l'agression.
143
+ Sérieusement, je pense qu'<p>elle</p> m'a suivie jusqu'ici.
144
  <p>Elle</p> irait en direction d'Eren ?
145
+ Ça ne veut pas dire qu'<p>elles</p> ne peuvent pas fumer.
146
+ Je t'assure que j'ai eu l'impression qu'<p>il</p> essayait de me tuer.
147
+ Eh bien, <p>il</p> est un support mais il est dans la phase initiale, n'a pas perdu son humanité.
148
+ Aujourd'hui, <p>elle</p> achète votre main-d'oeuvre mais <p>elle</p> paie toujours les pauvres avec du vent.
149
+ - Si tu as fait ce que j'ai dit, <p>il</p> devrait accéder aux missions du président pour l'armée.
150
+ <p>Elles</p> repèrent l'endroit, détruisent les maisons et tuent les indigènes.
151
+ Dans l'Égypte ancienne, <p>il</p> avait son propre hiéroglyphe.
152
+ <p>elle</p> m'a inspiré.
153
+ Cela ne veut pas dire qu'<p>elles</p> ne sont pas importantes.
154
  <p>Elles</p> étaient dans les bras l'une de l'autre ?
155
+ Eh bien, espérons qu'<p>elles</p> sont timides, et pas mortes elles-aussi.
156
+ Je suppose qu'<p>elles</p> ont apprient que George Tucker est de retour sur le marché.
157
+ <p>Elles</p> ont l'air d'être des versions humaines de plantes en pot.
158
+ <p>Elles</p> étaient toutes-puissantes.
159
+ S'<p>il</p> ne l'était pas, maintenant il l'est.
160
+ <p>Elles</p> sont petites, elles sont caoutchouteuses, et elles n'ont pas de gout.
161
+ Si <p>elle</p> est là, les lumières pourraient la faire sortir de sa cachette.
162
+ <p>Elles</p> prennent le même chemin, envahissent les mêmes cellules, sèment le même chaos.
163
+ <p>Elles</p> se trouvaient exactement sa source avait dit qu'elles seraient.
164
+ Personne ne travaillait sans contrat, à l'époque. <p>Elles</p> étaient très puissantes.
165
+ Oui, <p>il</p> était noir, une femme au volant.
166
+ Et si je soulève le canapé et <p>il</p> panique dans tous les sens?
167
+ <p>Il</p> la tue, comme il a tué son noble parent.
168
+ Qu'est-ce qu'<p>il</p> dit?
169
+ Celons moi, <p>il</p> ne voudrait pas.
170
+ Mais où <p>elles</p> se croisent.
171
+ Et puis <p>elles</p> partent au coucher du soleil avec quelqu'un légèrement moins beau que nous.
172
+ Et <p>elles</p> aiment Bea.
173
+ <p>Elles</p> entendent ce mot et elles se mettent à te contrôler.
174
+ et <p>il</p> a six places donc ils ont étendu leur invitation à tout Hankmed.
175
+ Puis-je savoir d'où <p>elle</p> provient ?
176
+ Mesdames et Messieurs, il semblerait qu'<p>elles</p> aient amené Otis.
177
+ <p>Elle</p> n'était pas ouverte avant.
178
+ Est-ce qu'<p>il</p> est assez gros ?
179
+ <p>Elles</p> ont juste peur que si elles viennent, elles vont s'attacher.
180
+ Il y a seulement trois décharges dans lesquelles <p>elle</p> pourrait avoir fini.
181
+ Mais <p>elles</p> sont magnifiques, donc je vais appeler mon ami du New York Times et voir s'ils veulent ordonner un rapport.
182
+ J'aimerai dire oui, <p>elles</p> sont si jolies.
183
+ J'ai pas dit qu'<p>elles</p> ne pouvaient pas être séduisantes
184
+ Genre, <p>elles</p> ne savent pas ce qu'elles veulent.
185
+ - Où sont-<p>elles</p> maintenant ?
186
+ Quand <p>elles</p> sentent nos phéromones, elles sortent leurs griffes.
187
+ Mais <p>il</p> ne pourrait pas avoir eu ces effets sur ses organes.
188
+ Vous l'abimez, <p>il</p> se cicatrise.
189
+ Un jour, <p>elle</p> bute sur le relief, retrouve à nouveau les eaux de surface où elle se réchauffera.
190
+ -Est-ce qu'<p>il</p> peut battre une baleine ?
191
+ Assure-toi qu'<p>elles</p> soient prêtes.
192
+ <p>Elle</p> a toutefois aussi lancé une enquête criminelle.
193
+ Peut-être qu'<p>il</p> gît en vous.
194
+ Détendez-vous. Quoi qu'<p>elles</p> veuillent, chéri, ce n'est sûrement pas vous.
195
  Si seulement <p>elles</p> étaient comme toi!
196
+ Selon le plan de vol, <p>il</p> est passé au dessus de vous avant de se crasher.
197
+ Pourquoi, <p>il</p> est malade ?
198
+ Ouais, <p>elles</p> sont géniales.
199
+ Tout se relâche, <p>elles</p> rient, ça commence à bouger.
200
+ Des <hon>dindes<hoff> ! Tuez-les avant qu'<p>elles</p> ne se multiplient!
201
+ Maintenant <p>elle</p> est aussi avec toi.
202
+ Mais ensuite je l'ai essayé ce matin et <p>il</p> était inconfortable et il démangeait et était complétement mauvais.
203
+ Et j'ai essayé de l'aider après qu'<p>elles</p> soient parties.
204
+ Mais je me demandais si <p>elles</p> étaient assez futées pour retourner dans la même position et remettre le ruban pour que je ne sache rien.
205
+ N'étaient-<p>elles</p> pas onéreuses ?
206
+ Maintenant, en plus de cela, <p>elles</p> ont eu des rendez vous avec six hommes en commun.
207
+ Oui, est-ce qu'<p>elle</p> avait une chute au moins ?
208
+ Il avait dérangé leur nid, et <p>elles</p> venaient le piquer plus qu'il n'avait prévu.
209
+ <p>Elle</p> s'appelait l'Estate, elle a brûlé.
210
+ Et <p>il</p> est impuissant sans toi.
211
+ Mais <p>elle</p> est un peu trop haute.
212
+ <p>Elles</p> ont des carrières complètement différentes, et elles vivaient dans des quartiers différents.
213
+ <p>Elles</p> étaient genre tombées de ton doigt et donc je les ai comme récupérées et ensuite tu as bougé ta main et je ne pouvais pas les remettre alors...
214
+ La façon dont <p>elles</p> vivent...
215
+ Alors je leur ai donné ce dont <p>elles</p> avaient besoin.
216
+ Mais non. Je préfère <p>la</p> garder comme elle est.
217
+ Avec son gros bec, <p>il</p> a du mal à trouver son équilibre.
218
+ Je ne me rappelle même plus de quelle couleur <p>elle</p> était.
219
+ Mais quand <p>elle</p> est injectée sous forme synthétique, elle favorise la croissance et la guérison sans commune mesure avec ce que le corps lui-même est capable de faire.
220
+ Mais j'ai donné une attention particulière à <p>une</p> pour voir si elle grandit plus.
221
+ <p>Elles</p> mangent ces champignons leurs têtes se remplissent de ces visions et elles parlent aux morts.
222
+ Et <p>elles</p> ont été méchantes avec moi depuis mon arrivée en ville.
223
+ Mais quand <p>elle</p> n'a pas explosée, vous avez simplement tuer Pradeep puis emmuré.
224
+ Évidemment qu'<p>elles</p> le sont.
225
  <p>Elles</p> sont près des ascenseurs pour les bureaux importants ?
226
+ Et <p>elle</p> réapparaît à Beyrouth dans la maison du chef du Hezbollah ?
227
+ Je pense qu'<p>il</p> essaye d'être marrant.
228
+ C'est tout ce qu'<p>il</p> fait et il le fait vite.
229
+ Et une fois qu'<p>elle</p> le sera, il sera temps de vous ramener à la maison.
230
+ Parce qu'<p>elles</p> sont toutes orphelines !
231
+ Bien, <p>elle</p> va changer, parce que les politiciens ne seront pas capables de résister à des potentiels revenus fiscaux.
232
+ Non, <p>elles</p> sont derrière le bureau de la sécurité.
233
+ Je commence à croire qu'<p>il</p> a un pouvoir maléfique.
234
+ <p>Elles</p> m'ont raconté des choses pas sympas.
235
+ Pas une fois qu'<p>elles</p> auront appris qu'elle couchait avec toi alors que tu détournais des fonds de cette entreprise.
236
+ Oh, si, <p>elles</p> ont changé, leurs cheveux, leurs pensées, et...
237
+ Et encore, <p>elles</p> ne peuvent survivre que dix minutes sous le soleil de midi.
238
+ Et surprise, en Europe, <p>il</p> a attiré un grand nombre de personnes et a été projeté librement.
239
+ Car <p>il</p> m'allait beaucoup mieux ?"
240
+ J'aimerais pouvoir dire qu'<p>elles</p> sont bonnes, Mouse.
241
+ Mais <p>elle</p> nous rappelle aussi comment chaque moment peuvent être précieux..
242
+ Cette fois-ci... On ne sait pas ce qu'<p>elle</p> a provoqué.
243
+ En fait, <p>elles</p> se sentent fraîches, vivantes, et prêtes à tout ce qui pourrait arriver
244
+ Puis, quand j'ai eu fini de regarder le Letterman Show, <p>elle</p> était revenue.
245
+ Quand <p>elles</p> viendront, elles devraient certainement être bien habillées.
246
+ - Il ya huit ans, <p>il</p> était courant.
247
+ La balle l'a fait tomber, <p>il</p> s'est cassé.
248
+ S'<p>il</p> est rendu public, elle est en danger.
249
+ <p>Elles</p> sont sur l'étagère là où elles sont toujours. Ouais.
250
+ <p>Elles</p> sont collantes et elles sont au verso, Mike.
251
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
252
+ Ce <hon>poème<hoff> , <p>il</p> me rappelle le jours où mes bébés sont nés..
253
+ Ces <hon>armes<hoff> qu'il créée, <p>elles</p> pourraient être nôtres.
254
+ Ce <hon>symbole<hoff> , <p>il</p> ne veut rien dire.
255
+ Si le <hon>sulfure<hoff> reste dans la cuve, <p>il</p> gâtera le vin.
256
+ Si deux <hon>filles<hoff> nous voient descendre la rue, <p>elles</p> diraient, "hey, ces deux-là sont jumeaux.
257
+ J'ai fait un <hon>rêve<hoff> , et <p>il</p> m'a fait aller à Aiga.
258
+ Les <hon>femmes<hoff> ne savent pas ce qu'<p>elles</p> nous font.
259
+ Beaucoup de <hon>femmes<hoff> rétorquaient qu'<p>elles</p> aimaient faire la cuisine, le ménage et s'occuper des hommes.
260
+ Et la <hon>balle<hoff> n'est que légèrement déformée, donc <p>elle</p> a du entrer par la fenêtre ouverte.
261
+ Vous me donnez 700 mille mais je mets ma <hon>maison<hoff> comme garantie, <p>elle</p> en vaut au moins 900.
262
+ On dirait que l'auteur a essayé d'arracher son <hon>bracelet<hoff> et <p>il</p> s'est cassé.
263
+ Donc soit nos <hon>victimes<hoff> on été transportées des années 90 ou <p>elles</p> travaillent pour Hillary Clinton ou notre tueur est un fou de chouchous.
264
+ Il est temps de renvoyer ce <hon>cafard<hoff> de l'enfer d'où <p>il</p> vient.
265
+ Ouais, j'ai rentré les <hon>empreintes<hoff> dans le système, mais <p>elles</p> sont tachées.
266
+ Je sais que vous pensez tous être ouvert d'esprit En élisant ces deux <hon>reines<hoff> , Mais je pense que vous devriez savoir qu'<p>elles</p> ne sont pas vraiment lesbienne.
267
+ Les <hon>femmes<hoff> ont été informées des sujets dont <p>elles</p> peuvent parler.
268
+ Dites aux <hon>personnes<hoff> de ne pas croire tout ce qu'<p>elles</p> voient à la télévision ou lisent en ligne.
269
+ Particulièrement quand toutes les autres <hon>filles<hoff> laissent juste toute leur scolarité être défini par un garçon qu'<p>elles</p> prient les emmèneront au bal de promo.
270
+ Maintenant que les <hon>femmes<hoff> sont plus instruites, <p>elles</p> gagneront davantage d'argent et vont tout gérer.
271
+ Versez de l'eau sur cet <hon>acier<hoff> afin qu'<p>il</p> ne surchauffe pas!
272
  Nous pensons que les <hon>personnes<hoff> sont enlevées quand <p>elles</p> approchent de la limite de la ville.
273
+ Il était une fois, dans un monde lointain et magique, quatre <hon>femmes<hoff> qui vivaient ensemble, et, surprise, surprise, <p>elles</p> ne s'entendaient pas bien.
274
+ Quand on se dit que la <hon>journée<hoff> ne peut pas aller plus mal, <p>elle</p> empire.
275
+ Ces <hon>personnes<hoff> là, <p>elles</p> travaillent trop dur pour voir tous leurs efforts détruits par une personne dérangée.
276
+ J'avais un <hon>cochon<hoff> malade, <p>Il</p> est mort rapidemment.
277
+ Je mettais du ruban adhésif sur mes <hon>poupées<hoff> pour voir si <p>elles</p> bougeaient pendant mon sommeil.
278
+ Prends ce <hon>couteau<hoff> et <p>il</p> fera partie de toi et de ton temps.
279
+ Aucune chance qu'un gars comme Sloan ne lave pas ses <hon>draps<hoff> , donc <p>elles</p> sont fraîches.
280
+ La <hon>peau<hoff> est sèche, <p>elle</p> a perdue son élasticité.
281
+ Les deux <hon>femmes<hoff> ont décidé qu'<p>elles</p> pouvaient avoir mieux.
282
+ Les <hon>paroles<hoff> de Meatball semblent simples au premier abord, mais c'est comme un oignon, <p>elles</p> ont beaucoup de sous couches.
283
+ Eh bien, j'avais une <hon>maison<hoff> et <p>elle</p> était très propre.
284
+ Ces <hon>choses<hoff> la ne sont jamais comme <p>elles</p> semblent.
285
+ - Vee, je veux que tu parles aux autres <hon>filles<hoff> à l'hôpital, vois ce qu'<p>elles</p> peuvent nous apprendre.
286
+ Elle avait accès au 50e étage de l' <hon>Empire State Bulding<hoff> quand <p>il</p> était en rénovation.
287
+ D'ici à ce que le procureur annule mon dossier, toutes ces <hon>femmes<hoff> avec qui vous déjeunez, vos amies du bureau du Zoo de Central Park... <p>elles</p> sauront tout.
288
+ Le <hon>virus<hoff> n'affectera peut-être pas les fae, mais j'ai pour traiter les êtres humains touchés avant que la substance change ... ce qui pourrait bien arriver s'<p>il</p> continue à sauter la barrière inter-espèces
289
+ Si cette <hon>tempête<hoff> est aussi mauvaise que nous pensons qu'<p>elle</p> l'est, nous n'allons jamais survivre.
290
+ J'ai déjà donné mon <hon>opinion<hoff> cet après-midi ; <p>elle</p> n'a pas changé.
291
+ Tu savais que si une <hon>maman<hoff> chat a un bébé mal-formé, <p>elle</p> mange le bébé ?
292
+ Ne couche pas avec toutes ces <hon>filles<hoff> parce qu'après <p>elles</p> viennent me voir.
293
+ Ton <hon>verre<hoff> n'est pas aussi plein qu'<p>il</p> devrait l'être, Frank.
294
+ On a reconstitué cette <hon>colonie<hoff> comme <p>elle</p> était un siècle plus tôt.
295
+ Elle s'était cachée à bord d'un <hon>bateau<hoff> avant qu'<p>il</p> descende le Mississippi.
296
+ Donc, je fais l' <hon>histoire<hoff> , même si <p>elle</p> peut blesser les gens.
297
+ La ville aura besoin d'une <hon>explication<hoff> , qui réponde à plus de questions qu'<p>elle</p> n'en soulève, et qui protège ceux qui sont toujours là.
298
+ Ne montre pas ta peur à ces <hon>sorcières<hoff> ou <p>elles</p> te dévoreront.
299
+ Seigneur d'entre les seigneurs, nous te faisons cette <hon>offrande<hoff> en espérant qu'<p>elle</p> te satisfasse.
300
+ Des <hon>bottes<hoff> à embout d'acier peut être du style punk, mais <p>elles</p> ont vraiment heurté son crâne.
301
+ Seule la <hon>route<hoff> sait où <p>elle</p> se terminera.
302
+ Les <hon>femmes<hoff> en sortent pires que quand <p>elles</p> y rentrent.
303
+ Pour que la <hon>puce<hoff> traite les données organiques, <p>elle</p> doit être connectée à l'hippocampe.
304
+ Les <hon>choses<hoff> reprendraient là où <p>elles</p> étaient.
305
+ J'ai dit à mes <hon>copines<hoff> que c'était bien vous, et <p>elles</p> ont pas voulu me croire.
306
  L' <hon>argument<hoff> gagnant est comme un bon vin, <p>il</p> me donne une sensation de bien-être.
307
+ Les <hon>choses<hoff> sont différentes pour des gens comme eux plus qu'<p>elles</p> ne le sont pour des gens comme nous et il n'y a rien que nous puissions faire à ce sujet.
308
+ Petite, je préparais sans cesse mes <hon>fêtes<hoff> d'anniversaire, mais je les faisais jamais parce qu'<p>elles</p> étaient jamais prêtes à temps.
309
+ J'ai, euh, une empreinte de chaussure, um, de <hon>chaussure<hoff> de randonnée, et vu la faible usure, je dirais qu'<p>elles</p> sont toutes neuves.
310
+ Cette <hon>plaie<hoff> est censée être irriguée toutes les 2h ou bien <p>elle</p> se réinfectera.
311
+ Les <hon>plaines<hoff> ont été broutées et brûlées et ont enduré la pire sécheresse depuis des générations. Avec la pluie, <p>elles</p> commencent à se rétablir.
312
+ Fin de la <hon>carrière<hoff> de football de Knox avant même qu'<p>elle</p> n'aie commencé.
313
+ Mes <hon>notes<hoff> .... <p>Elles</p> n'avaient pas baissé.
314
+ Tu dis ce <hon>mot<hoff> si souvent qu'<p>il</p> n'a plus de sens.
315
+ C'était la <hon>veine<hoff> de mon frère et <p>elle</p> reste ouverte.
316
+ Exactement et les <hon>choses<hoff> sont plus faciles à voir quand <p>elles</p> sont en mouvement.
317
  La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout. Des crimes violents impliquant des gens ordinaires.
318
+ Et si ça rend certaines <hon>personnes<hoff> mal-à-l'aise, alors peut-être qu'<p>elles</p> ont besoin d'être mal-à-l'aise.
319
+ Il a un <hon>alibi<hoff> et <p>il</p> est vérifié.
320
+ Leur <hon>valeur<hoff> peut baisser ici et là, mais <p>elle</p> remonte toujours pendant l'été.
321
+ C'est tout ce que la <hon>caméra<hoff> a vu quand <p>elle</p> a été activée par les mouvements.
322
+ Tu as une <hon>micro-puce<hoff> dans ton cerveau et <p>elle</p> fonctionne mal.
323
+ J'ai cherché les <hon>empreintes<hoff> , <p>elles</p> sont classifiées.
324
+ Vous n'êtes pas obligée, il me suffit de regarder, toutes ces <hon>photos<hoff> , <p>elles</p> le disent toutes.
325
+ Des <hon>dindes<hoff> ! Tuez-les avant qu'<p>elles</p> ne se multiplient!
326
+ Ne dis pas non tout de suite, mais j'ai vu une <hon>robe<hoff> dans un stand pas loin. et je pense qu'<p>elle</p> t'irait bien.
327
+ Des <hon>roses<hoff> blanches, <p>elles</p> sont magnifiques !
328
+ Castle, il y avait une <hon>traînée<hoff> de sang qui partait du van, mais après <p>elle</p> disparaît.
329
+ Ca servira de leçon aux <hon>filles<hoff> ! <p>Elles</p> n'utiliseront plus le 498a pour intimider des innocents.
330
+ Quand tu fais des <hon>harmonies<hoff> c'est comme si <p>elles</p> se fondaient les unes avec les autres.
331
+ <hon>Elles<hoff> ont des carrières complètement différentes, et <p>elles</p> vivaient dans des quartiers différents.
332
+ Mon <hon>mariage<hoff> avec Heather ? Effacé. <p>Il</p> n'a jamais existé.
333
+ Le porteur de peau parle et ressemble à ses <hon>victimes<hoff> , mais il ignore ce qu'<p>elles</p> savent.
334
+ Marrant que tu dises ça, parce que j'emploie la même technique lorsque j'achète une <hon>voiture<hoff> , donc j'ai remarqué des choses comme - <p>elle</p> a des plaquettes de frein renforcées achetés après la voiture.
335
+ C'est pourquoi les <hon>femmes<hoff> se sentent merveilleuses quand <p>elles</p> les reçoivent, ne pensez-vous pas ?
336
+ Cette <hon>chose<hoff> , <p>elle</p> est allée sous le tapis, dans le sol, maintenant...
337
+ Mes <hon>copines<hoff> étaient folles de lui quand <p>elles</p> ont vu sa photo.
338
+ Je vois des <hon>personnes<hoff> dans cet état, Je souhaite qu'<p>elles</p> se dépêchent de s'en ailler.
339
+ C'est une vieille <hon>Mustang<hoff> , et <p>elle</p> est plutôt cool.
340
+ Oui, madame, Mobile et l'Ohio avait une <hon>ligne<hoff> mais <p>elle</p> a brûlé.
341
+ Cette <hon>chose<hoff> est trop puissante, et je veux qu'<p>elle</p> meure.
342
+ Il sortait et interrogeait des <hon>victimes<hoff> , et s'il pouvait les aider et qu'<p>elles</p> étaient, vous savez, des femmes séduisantes, il... il les pérsuadait d'avoir une liaison sans lendemain.
343
+ Pourquoi aurait-elle fait ces <hon>allégations<hoff> si <p>elles</p> n'étaient pas vraies ?
344
  "Le <hon>pardon<hoff> ne change pas le passé, mais <p>il</p> fait grandir l'avenir".
345
+ J'ai... Comme la <hon>tête<hoff> est la première à se détacher lors de la décomposition, <p>elle</p> a pu descendre la colline durant l'averse de la nuit dernière.
346
+ Cette <hon>épée<hoff> a été forgée dans le souffle du dragon. Et <p>elle</p> m'obéit.
347
+ L' <hon>amie<hoff> de Blake a posté la vidéo sur WeTube. Mais <p>elle</p> ne l'a pas propagée.
348
+ S'ils me mettre à la porte avant que j'aie la chance de gros titre, ma <hon>carrière<hoff> solo est terminée avant qu'<p>elle</p> ne commence.
349
+ Un bon dispositif de sécurité stoppe les <hon>menaces<hoff> avant qu'<p>elles</p> ne soient trop proches.
350
+ Les <hon>circonstances<hoff> sont ce qu'<p>elles</p> sont.
351
+ Cette <hon>maladie<hoff> , <p>elle</p> est partout.
352
+ Donc, Browning a menti sur sa connaissance de la <hon>carte<hoff> SD et l'information qu'<p>elle</p> contenait.
353
+ En me basant sur ce que Mme vasquez vient de me dire, ce <hon>mariage<hoff> a tellement de problèmes, qu'<p>il</p> doit être réel.
354
+ Quand la <hon>lumière<hoff> s'allume, tu dois être exactement à ta place, et tu ne bouges plus jusqu'à ce qu'<p>elle</p> s'éteigne.
355
+ Je me suis retrouvé avec les <hon>épouses<hoff> , et <p>elles</p> ne m'auraient pas laissé partir.
356
+ Bien, si la <hon>victime<hoff> délirait, <p>elle</p> était plus facile a tuer.
 
357
  Quand la <hon>pensée<hoff> d'un verre viendra, et <p>elle</p> viendra... Appelez-moi.
358
+ On veut que vous regardiez des <hon>photos<hoff> , mais je vous préviens, <p>elles</p> sont un peu explicites.
359
+ Les <hon>choses<hoff> sont normales, et puis <p>elles</p> ne le sont plus.
360
+ Tu chauffes ce <hon>truc<hoff> et <p>il</p> se transforme en nourriture ?
361
+ Cette <hon>table<hoff> , <p>elle</p> penche.
362
+ J'ai choisi cet <hon>endroit<hoff> , car <p>il</p> est hors de nos deux juridictions.
363
  Je ne connais pas la nature exacte de ces <hon>affaires<hoff> , même pas de mon mari, mais <p>elles</p> nécessitent son implication urgente.
364
+ Ok, une <hon>porte<hoff> , mais <p>elle</p> ne veut pas s'ouvrir.
365
+ Le <hon>réacteur<hoff> à eau légère est beaucoup plus simple, mais <p>il</p> produit plus de déchets.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
366
  Son <hon>dossier<hoff> d'employé, <p>il</p> doit contenir une adresse.
367
+ Notre <hon>voiture<hoff> , <p>elle</p> est tombée en panne à 30km d'ici.
368
+ Il y a deux mois, un <hon>rapport<hoff> que j'ai écrit a été modifié quand <p>il</p> est passé par votre bureau, mais ton bureau a été fermé depuis plus d'un an.
369
+ Et la <hon>voiture<hoff> sera dans un angle, pour qu'on ait l'impression qu'<p>elle</p> vole.
370
+ <hon>Elle<hoff> devait déjouer le terrorisme, mais <p>elle</p> détecte tout. Des crimes violents impliquant des civils.
 
 
 
371
  Où était la <hon>bombe<hoff> quand <p>elle</p> a explosé ?
372
+ Non, c'est complètement dingue ! La caméra voit même pas la <hon>porte<hoff> quand <p>elle</p> s'ouvre.
373
+ Je...je fais ces grandes <hon>promesses<hoff> , et ensuite... quand <p>elles</p> tombent à plat...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  Si vous réveillez cette <hon>bête<hoff> , <p>elle</p> nous exterminera.
375
+ et tout ton ... ton <hon>corps<hoff> est juste, ... <p>il</p> est très bien.
376
+ Ce que je peux vous dire à propos de la <hon>sous-culture<hoff> c'est qu'<p>elle</p> repousse les barrières.
377
+ Et j'ai la <hon>réponse<hoff> , mais <p>elle</p> n'est pas pertinente pour cette affaire.
378
+ Mes <hon>filles<hoff> ... <p>Elles</p> ont une belle vie.
379
+ Les deux petites <hon>filles<hoff> , âgées de 6 et 7 ans, jouaient vraisemblablement dans cette rue quand <p>elles</p> ont disparu sans laisser de trace.
380
+ Les <hon>firmes<hoff> financières aiment être près d'un pôle internet ainsi <p>elles</p> peuvent effectuer des échanges en quelques pico-secondes plus vite.
 
 
381
  Garde toujours la <hon>corde<hoff> autour de ton poignet, comme ça <p>elle</p> ne glissera pas quand tu attaqueras fort.
382
+ Annie, ma <hon>vie<hoff> ne s'est pas arrêtée quand j'ai cessé de marcher. Et je suis désolé mais <p>elle</p> n'a pas recommencé à la minute je t'ai rencontrée.
383
+ Ta <hon>prise<hoff> de poids est exactement ce qu'<p>elle</p> dois être au 3e trimestre.
384
+ J'ai vu leur <hon>vie<hoff> ensemble, et <p>elle</p> était joyeuse.
385
+ Mais cette <hon>opération<hoff> , <p>elle</p> a la possibilité d'être plus qu'un traitement.
386
+ Quand un vent solaire orageux souffle, cette <hon>zone<hoff> de protection grandit, par temps solaire calme, <p>elle</p> rétrécit.
387
+ Sais-tu que certaines églises ont retiré leurs <hon>fontaines<hoff> d'eau bénie parce qu'ils craigaient qu'<p>elles</p> soient une source d'infection bactérienne ou virale ?
388
+ Il va dans les bars, reçoit aux soirées, tient les cheveux des <hon>filles<hoff> pendant qu'<p>elles</p> vomissent dans leurs sacs.
389
+ Mme Walker, ces <hon>questions<hoff> ne sont pas appropriées, et <p>elles</p> ne sont pas utiles.
390
+ Doux Jesus, met cette <hon>bague<hoff> au doigt de Holly avant qu'<p>elle</p> ne finisse sur celui de violette ".
391
  et la deuxième, si tu dois porter une <hon>jupe<hoff> , <p>elle</p> doit couvrir un peu tes cuisses.
392
+ Si c'est là que ces <hon>choses<hoff> sont fabriquées peut être qu'<p>elles</p> peuvent être défabriquées.
393
+ Ok, j'ai eu cette <hon>laine<hoff> australienne et <p>elle</p> est en soldes.
394
+ Et d'autres <hon>victimes<hoff> aimeraient savoir qu'<p>elles</p> ne sont pas seules.
395
+ Mais les <hon>femmes<hoff> , <p>elles</p> sont différentes, se battent différemment, sentent différemment.
396
+ Les <hon>filles<hoff> de la Patrouille de Sécurité, <p>elles</p> m'ont dit que le rince-œil était cassé, je suis venue en urgence.
397
+ Merci, je garde l' <hon>eau<hoff> des saucisses pour qu'<p>elle</p> prenne le goût.
398
+ C'est génial, mais je vais rendre visite à mes ex <hon>copines<hoff> et prouver qu'<p>elles</p> m'aiment toujours.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  Je prendrai les <hon>choses<hoff> comme <p>elles</p> viendront.
400
+ Ils ont un grand <hon>mur<hoff> derrière lequel se cacher, mais <p>il</p> ne garde qu'un côté.
401
+ Il y a plus de <hon>réunions<hoff> , <p>elles</p> sont plus longues, et il n'arrête pas de parler de fond de retraite, mais je sais que ce n'est qu'un beau lodge à Burning Man.
402
+ Je veux dire, je sais qu'elle pense que je n'en ai pas fait assez avec ma vie considérant, tu sais, mon âge, mais c'est difficile de dire à quelqu'un de si jeune que les <hon>choses<hoff> ne finissent pas toujours de la façon dont on pensait qu'<p>elles</p> finiraient.
403
+ Le <hon>loyer<hoff> est raisonnable, c'est pour cela qu'<p>il</p> est en vogue.
404
+ Elle peut voir le <hon>spectacle<hoff> quand <p>il</p> sera prêt.
405
+ Ton <hon>épée<hoff> ... Est <p>elle</p> solide ?
406
+ Cette <hon>carte<hoff> mère que vous avez trouvée... les démineurs ont confirmé qu'<p>elle</p> faisait partie de l'engin, alors touché.
407
+ Le Mont Everest ici veut garder les <hon>choses<hoff> comme <p>elles</p> sont.
408
+ Regina m'a dit comment cette maudite <hon>chose<hoff> fonctionnait... qu'<p>elle</p> ramenait toutes nos affaires dans ce pays, tout comme nous.
409
+ On est en 2014, et les <hon>femmes<hoff> ont le droit de fréquenter qui <p>elles</p> veulent.
410
+ Ça valait le coup de tuer ces <hon>filles<hoff> , les tenir dans mes mains pendant qu'<p>elles</p> mourraient, sentir leur dernier souffle.
411
+ Ne rendez pas les <hon>choses<hoff> pire qu'<p>elles</p> ne le sont déjà !
412
+ Même l' <hon>eau<hoff> sait sauter d'une plaque de cuisson quand <p>elle</p> est chaude.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  et penser que les <hon>choses<hoff> vont redevenir comme <p>elles</p> étaient.
414
+ La seule sortie, c'est cette <hon>porte<hoff> et <p>elle</p> est fermée.
415
+ Ton <hon>attention<hoff> n'a pas été là où <p>elle</p> devrait être.
416
+ Le <hon>blog<hoff> ne fait pas ce qu'<p>il</p> devrait faire.
417
+ La <hon>glace<hoff> sera livrée à 13 h. Vérifiez qu'<p>elle</p> est propre et pilez-la.
418
+ Ces trois jeunes <hon>femmes<hoff> . ont passé cinq ans en prison, Votre honneur. - cinq ans pour un crime qu'<p>elles</p> n'ont pas commis.
419
+ en fait, je ne suis jamais... d'accord avec tes <hon>méthodes<hoff> , mais parfois <p>elles</p> ont des résultats spectaculaires.
420
+ Le <hon>bar<hoff> est ouvert, et <p>il</p> peut le rester.
421
+ Les <hon>sardines<hoff> ne vivent que quelques années, <p>elles</p> se reproduisent vite.
422
+ Mais je dirais qu'il y a environ cinq autres <hon>personnes<hoff> à Red Springs qui pourraient parler si <p>elles</p> le voulaient.
423
+ La <hon>mort<hoff> de Len Fowler n'était pas ce qu'<p>elle</p> semble être, Dot.
424
+ C'est ce que les <hon>filles<hoff> font, <p>elles</p> sortent avec des mecs.
425
+ Votre honneur, cette <hon>pratique<hoff> n'est pas aussi transparente qu'<p>elle</p> doit l'être, qui pourrait amener les gens à se méfier du programme et résultant la diminution du dons d'organe étant faits.
426
+ Selon sa mère, Elijah était allergique à la laine, et ce <hon>manteau<hoff> est 100% en laine. donc <p>il</p> n'appartenait pas à la victime.
427
+ Là, tu vois cette <hon>pièce<hoff> semble moitié moins grande qu'<p>elle</p> le devrait.
428
+ Ils ont tracé l' <hon>appel<hoff> , <p>il</p> vient d'ici.
429
+ Les <hon>choses<hoff> ne sont pas faciles, mais <p>elles</p> peuvent toujours être bonnes
430
+ Le <hon>nom<hoff> des Ewing ne signifie rien pour toi, mais <p>il</p> représente beaucoup pour moi.
431
+ Les <hon>rumeurs<hoff> dont nous parlions avant, <p>elles</p> ne vont pas sortir.
432
+ Les <hon>femmes<hoff> de votre génération pensent qu'<p>elles</p> doivent être grossières ou personne ne croira en leur force.
433
+ Les prisons sont pleines de <hon>personnes<hoff> qui se sont vengées et, croyez-moi, <p>elles</p> y sont pour une bonne raison.
434
  Tu vois cette <hon>couronne<hoff> , comment <p>elle</p> flotte entre les armes ?
435
+ Les <hon>galaxies<hoff> allaient bien trop vite, si vite qu'<p>elles</p> auraient dû s'éloigner les unes des autres car les étoiles de ces galaxies avaient trop peu de gravité pour retenir l'amas uni.
436
+ Il m'a montré ça, alors que la <hon>vie<hoff> n'avait aucun sens, <p>elle</p> avait sans aucun doute une valeur.
437
+ Et la <hon>personne<hoff> qui connaît la vérité ne veut pas qu'<p>elle</p> soit révélée.
438
+ En chaque homme se trouve une <hon>bête<hoff> et <p>elle</p> émerge quand vous mettez une épée dans leurs mains.
439
+ Mais si les gens à qui s'adresse le <hon>prophète<hoff> passent par cet endroit jour et nuit, alors que fait-<p>il</p> ici ?
440
+ La <hon>science<hoff> n'est pas science jusqu'à ce qu'<p>elle</p> en soit.
441
+ Oui je dis que la <hon>maison<hoff> à l'air au rabais parce qu'<p>elle</p> est au rabais !
442
+ Je veux seulement que le <hon>clan<hoff> bancaire redevienne ce qu'<p>il</p> était autrefois. Un système de commerce équitable.
443
+ Pour moi, c'est le moment où une <hon>scène<hoff> prend la vie qu'<p>elle</p> n'avait pas cinq jours auparavant.
444
+ Le <hon>cèdre<hoff> devra être abattu avant qu'<p>il</p> ne heurte la maison.
445
+ <hon>Il<hoff> doit être exercé régulièrement sinon <p>il</p> devient flasque.
446
+ Le <hon>cerveau<hoff> tentait de comprendre le traumatisme, et <p>il</p> a rempli les blancs.
447
+ La <hon>mission<hoff> a commencé a nous paraitre interminable. d'une certaine manière, beaucoup plus longue que ce qu'<p>elle</p> était auparavant.
448
+ C'est juste que les personnes, et surtout les <hon>femmes<hoff> , ont besoin d'êtres méfiantes à propos de ce qu'<p>elles</p> rendent public.
449
+ Ces <hon>mains<hoff> , ont tremblé par le passé, mais sont maintenant aussi fortes que l'acier qu'<p>elles</p> manient.
450
+ Les <hon>filles<hoff> que tu traites là-bas, <p>elles</p> font pas mal de bruit.
451
+ Pour des <hon>femmes<hoff> dont la vie dépend de risques calculés, <p>elles</p> ont présumé de leurs forces.
452
+ Cet <hon>empire<hoff> , <p>il</p> prospère grâce à moi, et tu veux que je parte.
453
+ Oui, pour faire revenir l' <hon>argent<hoff> dans l'économie, à laquelle <p>il</p> appartient. pas dans ma poche
454
+ Quand la <hon>main<hoff> du patient est relachée directement au dessus du visage, <p>elle</p> devrait heurter directement celui ci.
455
+ Et les <hon>lois<hoff> de la magie sont comme toutes les autres, <p>elles</p> fonctionnent parce que tu leur obéis.
456
+ Alors on doit s'occuper de cette <hon>tache<hoff> avant qu'<p>elle</p> ne reste.
457
+ L'idée c'est que les <hon>choses<hoff> ne sont pas aussi mauvaises qu'<p>elles</p> ont l'air.
458
+ Mais j'ai testé la <hon>bouteille<hoff> que m'a donné M. Blackburn et <p>elle</p> est propre.
459
+ C'est bien ça le problème Tu lui apprends à dégrader et traiter les <hon>femmes<hoff> comme des objets, qu'<p>elles</p> ne servent qu'à satisfaire ses besoins, alors qu'en fait, tu pourrais lui apprendre que le meilleur sexe vient de la complicité.
460
+ Si les <hon>familles<hoff> royales avaient mis la main dessus, <p>elles</p> auraient pu contrôler le monde.
461
  Ce sera votre <hon>maison<hoff> si <p>elle</p> survit.
462
+ Je savais que le <hon>plan<hoff> de Jones était trop astucieux, qu'<p>il</p> devait venir de Bell.
463
+ Oh, je ne rends pas les <hon>choses<hoff> quand <p>elles</p> sont en ma possession.
464
+ Mais sans vouloir offenser la <hon>loi<hoff> , <p>elle</p> ment.
465
+ J'aime le <hon>paprika<hoff> , mais <p>il</p> ne m'aime pas.
466
+ Ou ses <hon>glandes<hoff> surrénales ont pompé tout ce qu'<p>elles</p> avaient dans son système.
467
+ Regardez ces <hon>images<hoff> , <p>elles</p> ne sont pas en temps réel.
468
+ Ils suppriment la <hon>tumeur<hoff> mais <p>elle</p> peut revenir.
469
+ Tu ne peux gagner une guerre sans quelques <hon>morts<hoff> stratégiques, peu importe la douleur qu'<p>elles</p> causent.
470
+ Cette <hon>faim<hoff> que tu ressens, <p>elle</p> va s'accentuer.
471
+ Ici, encore une fois, le <hon>virus<hoff> passe à l'attaque, mais cette fois, les récepteurs auxquels <p>il</p> s'attache flottent librement, et ne font pas partie d'une cellule saine.
472
+ Un jour, un <hon>trident<hoff> apparaît au-dessus de ma tête, puis <p>il</p> est descendu au sud.
 
 
 
 
 
 
 
473
  Thomas dit que c'est pourquoi tu lui a donné la prescription, quand les <hon>choses<hoff> deviennes trop dure et <p>elles</p> le sont devenu
474
+ Aussi terribles soient les <hon>choses<hoff> <p>elles</p> passent.
475
+ Paperback Writer? Enfin, tu sais, on croit toujours avoir le temps de voir ces <hon>légendes<hoff> avant qu'<p>elles</p> partent.
476
+ Est-ce que c'est le <hon>cheval<hoff> , <p>il</p> sait voler?
477
+ Des années après, la rumeur circulait que <hon>Roosevelt<hoff> était au courant de l'attaque et qu'<p>il</p> avait laissé faire.
478
+ Et ce <hon>plan<hoff> , <p>il</p> était ingénieux.
479
+ Je suis peut-être à la tête de cette <hon>banque<hoff> , mais <p>elle</p> est à nous tous.
480
+ Mets la <hon>glace<hoff> dans le congélateur avant qu'<p>elle</p> ne fonde.
481
+ Les <hon>femmes<hoff> ont plus de chances de tomber enceinte, si <p>elles</p> ont un orgasme
482
+ Quand les <hon>sorcières<hoff> reviendront, et <p>elles</p> reviendront, il faudra que tous aient la foi.
483
+ C'est quasi impossible de découper cette <hon>viande<hoff> quand <p>elle</p> vous gèle dans les mains
484
+ Maman, on doit rendre ces livres à la <hon>bibliothèque<hoff> avant qu'<p>elle</p> ne ferme pour de bon.
485
+ Je suppose qu'il avait une <hon>tumeur<hoff> tout près du coeur et qu'<p>elle</p> a grossi rapidement et imprévisiblement.
486
+ Tu sais est ton putain de <hon>bateau<hoff> et tu sais pourquoi <p>il</p> n'est pas ici.
487
+ Je vais rétablir votre <hon>corps<hoff> comme <p>il</p> était avant.
488
+ Vous avez acheté une <hon>voiture<hoff> 400'000 $ et n'avez pas vérifié qu'<p>elle</p> était arrivée ?
489
+ <hon>Elles<hoff> ont dit qu'<p>elles</p> n'avaient pas quitté la maison avant le matin.
 
 
 
 
 
 
 
 
 
 
 
 
490
  Le <hon>ciel<hoff> est où <p>il</p> est toujours .
491
+ Parce que l' <hon>histoire<hoff> peut changer comme <p>elle</p> veut.
492
+ Contrairement aux planètes éloignées du système solaire, les <hon>étoiles<hoff> éloignées de la galaxie allaient à la même vitesse que les étoiles plus près du centre. Et <p>elles</p> bougeaient bien plus vite que prévu.
493
+ Et dès que la <hon>moisissure<hoff> s'installe, <p>elle</p> ne part plus
494
+ Maintenant, écoutez, je ne suis peut être pas un scientifique, mais j'ai un certain <hon>instinct<hoff> , et <p>il</p> me dit que ce mec se dope.
495
+ Nous ne pensons pas que vous ayez fait quelque chose de mal, mais un <hon>rapport<hoff> du médecin légiste va sortir sous peu, et si <p>il</p> dit que son frère était vivant jusqu'au moment de l'explosion
496
+ Déplace ta <hon>caisse<hoff> , <p>elle</p> bloque la mienne !
497
+ Le <hon>serpent<hoff> est en train de te séduire pour faire ce qu'<p>il</p> veut.
498
+ Je sais, il n'est pas à la maison, mais la <hon>moto<hoff> , appartient-<p>elle</p> à un locataire ?
499
+ Les <hon>histoires<hoff> sont assez chiantes mais <p>elles</p> te font te sentir mieux dans ta vie.
500
+ Je veux dire, ce n'est pas le but de la thérapie de transformer votre <hon>vie<hoff> en ce que vous voulez qu'<p>elle</p> soit?
scat.py CHANGED
@@ -97,6 +97,10 @@ class Scat(datasets.GeneratorBasedBuilder):
97
  new_pron = "elles"
98
  if pron.lower() == "il":
99
  new_pron = "elle"
 
 
 
 
100
  if is_cap:
101
  new_pron = new_pron.capitalize()
102
  return txt.replace(f"<p>{pron}</p>", f"<p>{new_pron}</p>")
@@ -179,4 +183,5 @@ class Scat(datasets.GeneratorBasedBuilder):
179
  "fr_with_tags": f,
180
  "contrast_fr_with_tags": contrast_fr,
181
  "has_supporting_context": has_supporting_context,
 
182
  }
 
97
  new_pron = "elles"
98
  if pron.lower() == "il":
99
  new_pron = "elle"
100
+ if pron.lower() == "un":
101
+ new_pron = "une"
102
+ if pron.lower() == "une":
103
+ new_pron = "un"
104
  if is_cap:
105
  new_pron = new_pron.capitalize()
106
  return txt.replace(f"<p>{pron}</p>", f"<p>{new_pron}</p>")
 
183
  "fr_with_tags": f,
184
  "contrast_fr_with_tags": contrast_fr,
185
  "has_supporting_context": has_supporting_context,
186
+ "has_supporting_preceding_context": "<hon>" in cf,
187
  }