gsarti commited on
Commit
a687d50
1 Parent(s): 08e6404

Initial commit

Browse files
README.md CHANGED
@@ -1,3 +1,133 @@
1
  ---
2
- license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ - fr
7
+ language_creators:
8
+ - expert-generated
9
+ license:
10
+ - unknown
11
+ multilinguality:
12
+ - translation
13
+ pretty_name: scat
14
+ size_categories:
15
+ - 10K<n<100K
16
+ source_datasets:
17
+ - original
18
+ tags:
19
+ - contextual mt
20
+ - document mt
21
+ task_categories:
22
+ - translation
23
+ task_ids: []
24
  ---
25
+
26
+ # Dataset Card for SCAT
27
+
28
+ ## Table of Contents
29
+
30
+ - [Dataset Card for SCAT](#dataset-card-for-scat)
31
+ - [Table of Contents](#table-of-contents)
32
+ - [Dataset Description](#dataset-description)
33
+ - [Dataset Summary](#dataset-summary)
34
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
35
+ - [Machine Translation](#machine-translation)
36
+ - [Languages](#languages)
37
+ - [Dataset Structure](#dataset-structure)
38
+ - [Data Instances](#data-instances)
39
+ - [Data Splits](#data-splits)
40
+ - [Dataset Creation](#dataset-creation)
41
+ - [Additional Information](#additional-information)
42
+ - [Dataset Curators](#dataset-curators)
43
+ - [Licensing Information](#licensing-information)
44
+ - [Citation Information](#citation-information)
45
+
46
+ ## Dataset Description
47
+
48
+ - **Repository:** [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat)
49
+ - **Paper:** [ACL 2021](https://aclanthology.org/2021.acl-long.65/)
50
+ - **Point of Contact:** [Kayo Yin](mailto:kayoyin@berkeley.edu)
51
+
52
+ ### Dataset Summary
53
+
54
+ The Supporting Context for Ambiguous Translations corpus (SCAT) is a dataset of English-to-French translations annotated with human rationales used for resolving ambiguity in pronoun anaphora resolution for multi-sentence translation.
55
+
56
+ **Disclaimer**: *The SCAT corpus was released in the ACL 2021 paper ["Do Context-Aware Translation Models Pay the Right Attention?"](https://aclanthology.org/2021.acl-long.65/) by Yin et al. (2021), and an original version of the corpus is hosted on [Github](https://github.com/neulab/contextual-mt/tree/master/data/scat) with no licensing information. This dataset contains a curated version of the original corpus where examples containing nested or malformed tags were removed (refer to the [filter_scat.py](filter_scat.py) script for more details).*
57
+
58
+ ### Supported Tasks and Leaderboards
59
+ #### Machine Translation
60
+ Refer to the [original paper](https://aclanthology.org/2021.acl-long.65/) for additional details on plausibility evaluation for document-level MT systems.
61
+ ### Languages
62
+ The dataset contains source English sentences containing anaphoric pronouns selected from the [OpenSubtitles 2018](https://www.aclweb.org/anthology/L18-1275/) corpus and translated into the French (`fr`)
63
+ ## Dataset Structure
64
+ ### Data Instances
65
+
66
+ The dataset contains a single default configuration. Dataset examples have the following format:
67
+
68
+ ```json
69
+ {
70
+ "id": 0,
71
+ "context_en": "Air, water, the continents. So, what is your project about and what are its chances of winning? - Well, my project is awesome. - Oh, good. I took two plants, and I gave them sun and water",
72
+ "en": "But I gave one special attention to see if <p>it</p> would grow more.",
73
+ "context_fr": "L'air, l'eau, les continents. Donc, quel est le sujet de ton projet et quelles sont ses chances de gagner ? - Bien, mon projet est impressionnant. - Oh, bien. J'ai pris deux <hon>plantes<hoff> , et je leur ai donné de l'eau et du soleil.",
74
+ "fr": "Mais j'ai donné une attention particulière à une pour voir si <p>elle</p> grandit plus.",
75
+ "has_supporting_context": true,
76
+ }
77
+ ```
78
+
79
+ In every example, the pronoun of interest and its translation are surrounded by `<p>...</p>` tags. These are guaranteed to be found in the `en` and `fr` field, respectively.
80
+
81
+ 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.
82
+
83
+ 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`.
84
+
85
+ ### Data Splits
86
+
87
+ The dataset is split into `train`, `validation` and `test` sets. In the following table, we report the number of examples in the original dataset and in this filtered version in which examples containing malformed tags were removed.
88
+
89
+ | Split | # Examples (original) | # Examples (**this**) |
90
+ | :-----------: | :-------------------: | :-------------------: |
91
+ | `train` | 11471 | 11144 |
92
+ | `validation` | 145 | 144 |
93
+ | `test` | 1000 | 973 |
94
+
95
+ ### Dataset Creation
96
+
97
+ From the original paper:
98
+
99
+ >We recruited 20 freelance English-French translators on Upwork. We annotate examples from the contrastive test set by Lopes et al. (2020). This set includes 14K examples from the OpenSubtitles2018 dataset. Through our annotation effort, we obtain 14K examples of supporting context for pronoun anaphora resolution in ambiguous translations selected by professional human translators.
100
+
101
+ Please refer to the original article [Do Context-Aware Translation Models Pay the Right Attention?](https://aclanthology.org/2021.acl-long.65/) for additional information on dataset creation.
102
+
103
+ ## Additional Information
104
+ ### Dataset Curators
105
+
106
+ The original authors of SCAT are the curators of the original released dataset. For problems or updates on this 🤗 Datasets version, please contact [gabriele.sarti996@gmail.com](mailto:gabriele.sarti996@gmail.com).
107
+
108
+ ### Licensing Information
109
+
110
+ The dataset license is unknown.
111
+
112
+ ### Citation Information
113
+ Please cite the authors if you use these corpus in your work.
114
+
115
+ ```bibtex
116
+ @inproceedings{yin-etal-2021-context,
117
+ title = "Do Context-Aware Translation Models Pay the Right Attention?",
118
+ author = "Yin, Kayo and
119
+ Fernandes, Patrick and
120
+ Pruthi, Danish and
121
+ Chaudhary, Aditi and
122
+ Martins, Andr{\'e} F. T. and
123
+ Neubig, Graham",
124
+ booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
125
+ month = aug,
126
+ year = "2021",
127
+ address = "Online",
128
+ publisher = "Association for Computational Linguistics",
129
+ url = "https://aclanthology.org/2021.acl-long.65",
130
+ doi = "10.18653/v1/2021.acl-long.65",
131
+ pages = "788--801",
132
+ }
133
+ ```
filter_scat.py ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Script used to filter malformed examples from the original SCAT corpus.
2
+
3
+ To run, copy original SCAT files from https://github.com/neulab/contextual-mt/tree/master/data/scat under the same
4
+ path of the script. Filtered files will be created in the filtered_scat folder.
5
+
6
+ Uncomment lines to save dropped malformed sentences into separate files for inspection.
7
+ """
8
+
9
+ import re
10
+ from pathlib import Path
11
+
12
+ def drop_malformed_tags(
13
+ split: str,
14
+ save_folder: str = "filtered_scat",
15
+ ):
16
+ find_tag_pattern = r"(<hon>|<\/?p>|<hoff>)"
17
+ nested_uninformative_pattern = r"(<hon>\W*(<p>[^<]*</p>)\W*<hoff>)"
18
+
19
+ with open(f"highlighted.{split}.context.en") as f:
20
+ orig_ctx_en = f.readlines()
21
+ with open(f"highlighted.{split}.context.fr") as f:
22
+ orig_ctx_fr = f.readlines()
23
+ with open(f"highlighted.{split}.en") as f:
24
+ orig_tgt_en = f.readlines()
25
+ with open(f"highlighted.{split}.fr") as f:
26
+ orig_tgt_fr = f.readlines()
27
+
28
+ print("# of context examples: EN -", len(orig_ctx_en), "FR -", len(orig_ctx_fr))
29
+ print("# of target examples: EN -", len(orig_tgt_en), "FR -", len(orig_tgt_fr))
30
+
31
+ ctx_en = []
32
+ ctx_fr = []
33
+ tgt_en = []
34
+ tgt_fr = []
35
+
36
+ #drop_ctx_en = []
37
+ #drop_ctx_fr = []
38
+ #drop_tgt_en = []
39
+ #drop_tgt_fr = []
40
+
41
+ for ex_idx in range(len(orig_ctx_en)):
42
+ drop = False
43
+ txt_list = [orig_ctx_en[ex_idx], orig_tgt_en[ex_idx], orig_ctx_fr[ex_idx], orig_tgt_fr[ex_idx]]
44
+
45
+ # Nested tags like <hon><p>it</p><hoff> are uninformative and simply mean the supporting context wasn't found
46
+ # in the source. We replace them with the inner tag <p>it</p> so that the tag is dropped for the next step.
47
+ for i in range(len(txt_list)):
48
+ for uninformative_match, nested_tag in re.findall(nested_uninformative_pattern, txt_list[i]):
49
+ txt_list[i] = txt_list[i].replace(uninformative_match, nested_tag)
50
+ txt = " ".join(txt_list)
51
+
52
+ matches = [(m.group(0),) + m.span() for m in re.finditer(find_tag_pattern, txt)]
53
+
54
+ if len(matches) > 0 and len(matches) % 2 == 0:
55
+ for match_idx in range(0, len(matches), 2):
56
+
57
+ # The last condition is added to drop malformed examples in which all spans matching
58
+ # the target pronoun have been tagged with <p>...</p>
59
+ # e.g. "Well, you're certainly not talking about the algor<p>it</p>hm project, because <p>it</p> would
60
+ # be unthinkable for you to derail <p>it</p> at this point."
61
+ if not (
62
+ (matches[match_idx][0] == "<hon>" and matches[match_idx+1][0] == "<hoff>") or
63
+ (matches[match_idx][0] == "<p>" and matches[match_idx+1][0] == "</p>") or
64
+ (matches[match_idx][2] < matches[match_idx+1][1]) or
65
+ (len([m == "<p>" for m in matches]) == 2)
66
+ ):
67
+ drop = True
68
+ break
69
+ else:
70
+ drop = True
71
+ if not drop:
72
+ ctx_en.append(txt_list[0])
73
+ ctx_fr.append(txt_list[2])
74
+ tgt_en.append(txt_list[1])
75
+ tgt_fr.append(txt_list[3])
76
+ #else:
77
+ # drop_ctx_en.append(txt_list[0])
78
+ # drop_ctx_fr.append(txt_list[2])
79
+ # drop_tgt_en.append(txt_list[1])
80
+ # drop_tgt_fr.append(txt_list[3])
81
+ # print("Dropped example:", txt)
82
+
83
+ print("# of dropped examples:", len(orig_ctx_en) - len(ctx_en))
84
+ print("# of filtered examples:", len(ctx_en))
85
+
86
+ save_folder = Path(save_folder)
87
+ save_folder.mkdir(parents=True, exist_ok=True)
88
+ with open(save_folder / f"filtered.{split}.context.en", "w") as f:
89
+ f.writelines(ctx_en)
90
+ with open(save_folder / f"filtered.{split}.context.fr", "w") as f:
91
+ f.writelines(ctx_fr)
92
+ with open(save_folder / f"filtered.{split}.en", "w") as f:
93
+ f.writelines(tgt_en)
94
+ with open(save_folder / f"filtered.{split}.fr", "w") as f:
95
+ f.writelines(tgt_fr)
96
+
97
+ #with open(save_folder / f"dropped.{split}.context.en", "w") as f:
98
+ # f.writelines(drop_ctx_en)
99
+ #with open(save_folder / f"dropped.{split}.context.fr", "w") as f:
100
+ # f.writelines(drop_ctx_fr)
101
+ #with open(save_folder / f"dropped.{split}.en", "w") as f:
102
+ # f.writelines(drop_tgt_en)
103
+ #with open(save_folder / f"dropped.{split}.fr", "w") as f:
104
+ # f.writelines(drop_tgt_fr)
105
+
106
+ print("Files written to the filtered_scat folder")
107
+
108
+ if __name__ == "__main__":
109
+ drop_malformed_tags("train")
110
+ drop_malformed_tags("valid")
111
+ drop_malformed_tags("test")
filtered_scat/filtered.test.context.en ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.test.context.fr ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.test.en ADDED
@@ -0,0 +1,973 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ It's just <p>they</p>'ve fallen quite randomly, you'd really notice if one was gone?
2
+ But I gave one special attention to see if <p>it</p> would grow more.
3
+ The only question, Harold, is why <p>it</p> didn't protect you.
4
+ And why would <p>it</p> be on somebody's parking pass?
5
+ If the room is too hot, <p>they</p>'ll think it's spring.
6
+ The thing is, <p>it</p> has not been about what I need since the day that I had them.
7
+ <p>they</p> chart the same course, invade the same cells, wreak the same havoc.
8
+ Digging into victim number two's past, <p>it</p> turns out meth isn't the only thing Mark Coleman had done.
9
+ Ah, that's 'cause <p>it</p> f<p>it</p>s.
10
+ And <p>they</p>'ve been nothing but crap to me since I first came to town. No.
11
+ This finger looks burnt, but <p>it</p>'s not, <p>it</p>'s necrotic.
12
+ As such, I would have expected you to see the s<p>it</p>uation and understand <p>it</p> for what <p>it</p> is.
13
+ Everest over here wants to keep things just how <p>they</p> were.
14
+ Oh, yes, <p>they</p> are, with their hair and their thoughts, and...
15
+ Do you think things between us will go back to the way <p>they</p> usually are next week?
16
+ 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.
17
+ And when we drive them off, what then? Will <p>they</p> not spread to other lands?
18
+ 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.
19
+ I hate to say it, but <p>they</p> just skim the surface.
20
+ I've been reusing the hot dog water so <p>it</p> gets more flavor.
21
+ Ms. Walker, those questions are inappropriate, and <p>they</p> are not helpful.
22
+ Yeah, well, <p>it</p> better.
23
+ How many tickets are <p>they</p> gonna buy?
24
+ Even so, <p>they</p> can only survive for less than ten minutes in the midday sun.
25
+ I thought she'd find <p>it</p> romantic.
26
+ We'll knock this town on <p>it</p>s ass and then kick <p>it</p> in the face if <p>it</p> even tries to fight back.
27
+ And I threw a rock at <p>it</p>, and <p>it</p> exploded.
28
+ But <p>it</p>'s a b<p>it</p> too high.
29
+ I'm making a l<p>it</p>tle money, and <p>it</p> is time for me to stand on my own two feet.
30
+ Then <p>it</p> did.
31
+ But when I left, <p>they</p> were fine.
32
+ I'm sure <p>it</p>'s a fake.
33
+ 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...
34
+ Had <p>it</p> towed in.
35
+ 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.
36
+ I see things as <p>they</p> are.
37
+ Yes I'm saying the house looks cheap, because <p>it</p> is cheap!
38
+ The second he passed out, <p>they</p> would have fallen in his lap.
39
+ The hosp<p>it</p>al said <p>it</p> was, uh, Lynch something.
40
+ They're sharp-edged... Burning... like <p>they</p>'re trying to eat the meat off my bones from the inside.
41
+ I want their info, <p>they</p>'re giving it to me straight up.
42
+ Don't make things any worse than <p>they</p> already are!
43
+ The rental is reasonable, that's why <p>it</p>'s very popular.
44
+ The ice will be delivered at 1:00. Make sure <p>it</p>'s clean and chipped into pieces.
45
+ I'm well aware <p>it</p> sounds bananas. But looking at the fossil record, knowing what I know about this infection, you cannot say for certain <p>it</p> isn't what killed off the dinosaurs.
46
+ That's what <p>they</p>'re good for!
47
+ I do, but that's because Olivia... (Sighs) Let's just say that things aren't always as <p>they</p> seem.
48
+ Do you know where <p>it</p> is?
49
+ A serpent can shed <p>it</p>s skin, but <p>it</p> is still a serpent.
50
+ Well, <p>it</p>'s a carrier, but <p>it</p>s virus count is low, so <p>it</p>'s not fully developed.
51
+ Yeah, <p>it</p> was on the ground.
52
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
53
+ I designed The Machine to detect acts of terror but <p>it</p> sees everything, violent crimes involving ordinary people.
54
+ You know, <p>it</p> turns out they have some significant pol<p>it</p>ical and cultural pieces, too.
55
+ These overprotected kids. One day or another, <p>they</p> want to experiment new things.
56
+ They find out you stole it, <p>they</p> would...
57
+ She didn't say <p>they</p> died.
58
+ 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.
59
+ No, <p>they</p>'re just pretending to be so that all of you will like them!
60
+ Is <p>it</p> big enough?
61
+ And when the soccer ball h<p>it</p> your chest, <p>it</p> dislodged <p>it</p>, causing the tear in your lung and a small pneumothorax.
62
+ In Washington, populated by working-class women, <p>they</p> were getting a fraction of the salaries <p>they</p> felt <p>they</p> should be getting.
63
+ At this age, <p>they</p>'re vulnerable and valuable.
64
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
65
+ I didn't even know <p>it</p> was on the market.
66
+ Ultimately, <p>it</p> collides against the bottom and returns to the waters to the surface, where the weather warms up.
67
+ We want her to empower this fowl. We want <p>it</p> blessed and anything that tries to fight <p>it</p>, dead.
68
+ It doesn't eat what <p>it</p> kills.
69
+ You have a microchip in your brain... and <p>it</p>'s malfunctioning.
70
+ And <p>they</p>'d probably be pretty excited about the work you did last summer in Haiti.
71
+ I think I remember we asked for an AC-130 Spectre gunship to lo<p>it</p>er on the Afghanistan side, but e<p>it</p>her <p>it</p> didn't get authorized or <p>it</p> didn't show up.
72
+ The blog isn't accomplishing what <p>it</p> should.
73
+ He showed me that, while life may not have any meaning, <p>it</p> certainly has value.
74
+ In ancient Egypt, <p>it</p> had <p>it</p>s own hieroglyph.
75
+ Oh, <p>it</p> landed on the deck-.
76
+ And this plan, <p>it</p> was so clever.
77
+ So that all the girls of India will learn a lesson that <p>they</p> shouldn't dare trick innocent guys into 498a.
78
+ Um, no, <p>they</p>'re right there behind the security desk.
79
+ Yeah, I know, he's not home, but the motorcycle, does <p>it</p> belong to a renter?
80
+ Does <p>it</p> come w<p>it</p>h a bulletproof vest?
81
+ The sexy thing about him, he can look at a plain ol' house and see how amazing <p>it</p> could be w<p>it</p>h just a l<p>it</p>tle work.
82
+ If we don't and <p>it</p> falls into nazi hands, It will mean the end of mankind as we know <p>it</p>.
83
+ Yes, <p>it</p> is.
84
+ I got caught up with the wives, and <p>they</p> would not let me go.
85
+ So, went to the pet store, bought this aquarium, but then we started looking at <p>it</p>, realized how lonely <p>it</p> looked, which meant, of course...
86
+ It's possible <p>they</p> were involved in these losses personally and now feel <p>they</p> need to act.
87
+ Well, <p>they</p> agreed to hold off on contacting any news outlets.
88
+ Let's make <p>it</p> a happy one.
89
+ I did the test myself, and <p>it</p> failed.
90
+ Well, let's hope <p>they</p>'re just shy, not dead, too.
91
+ He had an alibi, and <p>it</p> checked out.
92
+ Yes, <p>it</p> did.
93
+ You can't win a war without a few strategic losses, no matter how regrettable <p>they</p> may be.
94
+ Things would go back to the way <p>they</p> were.
95
+ All those girls in high school you fishhooked, <p>they</p> didn't like it.
96
+ Maybe <p>it</p> needs to burn.
97
+ If this storm is as bad as we think <p>it</p> is, - we're never going to survive.
98
+ My grandfather left <p>it</p> to me, but because I disowned my inher<p>it</p>ance, <p>it</p> defaulted to my brother.
99
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
100
+ I bet <p>they</p>'re from that tennis pro I met at the MA seminar.
101
+ "Or <p>they</p> destroy you."
102
+ They say <p>they</p> didn't leave the house until school next morning.
103
+ I'm sure <p>it</p> is.
104
+ <hon>Is <p>it</p> getting<hoff> , like, crazy hot in here?
105
+ No, I will give the baby my name and <p>it</p> will see my face.
106
+ 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.
107
+ When a business fails, <p>it</p> dies, and a new, better one takes <p>it</p>s place.
108
+ Well, <p>it</p> packs qu<p>it</p>e a wallop. You'd be surprised.
109
+ I didn't say <p>they</p> "don't grow more attractive,"
110
+ You nearly destroy the school when <p>it</p>'s finally about to make a prof<p>it</p>?
111
+ And then, suddenly, <p>it</p> would sometimes have that... That screeching sound just out of the blue like we h<p>it</p> a pack of cats.
112
+ Costly, were <p>they</p> not?
113
+ I knew that Jones' plan was too ingenious, that <p>it</p> had to have come from Bell.
114
+ The shot could've come through the window, but unless <p>it</p> originated in a truck or an S.U.V., <p>it</p>'s borderline.
115
+ Like, I had to, like, shed that scaly skin 'cause <p>it</p> just didn't su<p>it</p> me anymore, you know?
116
+ W<p>it</p>hout power to the coolant system, <p>it</p>'ll be hot as hell in there.
117
+ There's some baked chicken but <p>it</p> looks a l<p>it</p>tle gray.
118
+ 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.
119
+ I didn't realize how brilliant <p>it</p> was then.
120
+ You were on the train when <p>it</p> disappeared.
121
+ I had a sick pig, <p>it</p> died quick.
122
+ Then I could boost power to the system, make sure <p>it</p> feels every vibration.
123
+ Well, your weight gain is right where <p>it</p> should be for the third trimester.
124
+ When stormy solar winds blow, this zone of protection grows; in calm solar weather, <p>it</p> shrinks.
125
+ Girls wait till <p>they</p>'re older, till <p>they</p> can get piercings and STDs and call their mom a bag of cunts.
126
+ Well, I think <p>they</p>'re, uh... you know.
127
+ Why would Leeds give you this key card w<p>it</p>hout telling you what <p>it</p> was for?
128
+ They love me 'cause <p>they</p> know I would do anything to make her happy.
129
+ Now <p>it</p> is w<p>it</p>h you as well.
130
+ So our victims were either transported from the '90s or <p>they</p> work for Hillary Clinton or our killer was a scrunchie freak.
131
+ Because, believe me, <p>they</p> won't last two days in a Mexican prison.
132
+ You know, whenever I h<p>it</p> a red light, I used to pray <p>it</p> wouldn't crap out on me.
133
+ - but that gall bladder... <p>it</p> had several adhesions. - Oh.
134
+ What is <p>it</p> now, mouse?
135
+ The way <p>they</p> look at me.
136
+ - No, I don't think so. I don't think <p>they</p> can do my job.
137
+ If the girls had access to a phone and <p>they</p> were okay, <p>they</p> would have called for help by now.
138
+ I mean, isn't that the point of therapy, to make your life into what you want <p>it</p> to be?
139
+ I need to know if... Can I keep this murder in my heart, or will <p>it</p> get out where <p>it</p> can do some real harm?
140
+ They're small, <p>they</p>'re rubbery, and <p>they</p> got no flavor.
141
+ Those bitches are finally going to get what <p>they</p> deserve.
142
+ And don't get arrested, and <p>they</p> keep their jobs and don't have the whole bloody world thinking <p>they</p>'re "deviant freaks."
143
+ The only thing worse than trying to get <p>it</p> down is wa<p>it</p>ing for <p>it</p> to come back up.
144
+ Seriously, those fuckers will fuck you up w<p>it</p>h the water in the gullies if <p>it</p> rains tomorrow.
145
+ But <p>it</p> is going to make <p>it</p> bigger still.
146
+ 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.
147
+ My name is Sue but <p>they</p> call me Boomer because I am always coming back.
148
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
149
+ Steel-toed boots may be the punk style, but <p>they</p> definitely clashed with his skull.
150
+ They told you to brush your tooth. You didn't, <p>it</p> fell out!
151
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
152
+ You know where your fucking ship is and you know why <p>it</p>'s not here.
153
+ Did <p>they</p>?
154
+ I like paprika, but <p>it</p> doesn't like me.
155
+ No way a guy like Sloan wouldn't wash his sheets, so <p>they</p>'re fresh.
156
+ Yeah, these Facebook connections, <p>they</p> rarely pan out.
157
+ A good security setup stops threats before <p>they</p> ever get close.
158
+ Sometimes, when she didn't have the cash, he would let <p>it</p> slide just to help her out.
159
+ - where <p>they</p> should be.
160
+ I guess my clothes <p>it</p> is dry, right?
161
+ Whenever you say it, <p>they</p> start controlling you.
162
+ 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.
163
+ 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
164
+ How does <p>it</p> haunt you?
165
+ It is 2014, and women are allowed to have relations with whomever <p>they</p> want.
166
+ Don't <p>they</p> have a right to know that he's alive and so close by?
167
+ The mission has stretched on ahead of us, somehow longer than <p>it</p> had been before.
168
+ You can't run away from a cloud after all, so here <p>it</p> lies, gathering dust.
169
+ 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.
170
+ And <p>it</p>'s a match to the D.N.A.
171
+ The process, as <p>it</p> stands now, is tedious, highly imperfect- - I believe <p>it</p> can be improved upon.
172
+ I don't even remember what color <p>it</p> was.
173
+ Ended Knox's football career before <p>it</p> really started.
174
+ And then I just came in, <p>it</p> just wasn't there no more.
175
+ The ball knocked <p>it</p> over and <p>it</p> broke.
176
+ I just don't understand why we can't keep things the way <p>they</p> are.
177
+ 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 w<p>it</p>h prost<p>it</p>utes and intravenous drug users, then you need to change that law.
178
+ Best I send my own men, to ensure <p>it</p> arrives at intended destination.
179
+ - Vee, I want you to talk to the girls at the hospital, see what <p>they</p> can tell us.
180
+ Oh, <p>it</p> is.
181
+ If the van came out, <p>it</p> would have had to pass by one of them.
182
+ I invested <p>it</p> w<p>it</p>h a Wall Street man that said <p>it</p> couldn't lose.
183
+ If <p>it</p> is in public, <p>it</p> is in danger.
184
+ I'd almost say yes, <p>they</p>'re so lovely.
185
+ - Better if <p>it</p> were.
186
+ Emir's evidence is being heard in closed session and that is where <p>it</p> will remain.
187
+ 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.
188
+ Years later, this report came out that Roosevelt might have known Pearl Harbor was coming and let <p>it</p> happen.
189
+ But <p>it</p> became so much more.
190
+ The liquid in the bottle-- <p>it</p> worked.
191
+ Sorry but <p>it</p> appears Miss Hunter is trapped in a box.
192
+ If I can train <p>it</p>, <p>it</p> 'll leave Toothless alone.
193
+ Pump some water on that steel so <p>it</p> doesn't overheat!
194
+ If <p>they</p>'re going to demonstrate for Miss America, I'm going to be there.
195
+ 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.
196
+ 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.
197
+ Make sure <p>they</p>'re ready.
198
+ 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.
199
+ That's all <p>it</p> does and <p>it</p> does <p>it</p> quickly.
200
+ So <p>it</p> must remain.
201
+ It's time to send this cockroach back to the hell <p>it</p> came from.
202
+ When she was 12 years old, she was... She was obsessed with unicorns because <p>they</p> were magical and <p>they</p> could do great things, you know?
203
+ Women of your generation think <p>they</p> have to be crass or no one will believe their strength.
204
+ Don't always enjoy these little tropical vacations, but <p>they</p>'re never dull. [Grunts]
205
+ This is how <p>it</p> pop open, and blood spray every place.
206
+ But <p>it</p> has done damage to her spine.
207
+ These people up here, <p>they</p>'ve work too hard to see all of their efforts destroyed by one deranged individual.
208
+ 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 indefin<p>it</p>ely.
209
+ Yes, <p>it</p>'s in the infirmary already.
210
+ I just hope <p>it</p> doesn't cause awkwardness, you know, in the house.
211
+ If they're right, this gene doesn't help you live longer, <p>it</p> makes you die sooner.
212
+ They had completely different careers, and <p>they</p> lived in different parts of town.
213
+ Situations like these don't build character, <p>they</p> reveal it.
214
+ The Reagan administration revealed today that after a month-long review, <p>it</p> will honor the agreement w<p>it</p>h Iran that led to the release of the 52 American hostages.
215
+ And then <p>they</p> ripped up my dress so now I have nothing to wear.
216
+ A naturalist once came upon the cocoon of this rare creature, just as <p>it</p> was struggling to emerge in <p>it</p>s new form.
217
+ This poem, <p>it</p> reminds me of the day my babies were born.
218
+ Correct me if I'm wrong, but <p>they</p> were sitting next to each other.
219
+ And if <p>it</p> doesn't talk?
220
+ But I'd say there are about five other people back in Red Springs who could talk if <p>they</p> wanted to.
221
+ The tab is open, and <p>it</p> can stay open.
222
+ Well, <p>they</p>'ve sucked!
223
+ So <p>it</p> simply flushes out the system w<p>it</p>hout causing any infection.
224
+ Get this stuff off of me, and let's put <p>it</p> somewhere where <p>it</p> can do some good.
225
+ And <p>it</p> was by the lake that's only sometimes a lake, but then <p>it</p> dries up.
226
+ "Otherwise <p>it</p> would rotate at maximum speed until <p>it</p> destroyed <p>it</p>self."
227
+ And <p>it</p>'s powerless w<p>it</p>hout you.
228
+ But if we may beg some silk samples from the Great Hall, you could feel for yourselves how taffeta is so stiff <p>it</p> almost stands up on <p>it</p>s own and chiffon so soft that <p>it</p> runs over your skin like water.
229
+ "Things are not what <p>they</p> seem."
230
+ Blake's friend posted the video on WeTube, but she didn't make <p>it</p> go viral.
231
+ And then the candy bean dish right here, we made those at "Color Me Mine," and I know <p>they</p>'re kind of cockeyed, but <p>they</p> remind us both of my crooked smile.
232
+ I think <p>they</p> have a lot of good points. Extremely fine points.
233
+ They've got a big old wall to hide behind, but <p>it</p> only guards one side.
234
+ But one day, I was licking <p>it</p>, and <p>it</p> gave me a splinter in my tongue.
235
+ In my experience, <p>it</p> wouldn't.
236
+ Which explains why, when he took that blow to the stomach, <p>it</p> fractured his vertebrae.
237
+ Don't you think we should start w<p>it</p>h fixing the flagpole before <p>it</p> falls on a parent's car again?
238
+ That room shouldn't, on paper, be a great drum room, because <p>it</p>'s like a big old square room.
239
+ Yes, and had I known <p>it</p> belonged to Nasse House, I should have come ashore there, but I didn't.
240
+ The light water reactor is a much simpler reactor, but <p>it</p> produces much more waste.
241
+ We'll know where <p>it</p>'s going and what <p>it</p>'s for.
242
+ 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.
243
+ The only way out is through that door, and <p>it</p>'s locked.
244
+ It is interesting to note that the patient denied thatthebabywas dead because <p>it</p> had no hole in <p>it</p>.
245
+ But what <p>they</p> love about him is him going out on that boat with that chick in the rain with them stupid ducks.
246
+ 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.
247
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
248
+ 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.
249
+ Phrenologists believe that <p>it</p> controls one's knowing faculties.
250
+ Maybe <p>it</p> never will.
251
+ The Ewing name might not mean anything to you, but <p>it</p> means something to me.
252
+ And <p>it</p> broke down on us right on the eisenhower, of course.
253
+ Ok, I got this Australian wool and <p>it</p> is on sale,
254
+ Meaning your focus hasn't been where <p>it</p> usually is.
255
+ When <p>they</p> do show up, <p>they</p> should obviously be well-dressed.
256
+ Things are fine as <p>they</p> are.
257
+ Looks like <p>it</p> missed the big artery in there.
258
+ And yet the vast desert <p>it</p> created is a source of life half a world away.
259
+ 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.
260
+ Just, <p>they</p>'re like the human version of pleated pants.
261
+ Things are normal, and then <p>they</p>'re not.
262
+ - I was vain enough to put on new shoes for this visit, <p>they</p> are pinching me horribly.
263
+ Be sure you get plenty on his tail or <p>it</p> won't get as poofy as he likes <p>it</p>.
264
+ Its vast bill means <p>it</p> has trouble balancing.
265
+ So, the horse, <p>it</p> can fly?
266
+ I think <p>it</p>'s trying to be funny.
267
+ As far South as <p>they</p> could.
268
+ But don't mix milk and vodka thinking <p>it</p> tastes the same, cos <p>it</p> does not.
269
+ If <p>they</p> like his territory, <p>they</p> might stay a while.
270
+ That's gonna make <p>it</p> legal.
271
+ - Is <p>it</p> gone?
272
+ The boy knows where <p>it</p> is.
273
+ And I have the answer, but <p>it</p>'s not relevant to this case.
274
+ But if my blind subject were suddenly to become... Self-aware, <p>it</p>'d e<p>it</p>her be a Eureka moment or...
275
+ I only want the Banking Clan to be what <p>it</p> once was, a fair system of trade and commerce.
276
+ If our immune systems can't see <p>it</p>, <p>it</p> won't react.
277
+ Your drink is only about half as full as <p>it</p> should be, Frank.
278
+ 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.
279
+ And anyway, the building has secur<p>it</p>y, so there-- <p>it</p>'s more secure than this place.
280
+ If they toss me out before I had a chance to headline, my solo career is over before <p>it</p> starts.
281
+ Is <p>it</p> hermetically sealed?
282
+ And <p>it</p> took about a dozen arrows.
283
+ Maybe <p>it</p> is.
284
+ Now if anything goes wrong, the code is "<p>it</p>'s getting late."
285
+ On your right, you see a harmless l<p>it</p>tle street were <p>it</p> not for a building where a well known local lady was found assassinated three days ago.
286
+ Things can't continue the way <p>they</p> are.
287
+ You give those women something <p>they</p> want, <p>they</p> will respect you for it.
288
+ Now push that piece of sh<p>it</p> back to the fucking garage where the fuck <p>it</p> belongs.
289
+ But <p>they</p> can't because of laws and stuff.
290
+ Wherever wonderboy is, I hope <p>it</p>'s not near Wall Street, because that's where Donnelly's heading.
291
+ All the other girls, for their talent, were juggling knives, as <p>they</p> always do.
292
+ The camera doesn't even see the door when <p>it</p> opens.
293
+ My grades, <p>they</p> never dropped.
294
+ So I gave them what <p>they</p> needed.
295
+ Look, I don't know about any of that, but here <p>it</p> ain't.
296
+ But it's a terrible situation for the women. I always think that <p>they</p> also began life to be somebody's baby.
297
+ I haven't thought about this night in ages-- 1919, the opera house just before <p>it</p> burned.
298
+ Financial firms like to co-locate with internet hubs so <p>they</p> can get their trades in a few picoseconds faster.
299
+ ( Nervous chuckle ) What should <p>it</p> be trying to convey?
300
+ Yes, <p>they</p> do.
301
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
302
+ And if <p>they</p> do, you lose yours.
303
+ But <p>it</p> swallowed the rabb<p>it</p>.
304
+ 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.
305
+ But I tested the bottle that Mr. Blackburn gave us and <p>it</p>'s clean.
306
+ Women have this image of a man in their head that <p>they</p>'ve had since <p>they</p> were little girls watching princess movies and playing with their daddies.
307
+ He knows <p>they</p>'re vulnerable.
308
+ Girls just, uh, <p>they</p> just went up to bed.
309
+ But <p>they</p>'re mine.
310
+ And I tried to help her after <p>they</p> left.
311
+ - Well, I'm not sure where <p>it</p> is.
312
+ But begging the law's pardon, <p>it</p> lies.
313
+ Well, clearly, your body wasn't ready to take <p>it</p> all in and whatever <p>it</p> is w<p>it</p>h your dad, <p>it</p>'s too big for your actual conscious mind to take in and your nervous system, and so <p>it</p>'s coming out your skin and your stomach.
314
+ Um, and for me, that's really where a scene gets life that <p>it</p> doesn't have for the previous five days.
315
+ The women can ask what <p>they</p> want, but <p>they</p> won't understand.
316
+ But <p>they</p> will thank me because I waited until... (BELL DINGS)
317
+ And once mildew comes, <p>it</p> never leaves.
318
+ I'm really good at fixing <p>it</p> when <p>it</p> freezes.
319
+ This job may look easy, but <p>it</p> isn't.
320
+ They had to remove <p>it</p> from the tank before <p>it</p> infected all the other fish.
321
+ And <p>it</p> seats six, so they extended the inv<p>it</p>ation to all of hankmed.
322
+ Make sure <p>it</p>'s locked.
323
+ His stories are kind of a bummer, but <p>they</p>'ll make you feel better about your own life.
324
+ The speaker broke ages ago but, apart from that, <p>it</p> works fine.
325
+ My friends thought that <p>they</p> were lame, but I liked that <p>they</p> were different.
326
+ One day, this trident shows up over my head, and then <p>it</p> started moving south.
327
+ A friend also doesn't make a friend. Feel like an idiot when <p>they</p> ask. What's going on and <p>they</p> tell them "nothing."
328
+ And other victims like to know <p>they</p>'re not alone.
329
+ I had a dream, and <p>it</p> made me go to Aiga.
330
+ 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 <p>it</p>s future.
331
+ You bought a $400,000 car and you didn't check to see if <p>it</p> was here?
332
+ Because, eventually, when my building is complete, <p>it</p> will be 55 floors high. It will weigh 2,223,000 metric tons.
333
+ There's a beast in every man and <p>it</p> stirs when you put a sword in his hand.
334
+ Though <p>they</p> may require some slight reinforcement.
335
+ Then when I turned "Letterman" off, <p>it</p> was back.
336
+ Maybe <p>they</p>'ll leave us alone tonight.
337
+ I... I make these big promises, and then... when <p>they</p> fall flat... Disappear.
338
+ These things are never how <p>they</p> look.
339
+ <hon>She<hoff> wanted <p>it</p> to go to the museum.
340
+ "Women aren't sexy when <p>they</p>'re old."
341
+ What I can tell you about the subculture is <p>it</p> pushes the edge.
342
+ It kills her, as <p>it</p> killed her noble kinsman.
343
+ 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?
344
+ At times, <p>they</p> say <p>they</p> do, but you know women.
345
+ 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.
346
+ Yes, <p>they</p> are.
347
+ I'm pretty sure I ate a pine cone because <p>it</p> told me to.
348
+ Because <p>they</p>'re gonna die soon anyway.
349
+ Things are just the way <p>they</p> are, but <p>they</p> could very well be different.
350
+ It stopped right there, and <p>it</p> dumped Ana's body right over there.
351
+ I bought a picture frame for my desk, and <p>it</p>'s just s<p>it</p>ting there, wa<p>it</p>ing for his face.
352
+ 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.
353
+ She can see the show when <p>it</p>'s ready.
354
+ I think I just came to believe <p>it</p> had malevolent power.
355
+ But women, <p>they</p> look different, fight different, smell different.
356
+ Sardines live only a few years, so <p>they</p> reproduce rapidly.
357
+ They... <p>they</p> were so sweet.
358
+ Amy, when two people get married, even when <p>they</p>'re sure during the wedding, a couple of weeks later, <p>they</p> have what <p>they</p> call in real estate
359
+ Today <p>it</p> is buying your workers, but <p>it</p> always pays - the poor w<p>it</p>h thin air.
360
+ You know how <p>they</p> died.
361
+ Or her adrenal glands pumped everything <p>they</p> had into her system.
362
+ My girls... <p>they</p> have good life.
363
+ We never see the beauty of life anymore, but only what <p>it</p> can do to our species, what <p>it</p> can produce for us.
364
+ Their tears ran of blood, and <p>they</p> had snakes for hair.
365
+ No, you don't have to, I just have to look around, all your photographs, <p>they</p> say it all.
366
+ If gasoline is their food, then why do <p>they</p> have teeth?
367
+ BEATRIX: A gerbil was born and <p>it</p> looked like a chewed tomato.
368
+ The skin is dry, <p>it</p>'s inelastic.
369
+ And that <p>it</p> ran off before we all got a go.
370
+ And <p>they</p> like Bea.
371
+ Just when you think your day couldn't get any worse, <p>it</p> got worse.
372
+ Yes, and I would rather <p>it</p> didn't get out.
373
+ But <p>it</p> was missing.
374
+ Women do what <p>they</p> do.
375
+ - Yeah, <p>they</p> did.
376
+ My good friend POTUS, my Gamma Chi brother, is gonna summon me to his office and he's gonna show me a sword and he's gonna tell me to take the sword and slide <p>it</p> down my throat until <p>it</p> comes out my ass.
377
+ You play w<p>it</p>h a snake long enough, <p>it</p>'ll b<p>it</p>e you.
378
+ What will <p>they</p> do to her?
379
+ We have so much going on in building this relationship, and <p>it</p>'s fragile, and you're bailing on us.
380
+ If the royal families got ahold of it, <p>they</p> could control the world.
381
+ So I think <p>they</p>'ll notice by dinnertime...
382
+ So <p>they</p> GPS the location, bulldoze the homes, and kill the natives.
383
+ And as the brain tried to make sense of the trauma, <p>it</p> filled in some details.
384
+ 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.
385
+ You say that word so often <p>it</p> has no meaning.
386
+ The skinwalker sounds and looks like his victims, but he doesn't know what <p>they</p> know.
387
+ The building that you're keeping her in, <p>it</p> might not be a prison, but <p>it</p> did seem adequately secure.
388
+ If a rhino was as big as a whale, could <p>it</p> beat a whale?
389
+ Wow, <p>they</p> are smooth.
390
+ Is <p>it</p> heading toward Eren?
391
+ This photo proves that <p>they</p> were the last ones to see him alive, yet none of them gave statements to the cops.
392
+ This sword was forged in a dragon's breath and <p>it</p> will do my bidding.
393
+ I may be in charge of this bank, but <p>it</p>'s not mine. It's ours.
394
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
395
+ Len Fowler's death wasn't all <p>it</p> seems, Dot.
396
+ ...<p>they</p> can still maintain enough insecurity to be vulnerable, which is attractive.
397
+ Yeah, <p>it</p> says right here, "no known weaknesses."
398
+ They're his predators, and he believes <p>they</p>'re out to get him.
399
+ And how far has <p>it</p> gone already?
400
+ 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.
401
+ If two girls saw us walking down the street, <p>they</p>'d say, "hey, those guys are twins.
402
+ The board actually thinks <p>it</p> sells the image-- genius, iconoclast.
403
+ And <p>they</p> told me some things. Okay? Unkind things.
404
+ This ship is millions of years old, <p>it</p>'ll never fly.
405
+ We've recreated this settlement exactly as <p>it</p> was 100 years earlier.
406
+ But <p>it</p> has to.
407
+ Women date men on death row because <p>they</p> know where <p>they</p> are every minute of the day, and that makes them feel secure.
408
+ Were <p>they</p> in each others' arms?
409
+ They relax, <p>they</p> laugh, things start moving.
410
+ Yeah, <p>they</p>'re graphic.
411
+ I just wish things could be the way <p>they</p> used to be,
412
+ This thing is too powerful, and I want <p>it</p> to die.
413
+ They just want to come home, and <p>they</p> need your help.
414
+ Women are more likely to conceive if <p>they</p> have an orgasm.
415
+ This is what girls do, <p>they</p> date boys.
416
+ How did the heart do that when <p>it</p> was younger?
417
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
418
+ I see people like that, I wish <p>they</p>'d just go.
419
+ Whenever <p>they</p>'ve had a bad day at work or at home, They've come to us!
420
+ 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.
421
+ Well, <p>it</p> came w<p>it</p>h this cake cutter, and I just wanted to hold a weapon I can actually use.
422
+ The point is, things aren't really as bad as <p>they</p> make them sound.
423
+ And once <p>it</p> does, <p>it</p>'ll be time to bring you home.
424
+ I wish <p>they</p> were all like you.
425
+ Apparently <p>it</p> also killed their counterparts on the other side.
426
+ My client, who has no criminal record, was not predisposed to comm<p>it</p> the crime were <p>it</p> not for the egregious and illegal efforts of... of Captain Chapel.
427
+ I just got the two girls, and <p>they</p> could never keep their mouths shut.
428
+ The Knick will have to do the same if <p>it</p> doesn't want to be shuttered.
429
+ Things will go back to exactly as <p>they</p> were?
430
+ But this surgery, <p>it</p> has the potential to be more than just a treatment.
431
+ Gambling is now so prevalent among college students, <p>it</p>'s creating serious problems w<p>it</p>h few easy answers.
432
+ Okay, the three of us, the Inglorious Baxters, are going to reun<p>it</p>e to make a viral video so popular, <p>it</p>'ll make me famous!
433
+ Basically, everything the camera saw when <p>it</p> became motion-activated.
434
+ Things aren't easy, but <p>they</p> can still be good.
435
+ Are <p>they</p> by the, uh, elevators to the important offices?
436
+ I designed the <hon>machine<hoff> to detect acts of terror, but <p>it</p> sees everything.
437
+ Going back to that village before <p>it</p> gets dark.
438
+ There's only three dumps <p>it</p> could have wound up in.
439
+ Well,flint will work regardless how wet <p>it</p> is.
440
+ What did <p>it</p> represent?
441
+ She has the most beautiful heart and <p>it</p> breaks every time someone she loves is hurting.
442
+ 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.
443
+ We believe that people are being abducted as <p>they</p> approach the town line.
444
+ In some cases <p>it</p> does not.
445
+ And some, like this one... <p>they</p> become a part of you.
446
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
447
+ I think <p>it</p> loves you.
448
+ Doesn't mean <p>they</p>'re not important.
449
+ Unfortunately, <p>they</p> only loved him back about 10% of the time.
450
+ It was worth it to kill those girls, to hold them in my hands while <p>they</p> died, felt their last breath.
451
+ But when I put this glass on the shelf and the wind knocks <p>it</p> over and <p>it</p> shatters, I say, 'Of course.'
452
+ Sweet baby Jesus put that ring on Holly's finger before <p>it</p> winds up on Violet's."
453
+ Now women are more educated, <p>they</p>'re gonna make more money and pretty much run everything.
454
+ When <p>it</p>'s ajar.
455
+ When the patient's hand is released directly above the face, <p>it</p> should strike the face on the way down.
456
+ I had a dog... when I was a l<p>it</p>tle kid, and one day, <p>it</p> turned on me, b<p>it</p> me.
457
+ Ladies and gentlemen, it appears <p>they</p> have Otis.
458
+ And what if that printer doesn't have any savings because <p>it</p> spent <p>it</p> all on vintage toys?
459
+ My current marriage to Heather, wiped out, like <p>it</p> never even happened.
460
+ She reached for her coffee, and I swear she never touched the cup, but <p>it</p> moved away from her hand.
461
+ To make sure no one went in or out until <p>it</p> closed, yes, sir.
462
+ So why wasn't <p>it</p> there tonight?
463
+ Your house smells better now <p>it</p> don't smell of piss, you old bastard.
464
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
465
+ See, if you kill the bug, then <p>it</p> dies, and your life means a l<p>it</p>tle more.
466
+ And the meat has been cooked until <p>it</p> was brown.
467
+ This table, <p>it</p> tilts.
468
+ Even water knows to jump off a griddle when <p>it</p>'s hot.
469
+ <p>it</p>'s in her now.
470
+ I have an idea, but <p>it</p> isn't pretty.
471
+ You think <p>it</p> still works?
472
+ This time... we don't know what <p>it</p> did.
473
+ Aqueous methylamine is water-based, yet <p>it</p> weighs slightly less than water.
474
+ Not that <p>it</p> needs to be said, but the Phil express always gets his ladies to happy town.
475
+ You know what's life-changing? Helping your dad snap this tree into 400 pieces so <p>it</p>'ll f<p>it</p> in the trash barrel.
476
+ <p>they</p> procure weapons, <p>they</p> lure prey.
477
+ At sunset, <p>it</p> will cast a shadow probably a mile long.
478
+ In the event that I was arrested, people would assume that <p>it</p> was something I was going to blow my nose on.
479
+ Yeah, did <p>it</p> even have a punch line?
480
+ Turns out <p>it</p> belonged to the mob.
481
+ Kill them before <p>they</p> start multiplying!
482
+ That motherboard you found-- bomb squad confirmed <p>it</p> was part of the device, so touché.
483
+ You said <p>it</p> got into me too early, in that shipping container.
484
+ I don't think <p>it</p> will kill us until <p>it</p> knows who we are!
485
+ If the feds get their hands on <hon>her<hoff> , <p>it</p> could lead them back to you and your family.
486
+ The winning argument is like a fine wine - <p>it</p> gives me a feeling of wellbeing.
487
+ At the disposal site, he poses them as if <p>they</p>'re praying.
488
+ I've seen how easy <p>it</p> is for you to destroy, to rip a person to pieces.
489
+ But if we don't have any luck, we have to try the woods, and w<p>it</p>h <p>it</p> being dark soon, I need someone who really knows the terrain.
490
+ But you are aware <p>it</p> should never be in a state to present his version of events.
491
+ They were exactly where her source had said <p>they</p> would be.
492
+ They see so much carnage in one lifetime that sometimes <p>they</p> repress those memories in the next.
493
+ Mom, I thought I was gonna study with them, but <p>they</p> took me to a party.
494
+ I need <p>it</p> reinstated.
495
+ Okay, his mind wasn't what <p>it</p> used to be, but his appet<p>it</p>e still was.
496
+ I designed the machine to detect acts of terror but <p>it</p> sees everything... violent crimes involving ordinary people.
497
+ I designed The Machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
498
+ Would you rub them and make sure <p>they</p> okay?
499
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything... violent crimes involving ordinary people.
500
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything.
501
+ <hon>She<hoff> made <p>it</p> up to scare you away.
502
+ These three young women have spent five years in prison, Your Honor, five years, for a murder <p>they</p> did not commit.
503
+ When I shine a UV lamp on <p>it</p>, the story <p>it</p> reveals is as clear as <p>it</p> is compelling.
504
+ The women come out worse than <p>they</p> went in.
505
+ "Forgiveness does not change the past, but <p>it</p> does enlarge the future."
506
+ I know <p>they</p>'ll be so happy to be back here with you in Charleston.
507
+ Destroy <p>it</p> before <p>it</p> hurts you or anyone else.
508
+ Well, <p>they</p> hate it when a kid's used like that.
509
+ They meet a nice guy, maybe <p>they</p> get more.
510
+ - No, <p>they</p> didn't.
511
+ 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?
512
+ And <p>they</p> probably learned about the crimes <p>they</p>'re avenging through the media.
513
+ Which <p>it</p> did not.
514
+ No, <p>they</p> can't.
515
+ Them girls that you're treating there, <p>they</p>'re causing quite a stir.
516
+ If I do, <p>they</p> kill me.
517
+ Regina told me how this bloody thing worked... that <p>it</p> returned all our belongings to this land, as well as us.
518
+ I just told my girlfriends it was you guys, and <p>they</p> didn't believe me.
519
+ Now, in addition, <p>they</p> dated a cross section of these six men in common.
520
+ These hands, once trembled with broken memory, now stand as strong as the steel <p>they</p> wield.
521
+ He said the bridge was down on the highway and <p>it</p> took him an hour to get back.
522
+ If the sulphide stays in the vat, <p>it</p> will spoil the wine.
523
+ When those witches come back, and <p>they</p> will come back... we're going to need everyone to believe.
524
+ We're looking at where <p>they</p> cross.
525
+ When the thought of a drink comes - and <p>it</p> WILL come... call me.
526
+ Trick, <p>they</p> worship a horse god.
527
+ My life will change only if I want <p>it</p> to change.
528
+ The exact nature of these matters even I cannot know from my husband, but <p>they</p> appear to require his urgent involvement.
529
+ I think <p>it</p> looks great.
530
+ And every second <p>it</p> remains causes Niklaus untold suffering.
531
+ If <p>it</p>'s there, the lights might scare <p>it</p> out of hiding.
532
+ According to the flight plan, <p>it</p> passed right over your location before <p>it</p> went down.
533
+ Only the road knows, where <p>it</p> will end.
534
+ And girls, <p>they</p> always agree to them, and then <p>they</p> get...
535
+ And if that makes certain people uncomfortable, then maybe <p>they</p> need to be uncomfortable.
536
+ There was a little bit of a risk that if the authorities were monitoring his communications, as <p>they</p> might well have been, <p>they</p> would be aware of my involvement with him, <p>they</p> would arrest me as I came back into the United Kingdom, and take the material if I had it on a laptop.
537
+ Things up there must be worse than <p>they</p> look for you to be calling me or...
538
+ They hate their condition and, above all, <p>they</p> hate themselves.
539
+ He watched as <p>it</p> wr<p>it</p>hed and labored terribly to shed <p>it</p>s shell.
540
+ Based on what Ms. Vasquez just told me, this marriage has so many problems, <p>it</p> has to be real.
541
+ Hold on to this knife and <p>it</p> will become a part of you and your time.
542
+ Perhaps <p>it</p> lies in you.
543
+ If <p>it</p> didn't poison her, why prepare <p>it</p> and only drink half a cup?
544
+ 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.
545
+ Besides, <p>it</p> was 8:00.
546
+ This legislation is the first step toward making Starling C<p>it</p>y the jewel that <p>it</p> once was.
547
+ What can <p>it</p> hold?
548
+ Like, <p>they</p> don't know what <p>they</p> want.
549
+ 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.
550
+ However terrible things are... <p>they</p> pass.
551
+ To have these people locked up, so <p>they</p> can't do any more harm to anyone else.
552
+ Yeah, I ran the prints through the system, but <p>they</p>'re smudged.
553
+ Are <p>they</p> the hotel's?
554
+ Castle, there was a blood trail that led from the van, and <p>it</p> stopped.
555
+ Once attached, <p>it</p> invades and completely destroys <p>it</p>s host before moving on to the next cell.
556
+ You give my man the antidote right now, and you better hope for your sake <p>it</p>'s not too late.
557
+ The bottle is called, uh, an amphora, and <p>it</p> belonged to a merchant from Pompeii who survived Vesuvius.
558
+ 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.
559
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
560
+ I'll restore your body to the way <p>it</p> was.
561
+ 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.
562
+ How often does <p>it</p> come?
563
+ Because the story can change all <p>it</p> likes.
564
+ They're still wa<p>it</p>ing on a toxicology report but <p>it</p> would appear that the cause of death was a heroin overdose.
565
+ The pain will never be too much, but when <p>it</p> is,
566
+ 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?
567
+ At first I thought this place was just my her<p>it</p>age, but <p>it</p> turned out to be my salvation.
568
+ Look, these pictures, <p>they</p> aren't in real time.
569
+ Er, of course, things could be worse and, indeed, <p>they</p> are.
570
+ It needs to be exercised regularly lest <p>it</p> turn flabby.
571
+ His personnel file, <p>it</p> would have to have an address.
572
+ I don't want <p>it</p> to be financial.
573
+ How <p>they</p> live....
574
+ 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.
575
+ (bell tolling) All we can do is pray that where she is she knows the world is better from the love she put into <p>it</p>, and the monster that did this, wherever <p>it</p> is, will pay for <p>it</p>s sins.
576
+ Apparently, <p>it</p> does not get a signal out here in the jungle.
577
+ Is <p>it</p> a good one?
578
+ Especially if <p>it</p> has fresh mozzarella.
579
+ A fru<p>it</p> divided into b<p>it</p>es for you... <p>it</p>'s like <p>it</p> grew for man to eat <p>it</p>.
580
+ One of them, <p>they</p> did it.
581
+ Where is <p>it</p>?
582
+ Well, I had a house, and <p>it</p> was very clean.
583
+ Where was the bomb when <p>it</p> went off, sir?
584
+ And then <p>they</p> ride off into the sunset with someone... ..slightly less handsome than ourselves.
585
+ He goes to bars, hosting events, holding girls' hair back while <p>they</p> puke into their purses.
586
+ A long time ago, in a magical, faraway land, several women lived together and, surprise, surprise, <p>they</p> didn't exactly get along.
587
+ When <p>they</p> never even left the prison.
588
+ Flesh tears, you get covered in blood... and your cock doesn't get hard, <p>it</p> shrinks.
589
+ Yeah, <p>they</p> do.
590
+ I'd say <p>they</p> bathed shortly before the attacks occurred.
591
+ Does this plant have a util<p>it</p>y, or is <p>it</p> strictly decorative?
592
+ But if I knew where <p>it</p> was, I wouldn't tell you anyway.
593
+ 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?
594
+ Maybe <p>they</p> were going in on something, pulling the money.
595
+ Doesn't mean <p>they</p> shouldn't get a smoke.
596
+ That hunger you feel, <p>it</p>'ll only grow stronger.
597
+ They removed the tumor, but <p>it</p> can come back.
598
+ And I promise you, <p>they</p> will fire.
599
+ Move yours, <p>it</p>'s blocking mine.
600
+ He said <p>it</p> runs fine but confirmed that the front end damage made <p>it</p> undrivable.
601
+ I saw their life together, and <p>it</p> is happy.
602
+ The law's always poking <p>it</p>s nose where <p>it</p> shouldn't.
603
+ Why didn't the girls just say <p>they</p> were on P.C.P.?
604
+ I-I ran a bio scan, and <p>it</p> looked like your testicles were at full capac<p>it</p>y.
605
+ But <p>it</p> didn't bring me any luck.
606
+ If my name is on the list, <p>it</p>'s time to disappear.
607
+ -Even similar models? -Eight years ago, <p>it</p> was common.
608
+ 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,
609
+ I will be nice to Jeff... If <p>it</p> means <p>it</p> will get out of this Edgehill contract.
610
+ Things happen when <p>they</p> must.
611
+ I just want to know <p>they</p> feel comfortable.
612
+ 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.
613
+ "You know, <p>they</p>'re just talking about the fact their men aren't doing child care, <p>they</p>'re not washing the dishes, <p>they</p>'re leaving a mess. They expect us to do everything.
614
+ I wish I could say <p>they</p> were good, mouse.
615
+ It's called "the purple room." How can <p>it</p> be green?
616
+ Can't you see <p>it</p>'s dead?
617
+ Your form is just... <p>it</p>'s very good.
618
+ And <p>it</p> presents me the opportun<p>it</p>y to correct that error.
619
+ We believe, madame, that we are dealing w<p>it</p>h an organisation so ruthless that <p>it</p> will not hes<p>it</p>ate to execute any who stand in <p>it</p>s way.
620
+ 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.
621
+ It's feeling like <p>it</p> never will.
622
+ Well, if the victim was tripping, <p>it</p> would make him a lot easier to kill.
623
+ Then Mantus insisted that he had seen the film and that <p>it</p> was responsible for his madness.
624
+ Eventually, <p>it</p> erases a person's oldest and most precious memories.
625
+ And even if <p>it</p> doesn't, today, when my boss threw his egg salad sandwich at my face, some of <p>it</p> got into my mouth.
626
+ He stirred the nest and <p>they</p>'ve come to sting him rather more than perhaps he expected.
627
+ If you waken that beast <p>it</p> will destroy us all.
628
+ Your sword... how strong is <p>it</p>?
629
+ The spell will continue to unravel spir<p>it</p> magic as <p>it</p> spreads.
630
+ Because <p>they</p>'re all orphans!
631
+ And <p>it</p>'s mine.
632
+ 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.
633
+ I tried to get them to serve us and <p>they</p>'re all fast asleep!
634
+ I lied so <p>they</p> don't have to worry, so that <p>they</p> can get back to their carefree, normal lives.
635
+ And, oh, surprise, in Europe <p>it</p> attracted a great number of people <p>it</p> was playing openly.
636
+ It's an old Mustang, and <p>it</p>'s pretty sweet.
637
+ Looks like the perp tried to grab her bracelet, and <p>it</p> broke.
638
+ They're on the shelf right where <p>they</p> always are.
639
+ Well, don't trust them, 'cause <p>they</p>'ll screw you over,
640
+ As you can see, <p>it</p>'s emptying out.
641
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
642
+ That was my brother's vein and <p>it</p>'s staying open.
643
+ Circumstances are what <p>they</p> are.
644
+ And yet <p>it</p> wound up in Beirut in a Hezbollah commander's house?
645
+ The moment <p>it</p> starts to turn, get to the shed about 20 yards to the east.
646
+ And the person who knows the truth doesn't want <p>it</p> revealed.
647
+ Then we have to take care of that stain before <p>it</p> sets.
648
+ Rumor has <p>it</p> <p>it</p>'s somewhere near the living room.
649
+ I don't know what <p>it</p> is about Woolley Grange soil but <p>it</p> sure knows how to treat a parsnip.
650
+ Always keep the cord around your wrist... then <p>it</p> won't slip when you come down hard.
651
+ Those witches, <p>they</p> think that <p>they</p> still have power in this town.
652
+ Well, <p>it</p> doesn't include vengeance, no matter where you're standing.
653
+ When you got harmonies going together, <p>they</p> kind of meld together.
654
+ For ladies whose livelihood depends on risks that are calculated, <p>they</p> have overreached themselves, I fear.
655
+ And I figured if I make them afraid of her, <p>they</p>'ll leave her alone, you know?
656
+ Yeah, <p>they</p>'re really great.
657
+ And two, if you're going to wear a skirt, <p>it</p> has to cover at least some of your thigh.
658
+ '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?
659
+ This empire, <p>it</p> thrives because of me, and you want me to run.
660
+ I heard <p>it</p> has a smooth finish.
661
+ Women don't know what <p>they</p> do to us.
662
+ And for 100 years after the death of Muhammad, no-one says where <p>it</p> is.
663
+ Exactly, and things are easier to see when <p>they</p>'re in motion.
664
+ Listen, you may as well relax, because whatever it is <p>they</p>'re asking for, honey, it's not for you.
665
+ He has repeatedly used his law classroom to espouse that women do not make good attorneys, that <p>they</p>'re too emotional, <p>they</p>'re vindictive.
666
+ And I see this reformation for what <p>it</p> really is.
667
+ You ever notice the only time <p>they</p>'re happy is when <p>they</p>'re making you miserable?
668
+ Don't sleep with all those girls, 'cause then <p>they</p> come at me.
669
+ <p>they</p> were all-powerful, in a way.
670
+ To help your brain regain <p>it</p>s normal function, <p>it</p> needs exercise.
671
+ I like <p>it</p> how <p>it</p> is now!
672
+ It's like <p>it</p> never moved.
673
+ Oh, <p>it</p> had a king.
674
+ Her head- <p>it</p> l<p>it</p> up real good, I thought.
675
+ Is <p>it</p> following me... or or is <p>it</p> following the staff?
676
+ Maybe she wanted <p>it</p> to.
677
+ And when <p>it</p> reaches the brain, <p>it</p> spreads like wildfire.
678
+ They traced the phone call, and <p>it</p> originated here.
679
+ Those rumors we talked about earlier, <p>they</p>'re not going to come out.
680
+ Looks like <p>it</p> even has an embedded signature.
681
+ I mean, the girls back home... <p>they</p>'re putting beet root on their lips.
682
+ - Sure. - During my san<p>it</p>y sabbatical, I wrote a mean article about Val for the l<p>it</p> magazine, and <p>it</p> came out today.
683
+ Oh, look, <p>it</p> has one.
684
+ What if <p>it</p> belonged to Molly Benedict?
685
+ This wound is supposed to be irrigated every two hours or <p>it</p> gets re-infected.
686
+ Last year, a guy in Madrid didn't steal what the Dodger told him to, and <p>it</p> took his head off.
687
+ Now, I mean this room feels half the size <p>it</p> normally does.
688
+ Three of Donor 141's daughters told us that <p>they</p> met you.
689
+ I was picking his things and <p>it</p> landed on my head.
690
+ Unlike solo vigilantes, <p>they</p>'re working in concert and <p>they</p>'re planning and executing coordinated attacks.
691
+ <p>it</p>'s good now. This dark ent<p>it</p>y has attached <p>it</p>self to him and now <p>it</p>'s feeding off of all of you.
692
+ 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.
693
+ This symbol-- <p>it</p> doesn't mean anything.
694
+ This disease, <p>it</p>'s everywhere.
695
+ We expected <p>it</p> to spare Cambodia.
696
+ I swear, <p>it</p> felt like <p>it</p> was trying to kill me.
697
+ You will not know until <p>it</p> has 30 or 35 years... <p>it</p> will be completely blind.
698
+ - Could <p>it</p> beat a whale?
699
+ - No, <p>it</p> doesn't.
700
+ What if I lift the couch and <p>it</p> starts flipping around?
701
+ The trouble with the witches in this city is, <p>they</p> lack direction.
702
+ 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.
703
+ Those weapons he makes-- <p>they</p> could all be ours.
704
+ Um, that's awesome, but I think I'll visit my ex-girlfriends and prove <p>they</p> still like me.
705
+ Who <p>they</p>'re looking to.
706
+ And more importantly, <p>they</p> like me.
707
+ 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.
708
+ From where was <p>it</p> obtained, may I ask?
709
+ I think <p>it</p>'s hiding w<p>it</p>h the plates.
710
+ Yes, ma'am, mobile and Ohio had a railhead there before <p>it</p> burned.
711
+ May <p>it</p> serve you well.
712
+ Meatball's lyrics may seem simple at first, but like an onion, <p>they</p>'re many-layered underneath.
713
+ - What tension did <p>they</p> hold?
714
+ If the wedding is to be held overseas, <p>it</p>'s perfectly reasonable I should host the engagement.
715
+ The cedar will have to come down before <p>it</p> knocks over the house.
716
+ I think I'll just take things as <p>they</p> come.
717
+ 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 <p>it</p>.
718
+ Well, <p>they</p> are, but you're not supposed to know that yet.
719
+ Oh, and don't mess w<p>it</p>h Uni-Baby's horn, um, as <p>it</p> holds great power.
720
+ I'd rather keep <p>it</p> as <p>it</p> is.
721
+ I gave <p>it</p> to her and <p>it</p> fell in the cessp<p>it</p>!
722
+ Yes, to put the money back into the economy, where <p>it</p> belongs, not into my pocket.
723
+ But <p>it</p> burnt down.
724
+ Check her tank, make sure <p>it</p>'s open.
725
+ Things have been as great as <p>they</p> always were.
726
+ Far less time than <p>it</p> would have taken to interview the roughly 2,000 male doctors and nurses I started w<p>it</p>h.
727
+ Now the money is just not there the way <p>it</p> used to be.
728
+ So, Browning lied about her knowledge of the SD card and whatever information <p>it</p> contained.
729
+ The new songs are too sentimental, and <p>they</p> don't have any edge.
730
+ White roses, <p>they</p> are so beautiful!
731
+ Concluded <p>it</p> was dangerous.
732
+ When a Mandragora attacks, <p>it</p> uses <p>it</p>s tentacles to inject a neurotoxin into the brain of <p>it</p>s victim.
733
+ It's perfect just the way <p>it</p> is.
734
+ Afterwards, <p>it</p> came under new management.
735
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
736
+ We heat this thing up and <p>it</p> turns into food?
737
+ You'll give me 700,000 but I'm using my house as collateral, <p>it</p>'s worth at least 900.
738
+ Lenny said <p>it</p> was just one dude guarding <p>it</p>.
739
+ I showered one plant w<p>it</p>h attention to see if <p>it</p> would grow bigger
740
+ Alice and the boy don't know where <p>it</p> is.
741
+ It was a stray, <p>it</p> was filthy, and <p>it</p> was mean.
742
+ - Or, <p>it</p> could all wear off and you'll be dead w<p>it</p>hin the hour.
743
+ 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.
744
+ Whatever your power is, <p>it</p> makes <p>it</p> do the oppos<p>it</p>e.
745
+ Um, both women decided <p>they</p> could do better.
746
+ We took that camera and put <p>it</p> where <p>it</p> had never been before.
747
+ It was the pile-up caused by the tractor-trailer, jackknifed after <p>it</p> h<p>it</p> your dad.
748
+ Yeah, <p>it</p> was black, a woman driver.
749
+ Well, maybe <p>it</p>'s time that I face real<p>it</p>y.
750
+ I was told at the orphanage <p>it</p> belonged to your grandmother.
751
+ Maybe <p>it</p> sent you your daughter.
752
+ A w<p>it</p>ness, homeless guy, said that the victim emptied his gun at the van and just stood in the middle of the street shooting right until <p>it</p> h<p>it</p> him.
753
+ No... No, <p>it</p> didn't.
754
+ ♪ I second that; <p>they</p>'ve got to go. ♪
755
+ They're sticky and <p>they</p>'re on the back, Mike.
756
+ Things weren't quite as <p>they</p> seemed.
757
+ If <p>they</p> do, <p>they</p> don't brag about it as loudly.
758
+ A laser exc<p>it</p>es the tryptophan until <p>it</p> fluoresces.
759
+ And what does a walrus look like when <p>it</p> has a UTI?
760
+ I used to put Scotch Tape around my dolls so I'd know if <p>they</p> moved when I was sleeping.
761
+ Value may dip every now and then, but <p>it</p> always goes back up in the summertime.
762
+ They eat these mushrooms and their heads fill with visions and <p>they</p> talk to the dead.
763
+ Well, if <p>it</p> wasn't, <p>it</p> is now!
764
+ Well, <p>it</p> was a l<p>it</p>tle, tiny boat, and <p>it</p> sailed.
765
+ 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.
766
+ Because I bet <p>it</p> would open the door.
767
+ And every time there's even a rumor that a new particle is discovered... even before <p>it</p> turns on... the entire field goes into a fever p<p>it</p>ch.
768
+ I guess <p>they</p> thought <p>they</p> could fix me.
769
+ Lord of lords, we make this offering to you, hoping you will find <p>it</p> pleasing.
770
+ She had access to the 50th floor of the Empire State Building while <p>it</p> was under renovation.
771
+ Well, <p>it</p> will, because pol<p>it</p>icos won't be able to resist the potential tax revenues.
772
+ And <p>they</p>'re, like, real, like, "huh," you know?
773
+ This dog, <p>it</p> is devoted to <p>it</p>s mistress.
774
+ 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.
775
+ For the chip to process data organically, <p>it</p> had to be connected to the hippocampus.
776
+ 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.
777
+ Where does <p>it</p> come from, the box?
778
+ 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.
779
+ No, seriously, I think <p>it</p> followed me home.
780
+ I bet <p>they</p> are beautiful.
781
+ So I do the history, even though <p>it</p> may hurt people.
782
+ After uniting the two nations with their incredible feat 21 years ago, <p>they</p>'ve never met after 1993 WTTC
783
+ Even if <p>it</p> was, <p>it</p>s essential core would be the same and that is what I test for. Well, what if you're wrong?
784
+ I don't think <p>they</p> knew.
785
+ Not to say <p>it</p> wasn't a great performance, <p>it</p> was, but not enough for me to finally h<p>it</p> my button.
786
+ I'll bet <p>it</p> says he died of natural causes.
787
+ And seeing as <p>they</p>'re not here...
788
+ When <p>they</p> smell your pheromones, their claws come out.
789
+ Nearly impossible to butcher that meat when <p>it</p> freezes up on you.
790
+ And <p>it</p> wasn't open before.
791
+ You hurt <p>it</p>, <p>it</p> heals.
792
+ And like any disease, <p>it</p> has a cause... <p>it</p> has a progression, and <p>it</p> could have a cure.
793
+ 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.
794
+ I've decided that this year, <p>it</p> should hang on your tree.
795
+ Much lighter than <p>it</p> can ever be here.
796
+ Did you know that if a cat's mum has a deformed baby, <p>it</p> will just eat that baby?
797
+ And in the meantime, this pest and his vermin friends are gonna go after my prized apple, and while <p>they</p>'re at it, every other apple in the orchard.
798
+ Science isn't science until <p>it</p> is.
799
+ Now <p>it</p>'s going into the stomach.
800
+ Never know when <p>they</p>'ll need or use it.
801
+ But his vaulting amb<p>it</p>ion will bring him down as swiftly as <p>it</p> propped him up.
802
+ It was called the estate, and <p>it</p> burned down.
803
+ If the cancer mass increases as l<p>it</p>tle as 5%, <p>it</p> could result in sudden death. Very good.
804
+ Given the nature of this case <p>it</p> makes sense to hand <p>it</p> on to another lead officer.
805
+ So <p>it</p> appears the reports of Bigfoot were nothing more than mass hysteria, as w<p>it</p>nesses say Brinkerhoff wore a costume mask during his rampage.
806
+ Why would she make such allegations if <p>they</p> weren't true?
807
+ Well, you know, you always think you have time to see these legends before <p>they</p> go.
808
+ They-<p>they</p> can't understand that two people can be happy just the way <p>they</p> are.
809
+ I was examining the osmia avoseta that Gerald Lydon gave me, and <p>it</p> got loose.
810
+ But <p>they</p> aren't gonna be maids.
811
+ No, girls like her, <p>they</p> get what <p>they</p> want.
812
+ But then I tried <p>it</p> on this morning and <p>it</p> was uncomfortable and <p>it</p>chy and completely wrong.
813
+ - Where are <p>they</p> now?
814
+ Many women protested that <p>they</p> liked cooking and housework and catering to men.
815
+ 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.
816
+ But <p>it</p> also reminds us how precious every moment can be...
817
+ And if you try to let them go <p>they</p> only circle back and return to you.
818
+ I have <p>it</p> here, <p>it</p>'s not showing up on your screen?
819
+ - No, <p>it</p> has fine, curly hair.
820
+ That thing, <p>it</p> went down under the carpet, into the floor, now...
821
+ I can look at women and know how beautiful and powerful <p>they</p> can be... like you two.
822
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
823
+ I just... sometimes things, <p>they</p> don't remind me of him being gone, or the accident, <p>they</p>... <p>they</p> remind me of him, you know?
824
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything-- violent crimes involving ordinary people.
825
+ I don't know what <p>it</p> sees or what makes <p>it</p> so hard.
826
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
827
+ I chose this place because <p>it</p> is outside both our jurisdictions.
828
+ 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.
829
+ Most of her heart is not getting enough blood, and so <p>it</p>'s dying.
830
+ Peter told Stiles that if the b<p>it</p>e doesn't turn you, <p>it</p>'ll kill you.
831
+ But when a synthetic form is injected, <p>it</p> promotes growth and healing unlike anything the body <p>it</p>self is capable of.
832
+ I don't know, one day you're the king of the castle-- you know, <p>they</p>'re just in love with you.
833
+ But <p>it</p> also began a criminal investigation.
834
+ She says <p>they</p> escaped.
835
+ How long would <p>it</p> have taken <hon>him<hoff> to die?
836
+ 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.
837
+ Especially when <p>they</p>'re beautiful.
838
+ I need to know what stone <p>it</p> housed.
839
+ No, their family said <p>they</p> didn't know each other.
840
+ When a wounded animal has lost too much blood, <p>it</p> knows <p>it</p> can no longer run.
841
+ She would leave a pot on the stove until <p>it</p> melted right down to the l<p>it</p>tle glass top.
842
+ 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.
843
+ They're no different than <p>they</p> were when I was young.
844
+ Yes, and <p>they</p>'re quite unpleasant.
845
+ If this is where those things get made, Maybe <p>they</p> can get unmade.
846
+ Learn to like them, 'cause <p>they</p>'re gonna help with
847
+ They're just afraid if <p>they</p> come over here right now, <p>they</p>'re gonna get attached.
848
+ 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.
849
+ The video shows that the pie came from a high angle, so <p>it</p> would've h<p>it</p> your face... like this.
850
+ Now, look, I might not be a scientist, but I do have common sense, and <p>it</p> says this guy is doping.
851
+ In fact, he launched that ball into the atmosphere so hard that I don't think <p>it</p> has landed yet.
852
+ But by the next day, <p>it</p> had burned out.
853
+ Folks, we need you to look at some photographs, but I will warn you, <p>they</p> are a little bit graphic.
854
+ I guess <p>they</p> heard that George Tucker is back on the market.
855
+ Just that Adalind brought <p>it</p> in, and <p>it</p> scratched her.
856
+ - Well, if you did what I told you, <p>it</p> should be accessing the Navy missions flown by the President.
857
+ and think that things are gonna go back to the way <p>they</p> were.
858
+ - Mmm. - What, you didn't... Know <p>it</p> was missing?
859
+ String theory has always predicted <p>they</p> exist.
860
+ And the laws of magic are like the laws of anything, <p>they</p> work because you obey them.
861
+ We must cap<p>it</p>alize on this momentum, or <p>it</p> will dissipate.
862
+ Abby's favor<p>it</p>e 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.
863
+ See this crown, how <p>it</p> hovers over the coat of arms?
864
+ I'll see my baby when <p>it</p> climbs out of her doughnut hole.
865
+ In fact, <p>they</p> feel fresh, lively, and ready for anything that might come up.
866
+ Oh, I don't return things once <p>they</p>'re in my possession.
867
+ 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.
868
+ They call our money new. But <p>it</p> certainly does attract a crowd.
869
+ I pulled her e-mails and <p>it</p> looked like she was planning to attend this party.
870
+ I like things just the way <p>they</p> are.
871
+ You know, <p>they</p> be like, "I know he didn't!"
872
+ Oh, <p>it</p> did!
873
+ The women have been instructed about what <p>they</p> can speak about.
874
+ _ listen, I found a really cute bed at Bedder Beds 4 Less, and <p>it</p> has drawers underneath, and the headboard has these l<p>it</p>tle lighted cubbyholes to display our stuff.
875
+ Ravi actually caught <p>it</p>, noticed the document referenced the address you gave us, and we thought <p>it</p> might be worth pointing out.
876
+ This will be your house if <p>it</p> survives.
877
+ Not once <p>they</p> learn she was sleeping with you while you were embezzling from this firm.
878
+ But when <p>it</p> didn't detonate, you simply shot Pradeep and walled him off.
879
+ Yeah, and then you called me and you said you changed your mind and you'd like to give me another hundred, so where is <p>it</p>?
880
+ Mom, we gotta return these books to the library before <p>it</p> closes for good.
881
+ I thought <p>they</p> were, anyway.
882
+ Well, you know whenever you and I would try to hit on women in bars <p>they</p>'d blow us off, then we'd tell each other <p>they</p> were gay?
883
+ If <p>it</p> launches, the Ark will be crippled, and everyone left on board will die.
884
+ And finally two girls... <p>they</p> called.
885
+ If I had killed them, it would be because <p>they</p> were worthy of me.
886
+ Dust patterns on the wall and the floor tell us <p>it</p> stood here, as do these scratches on the floor.
887
+ I just called the hotel that he usually stays at, and he never checked in, so I PING'd his cell, and <p>it</p>'s at his house.
888
+ 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 <p>they</p>'re playing it up for the cameras.
889
+ Because <p>it</p> looked so much better on me?"
890
+ No-one worked without a record deal in those days, so <p>they</p> had a lot of power.
891
+ What if I told you that when a wra<p>it</p>h consumes a soul, <p>it</p> merely travels to another realm, but that soul could be brought back to this world?
892
+ So that <p>they</p> aren't outside, messing up the blueberries.
893
+ And the motor will be at an angle, so <p>it</p> is almost flying.
894
+ You know, <p>they</p>'re...
895
+ - Was <p>it</p> old?
896
+ These bird women, <p>they</p> could hurt Fae with their voices.
897
+ <p>it</p> inspired me.
898
+ The two girls, aged 6 and 7, are believed to have been... playing on this street when <p>they</p> disappeared without a trace.
899
+ Put the ice cream in the freezer before <p>it</p> melts.
900
+ The more damaged you are, the more <p>they</p> wanna heal you.
901
+ I guess he had a tumor around his heart and <p>it</p> grew fast and unexpectedly.
902
+ But these wings, though, <p>they</p>'re...
903
+ Maybe <p>it</p> never really left.
904
+ Our car, <p>it</p> broke down about 20 Miles away from here.
905
+ matter of fact, I never... agree with your methods, but sometimes <p>they</p> get spectacular results.
906
+ I designed the machine to detect acts of terror, but <p>it</p> sees everything...
907
+ And we'd totally give you the part If <p>it</p> wasn't for your gorilla injuries.
908
+ They didn't know <p>it</p> killed people.
909
+ That's why women will feel wonderful when <p>they</p> receive them, don't you think?
910
+ I think <p>it</p>'s real, and I think <p>it</p>'s actually connected to this very town.
911
+ Thomas said that's why you gave him the prescription, for when things got too painful... and <p>they</p> did.
912
+ 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 <p>it</p>.
913
+ The mechanic says <p>it</p> needs a makeover. Boo.
914
+ I swear <p>it</p> was closed. It started out closed.
915
+ I mean, <p>it</p> needed a l<p>it</p>tle jeuje.
916
+ Tell your people not to believe everything <p>they</p> see on TV or read online.
917
+ Whatever that thing is, <p>it</p>'s getting closer.
918
+ There's been a leak in the un<p>it</p> above yours, and <p>it</p> may have compromised the fetzer valve in yo k<p>it</p>chen.
919
+ I saw all these pictures from my parents from all these beautiful islands in the Pacific that I couldn't even imagine really existing because <p>they</p> looked way too perfect. And now, I can't believe it,
920
+ And <p>they</p> don't like stepping on toenails.
921
+ But <p>it</p> still wouldn't have this effect on his organs.
922
+ Show these witches no fear or <p>they</p> will devour you.
923
+ <p>they</p> rip your heart out...
924
+ I wonder if <p>it</p> works.
925
+ It's, like, weird how much <p>they</p> hate me.
926
+ Women do what <p>they</p> do.
927
+ I told them if <p>they</p>'re ever in Oregon, I will take them to our classic vinyl store and buy them an LP.
928
+ All the girls went crazy when <p>they</p> saw his picture.
929
+ Making <p>it</p> dangerous. and embark on an exped<p>it</p>ion outside the walls.
930
+ T... <p>they</p>'re alive.
931
+ Because <p>it</p> opens inward, that's why not.
932
+ It's all my fault <p>they</p>'re out there.
933
+ One time I set <p>it</p> for four hours instead of four minutes, and <p>it</p> totally ruined those jeans.
934
+ I will go and see how big the space is, and if <p>it</p>'ll su<p>it</p>.
935
+ H... how could I possibly know where <p>it</p> is?
936
+ They're all about them and "what" "<p>they</p>'re up to" and their situation... high-maintenance, if you ask me.
937
+ Of course <p>they</p> are.
938
+ I said <p>they</p> get ugly.
939
+ What if <p>it</p> went in their house?
940
+ Well, until <p>they</p> catch on to that scam.
941
+ Why, is <p>it</p> sick?
942
+ The snake is seducing you to get what <p>it</p> wants.
943
+ Some girls learn the on the hard way, and <p>they</p> go out.
944
+ And why do <p>they</p> taste so bad?
945
+ Where did <p>they</p> come from?
946
+ 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.
947
+ But, uh, <p>it</p> served your purpose.
948
+ OK, door, but <p>it</p> won't open.
949
+ Are <p>they</p> the remnants of some more beautiful and complete picture of the laws of nature?
950
+ And the bullet is only mildly deformed, so <p>it</p> had to have come through the open window.
951
+ Eleven, while on a natural hole... <p>it</p> sinks toward the middle, the stress being up and down.
952
+ Forget <p>it</p>. We're gonna lose this one as <p>it</p> is.
953
+ Women are beautiful, when <p>they</p>'re young and not after.
954
+ All <p>they</p> do is cry all the time.
955
+ She was caught hiding in a cargo hold of a freighter before <p>it</p> set sail down the Mississippi.
956
+ Well, you know as well as I do, <p>they</p> don't have any place else to go.
957
+ So <p>it</p> doesn't starve to death.
958
+ What does <p>it</p> say?
959
+ The other mothers in the park said that <p>they</p> know this guy.
960
+ The, uh, Safety Patrol girls, <p>they</p> told me the eye wash was broken, so I came rushing.
961
+ 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.
962
+ Supersymmetry, or SUSY, is extremely important for the theoretical commun<p>it</p>y because <p>it</p> solves many mathematical problems w<p>it</p>h the Standard model.
963
+ Plus, <p>they</p>'re all dressed like beekeepers.
964
+ The sky is where <p>it</p> always is.
965
+ Now we wa<p>it</p> for <p>it</p> to congeal.
966
+ If <p>they</p> don't, the other girls stay dead, and <p>they</p> lose their power.
967
+ This hotel may be less than impressive, but <p>it</p> makes the best arepas in town.
968
+ It was listed at 17 million, but the broker thinks <p>it</p>'s gonna go as low as 14.5.
969
+ I gave my opinion this afternoon; <p>it</p> hasn't changed.
970
+ Those bitches are finally going to get what <p>they</p> deserve.
971
+ I ran it for prints; <p>they</p>'re classified, the prints.
972
+ It's a l<p>it</p>tle moist, but <p>it</p> is still here.
973
+ I didn't know <p>it</p> was missing.
filtered_scat/filtered.test.fr ADDED
@@ -0,0 +1,973 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ C'est juste qu'<p>elles</p> tombent tout à fait aléatoirement, vous remarqueriez réellement, s'il en manquait une ?
2
+ Mais j'ai donné une attention particulière à une pour voir si <p>elle</p> grandit plus.
3
+ La seule question, Harold, est pourquoi <p>il</p> ne vous a pas protégé.
4
+ Et pourquoi <p>il</p> serait le pass du parking de quelqu'un ?
5
+ S'il fait t <hon>rop c<hoff> haud, <p>elles</p> croiront que c'est l'été !
6
+ Le truc c'est qu'<p>il</p> n'a pas <hon>s'agit<hoff> de ce que je voulais depuis le jour où je les ai eus.
7
+ <p>Elles</p> prennent le même chemin, envahissent les mêmes cellules, sèment le même chaos.
8
+ 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.
9
+ C'est qu'<p>il</p> te va bien.
10
+ Et <p>elles</p> ont été méchantes avec moi depuis mon arrivée en ville.
11
+ Ce <hon>doigt<hoff> a l'air brûlé, mais <p>il</p> ne l'est pas, <p>il</p> est nécrosé.
12
+ En tant que tel, j'aurais attendu de vous que vous consideriez la <hon>situation<hoff> et la comprendriez pour ce qu'<p>elle</p> est.
13
+ Le Mont Everest ici veut garder les <hon>choses<hoff> comme <p>elles</p> sont.
14
+ Oh, si, <p>elles</p> ont changé, leurs cheveux, leurs pensées, et...
15
+ Est ce que tu penses que les <hon>choses<hoff> entre nous vont redevenir comme <p>elles</p> l'étaient la semaine prochaine.
16
+ 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.
17
+ Si on les éloigne, n'envahiront-<p>elles</p> pas d'autres terres ?
18
+ Mais <p>elles</p> sont magnifiques, donc je vais appeler mon ami du New York Times et voir s'ils veulent ordonner un rapport.
19
+ Je déteste avoir à dire ça mais <p>elles</p> survolent juste la surface.
20
+ Merci, je garde l' <hon>eau<hoff> des saucisses pour qu'<p>elle</p> prenne le goût.
21
+ Mme Walker, ces <hon>questions<hoff> ne sont pas appropriées, et <p>elles</p> ne sont pas utiles.
22
+ Ouhai et bien <p>il</p> <hon>vaut mieux<hoff> .
23
+ Combien de places <p>elles</p> vont acheter ?
24
+ Et encore, <p>elles</p> ne peuvent survivre que dix minutes sous le soleil de midi.
25
+ J'ai pensé qu'<p>elle</p> trouverait ça romantique.
26
+ On va mettre le feu à cette <hon>ville<hoff> on va l'achever même si <p>elle</p> essaye de répliquer
27
+ J'ai lancé un ca<p>il</p>lou et <p>il</p> a explosé.
28
+ Mais <p>elle</p> est un peu trop haute.
29
+ Je me fais un peu d'argent, et <p>il</p> <hon>est temps<hoff> pour moi de tenir sur mes deux pieds.
30
+ Et <p>il</p> l'a perdu.
31
+ Mais quand je suis parti, <p>elles</p> allaient bien.
32
+ Je suis sûre qu'<p>elle</p> est fausse.
33
+ <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...
34
+ <p>Il</p> a été remorqué.
35
+ 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.
36
+ Je vois les <hon>choses<hoff> comme <p>elles</p> sont.
37
+ Oui je dis que la <hon>maison<hoff> à l'air au rabais parce qu'<p>elle</p> est au rabais !
38
+ <p>Elles</p> devraient être sur ses genoux.
39
+ L'hôpital a déclaré qu'<p>il</p> était, euh, quelque chose de Lynch.
40
+ Elles sont tranchantes, <p>elles</p> brûlent, comme si <p>elles</p> voulaient me dévorer de l'intérieur.
41
+ Je veux leurs infos, <p>elles</p> me les donnent directement.
42
+ Ne rendez pas les <hon>choses<hoff> pire qu'<p>elles</p> ne le sont déjà !
43
+ Le <hon>loyer<hoff> est raisonnable, c'est pour cela qu'<p>il</p> est en vogue.
44
+ La <hon>glace<hoff> sera livrée à 13 h. Vérifiez qu'<p>elle</p> est propre et pilez-la.
45
+ Je sais que ç <hon>a paraît <hoff> dingue, mais si on étudie les fossiles et l'infection, on ne peut pas affirmer qu'<p>elle</p> n'a pas tué les dinosaures.
46
+ C'est à ça qu'<p>elles</p> sont bonnes !
47
+ Oui, mais c'est parce qu'Olivia... Disons que les <hon>choses<hoff> ne sont pas ce qu'<p>elles</p> semblent.
48
+ Est-ce que tu sais où <p>elle</p> est ?
49
+ Un <hon>serpent<hoff> ne peut pas changer, mais <p>il</p> est encore un serpent.
50
+ Eh bien, <p>il</p> est un support mais <p>il</p> est dans la phase initiale, n'a pas perdu son humanité.
51
+ Ouais, <p>il</p> était par terre.
52
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
53
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout. Des crimes violents impliquant des gens ordinaires.
54
+ <p>Il</p> <hon>s'avère qu<hoff> 'ils ont des articles politiques et culturel, aussi.
55
+ Ces <hon>gamines<hoff> trop protégées, un jour ou l'autre, <p>elles</p> cherchent de nouv<p>elles</p> expériences.
56
+ Si <p>elles</p> l'apprennent...
57
+ Elle n'a pas dit qu'<p>elles</p> étaient mortes.
58
+ 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.
59
+ Non, <p>elles</p> prétendent juste l'��tre Pour être aimées par vous tous !
60
+ Est-ce qu'il est assez gros ?
61
+ 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.
62
+ Washington était rempli de <hon>femmes<hoff> qui travaillaient. Elles gagnaient une fraction de ce qu'<p>elles</p> étaient censées gagner.
63
+ A cet âge, <p>elles</p> sont vulnérables et précieuses.
64
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
65
+ <p>Elle</p> était en vente ?
66
+ Un jour, <p>elle</p> bute sur le relief, retrouve à nouveau les eaux de surface où <p>elle</p> se réchauffera.
67
+ On veut qu'elle donne le pouvoir à ce <hon>volat<p>il</p>e<hoff> , qu'<p>il</p> soit béni et que tous ses adversaires
68
+ Il ne mange pas ce qu'<p>il</p> tue.
69
+ Tu as une <hon>micro-puce<hoff> dans ton cerveau et <p>elle</p> fonctionne mal.
70
+ Et <p>elles</p> seront sans doute très intéressées par ton travail de l'été dernier, à Haïti.
71
+ Je crois me rappeler que nous avons appelé <hon>un AC-130<hoff> pour qu'<p>il</p> traîne du côté afghan mais soit ce ne fut pas autorisé, soit <p>il</p> ne s'est pas pointé.
72
+ Le <hon>blog<hoff> ne fait pas ce qu'<p>il</p> devrait faire.
73
+ Il m'a montré ça, alors que la <hon>vie<hoff> n'avait aucun sens, <p>elle</p> avait sans aucun doute une valeur.
74
+ Dans l'Égypte ancienne, <p>il</p> avait son propre hiéroglyphe.
75
+ Oh, <p>elle</p> a atteri sur le pont Encore une fois
76
+ Et ce <hon>plan<hoff> , <p>il</p> était ingénieux.
77
+ Ca servira de leçon aux <hon>filles<hoff> ! <p>Elles</p> n'utiliseront plus le 498a pour intimider des innocents.
78
+ Non, <p>elles</p> sont derrière le bureau de la sécurité.
79
+ Je sais, il n'est pas à la maison, mais la <hon>moto<hoff> , appartient-<p>elle</p> à un locataire ?
80
+ Est ce qu'<p>il</p> vient avec un g<p>il</p>et pare-balles?
81
+ 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.
82
+ 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é t<p>elle</p> que nous la connaissons.
83
+ <p>elle</p> l'est.
84
+ Je me suis retrouvé avec les <hon>épouses<hoff> , et <p>elles</p> ne m'auraient pas laissé partir.
85
+ 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...
86
+ C'est possible qu'<p>elles</p> aient subi une perte personnelle et <p>elles</p> pensent qu'<p>elles</p> doivent agir.
87
+ <p>Elles</p> sont d'accord pour ne pas en parler aux médias.
88
+ Faisons en sorte qu'<p>elle</p> soit joyeuse.
89
+ J'ai fait moi-même le <hon>test<hoff> , <p>il</p> a échoué.
90
+ Eh bien, espérons qu'<p>elles</p> sont timides, et pas mortes <p>elles</p>-aussi.
91
+ Il a un <hon>alibi<hoff> et <p>il</p> est vérifié.
92
+ - Oui, <p>elle</p> a existé.
93
+ Tu ne peux gagner une guerre sans quelques <hon>morts<hoff> stratégiques, peu importe la douleur qu'<p>elles</p> causent.
94
+ Les <hon>choses<hoff> reprendraient là où <p>elles</p> étaient.
95
+ Les <hon>filles<hoff> à qui tu l'as fait, <p>elles</p> aimaient pas ça.
96
+ <p>Elle</p> en a peut-être besoin.
97
+ Si cette <hon>tempête<hoff> est aussi mauvaise que nous pensons qu'<p>elle</p> l'est, nous n'allons jamais survivre.
98
+ 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.
99
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
100
+ Je parie qu'<p>elles</p> viennent de ce joueur de tennis que j'ai rencontré au séminaire MA.
101
+ "Ou <p>elles</p> te detruisent."
102
+ <hon>Elles<hoff> ont dit qu'<p>elles</p> n'avaient pas quitté la maison avant le matin.
103
+ Je suis sure qu'<p>il</p> l'est.
104
+ Est-ce qu'<p>il</p> commence à faire, genre super chaud là-dedans?
105
+ Je vais lui donner un nom, et <p>il</p> verra ma tête.
106
+ 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.
107
+ Quand une <hon>affaire<hoff> ne marche plus, <p>elle</p> meurt, et se fait remplacer par une autre meilleure.
108
+ Eh bien, <p>il</p> n'a pas l'air méchant comme ça mais tu aurais été etonnée.
109
+ J'ai pas dit qu'<p>elles</p> ne pouvaient pas être séduisantes
110
+ Vous détruisez l' <hon>école<hoff> alors qu'<p>elle</p> va finalement produire de l'argent ?
111
+ Et puis, d'un seul coup, <p>il</p> se mettait à faire... un bruit strident inexplicable.
112
+ N'étaient-<p>elles</p> pas onéreuses ?
113
+ Je savais que le <hon>plan<hoff> de Jones était trop astucieux, qu'<p>il</p> devait venir de Bell.
114
+ La <hon>balle<hoff> n'a pas pu passer par la fenêtre, à moins qu'<p>elle</p> ait été tirée d'un camion ou d'un gros 4x4, mais c'est limite.
115
+ Il fallait que je me débarrasse de ma peau écailleuse parce qu'<p>elle</p> <hon> était de<hoff> venue trop petite, tu vois ?
116
+ Sans énergie pour le système de refroidissement‎, <p>il</p> va <hon>faire chaud<hoff> comme en enfer ici‎.
117
+ Il y a du <hon>poulet<hoff> rôti, mais <p>il</p> est un peu gris.
118
+ Tu sais, le docteur a dit que si cet <hon>oiseau<hoff> avait atteint ma deuxième couche de maqu<p>il</p>lage, <p>il</p> aurait pu faire des dommages permanents à ma peau.
119
+ Je n'avais pas réalisé à quel point <p>elle</p> était brillante.
120
+ Vous étiez dans le <hon>train<hoff> quand <p>il</p> a disparu.
121
+ J'avais un <hon>cochon<hoff> malade, <p>Il</p> est mort rapidemment.
122
+ Ensuite je redirige la puissance vers ce <hon>système<hoff> , pour être sûr qu'<p>il</p> ressent chaque vibration.
123
+ Ta <hon>prise<hoff> de poids est exactement ce qu'<p>elle</p> dois être au 3e trimestre.
124
+ Quand un vent solaire orageux souffle, cette <hon>zone<hoff> de protection grandit, par temps solaire calme, <p>elle</p> rétrécit.
125
+ Les <hon>filles<hoff> attendent jusqu'à ce qu'<p>elles</p> soient plus agées, jusqu'à ce qu'<p>elles</p> aient des piercings, et des MST. et appeller leur mère vieille conne.
126
+ Je crois qu'<p>elles</p> sont... tu vois ?
127
+ Pourquoi Leeds donnerais cette <hon>carte<hoff> sans dire à quoi <p>elle</p> sert?
128
+ Elles m'aiment parce qu'<p>elles</p> savent que je ferais n'importe quoi pour la rendre heureuse.
129
+ Maintenant <p>elle</p> est aussi avec toi.
130
+ 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.
131
+ <p>Elles</p> tiendront pas deux jours dans une prison mexicaine.
132
+ Quand j'arrivais à un feu rouge, je priais pour qu'<p>il</p> me lâche pas.
133
+ - mais cette <hon>vésicule<hoff> biliaire <p>elle</p> avait plusieurs adhérences.
134
+ Qu'est ce qu'<p>il</p> <hon>y'a<hoff> maintenant Mousse ?
135
+ La façon dont <p>elles</p> me regardent.
136
+ Non, je ne pense pas qu'<p>elles</p> puissent faire mon job.
137
+ Si les <hon>filles<hoff> avaient un téléphone et qu'<p>elles</p> aillent bien, <p>elles</p> auraient déjà appelé à l'aide.
138
+ 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?
139
+ Je veux savoir... si je peux le garder en moi, ou s'<p>il</p> surgira et causera des dommages.
140
+ Elles sont petites, <p>elles</p> sont caoutchouteuses, et <p>elles</p> n'ont pas de gout.
141
+ Ces <hon>garces<hoff> vont enfin avoir ce qu'<p>elles</p> méritent.
142
+ Et ne se font pas arrêter et <p>elles</p> gardent leurs travails et n'ont pas tout le monde qui pensent qu'<p>elles</p> sont des " des monstres fous. "
143
+ Pire que de l'avaler, c'est attendre qu'<p>il</p> remonte.
144
+ Sérieusement, ces enfoirés vont te baiser avec l'eau dans la fosse s'<p>il</p> <hon>pleut<hoff> demain.
145
+ Mais <p>elle</p> va encore l'agrandir.
146
+ 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.
147
+ Mon nom est Sue mais <p>elles</p> m'appellent Boomer parce que je finis toujours par revenir.
148
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
149
+ Des <hon>bottes<hoff> à embout d'acier peut être du style punk, mais <p>elles</p> ont vraiment heurté son crâne.
150
+ Tu n'as pas brossé ta <hon>dent<hoff> , <p>elle</p> est tombée !
151
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme Mais <p>elle</p> voit tout...
152
+ Tu sais où est ton putain de <hon>bateau<hoff> et tu sais pourquoi <p>il</p> n'est pas ici.
153
+ <p>Elles</p> ont pu?
154
+ J'aime le <hon>paprika<hoff> , mais <p>il</p> ne m'aime pas.
155
+ Aucune chance qu'un gars comme Sloan ne lave pas ses <hon>draps<hoff> , donc <p>elles</p> sont fraîches.
156
+ Ces <hon>connexsions<hoff> Facebook, <p>elles</p> marchent rarement comme prévu.
157
+ Un bon dispositif de sécurité stoppe les <hon>menaces<hoff> avant qu'<p>elles</p> ne soient trop proches.
158
+ Quelques fois, quand elle n'avait pas d'argent, <p>il</p> laissa glisser juste pour l'aider.
159
+ - au niveau où <p>elles</p> devraiment.
160
+ Je suppose que mes vêtements <p>il</p> est sec, non?
161
+ Elles entendent ce mot et <p>elles</p> se mettent à te contrôler.
162
+ 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.
163
+ 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
164
+ Comment peut-<p>elle</p> vous hanter ?
165
+ On est en 2014, et les <hon>femmes<hoff> ont le droit de fréquenter qui <p>elles</p> veulent.
166
+ <p>Elles</p> ont le droit de savoir qu'il est vivant et prêt d'elles.
167
+ 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.
168
+ Vous ne pouvez pas Fuir un nuage après tout, Donc <p>il</p> reste ici, couvert de poussière.
169
+ 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.
170
+ Et <p>il</p> correspond à votre ADN.
171
+ Le <hon>processus<hoff> , tel qu'<p>il</p> existe, est fastidieux, très imparfait et je crois qu'on peut l'améliorer.
172
+ Je ne me rapp<p>elle</p> même plus de qu<p>elle</p> couleur <p>elle</p> était.
173
+ Fin de la <hon>carrière<hoff> de football de Knox avant même qu'<p>elle</p> n'aie commencé.
174
+ Et là je regardé...j'étais venu, et <p>elle</p>...<p>elle</p> n'était plus là, tu saisis ?
175
+ La balle l'a fait tomber, <p>il</p> s'est cassé.
176
+ Je comprends pas pourquoi on peut pas garder les <hon>choses<hoff> comme <p>elles</p> sont.
177
+ 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
178
+ Il vaut mieux que mes hommes y a<p>il</p>lent, pour être sûr qu'<p>il</p> arrive à destination.
179
+ - Vee, je veux que tu parles aux autres <hon>filles<hoff> à l'hôpital, vois ce qu'<p>elles</p> peuvent nous apprendre.
180
+ <p>Elle</p> les vaut.
181
+ Si la <hon>camionnette<hoff> tournait, <p>elle</p> aurait du passer devant l'une d'<p>elle</p>s.
182
+ Je l'ai investit avec un <hon>courtier<hoff> de Wall Street qui disait qu'<p>il</p> ne pouvait pas le perdre.
183
+ S'<p>il</p> est rendu public, elle est en danger.
184
+ J'aimerai dire oui, <p>elles</p> sont si jolies.
185
+ - Il aurait mieux valu qu'<p>elle</p> y soit.
186
+ La <hon>preuve<hoff> d'Emir est entendue à huis clos et <p>elle</p> y restera.
187
+ 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.
188
+ 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.
189
+ Mais <p>il</p> devint beaucoup plus...
190
+ Le <hon>liquide<hoff> dans la boute<p>il</p>le, <p>il</p> marche.
191
+ - Désolé mais <p>il</p> <hon>semble<hoff> que Mlle Hunter soit piégée dans une boite.
192
+ Si je peux le dresser, <p>il</p> laissera Krokmou tranqu<p>il</p>le.
193
+ Versez de l'eau sur cet <hon>acier<hoff> afin qu'<p>il</p> ne surchauffe pas!
194
+ Si <p>elles</p> allaient manifester à Miss USA, j'en étais.
195
+ 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.
196
+ S'<p>il</p> <hon>est vrai<hoff> que des hommes comme moi nourrissent les feux de l'enfer, je vous apporterai plus de ravita<p>il</p>lement pour votre feu que mon âme seule ne pourra jamais vous en fournir.
197
+ Assure-toi qu'<p>elles</p> soient prêtes.
198
+ 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.
199
+ C'est tout ce qu'<p>il</p> fait et <p>il</p> le fait vite.
200
+ <p>Elle</p> doit le rester.
201
+ Il est temps de renvoyer ce <hon>cafard<hoff> de l'enfer d'où <p>il</p> vient.
202
+ Quand elle avait 12 ans, elle était... elle était obsédée par les <hon>licornes<hoff> parce qu'<p>elles</p> sont magiques.
203
+ 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.
204
+ Tu ne profite pas toujours de tes <hon>vacances<hoff> tropicales, mais <p>elles</p> ne sont jamais ennuyeuse.
205
+ C'est ainsi qu'<p>il</p> s'est ouvert, et que le sang a giclé partout.
206
+ Mais <p>elle</p> a fait des dommages dans sa colonne vertébrale.
207
+ Ces <hon>personnes<hoff> là, <p>elles</p> travaillent trop dur pour voir tous leurs efforts détruits par une personne dérangée.
208
+ 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.
209
+ Oui, <p>il</p> est à l'infirmerie.
210
+ J'espère juste qu'<p>il</p> <hon>n'y aura<hoff> pas de malaise.
211
+ 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.
212
+ <hon>Elles<hoff> ont des carrières complètement différentes, et <p>elles</p> vivaient dans des quartiers différents.
213
+ Ce genre de <hon>situation<hoff> ne font pas le caractère, <p>elles</p> le révèlent.
214
+ 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...
215
+ <p>Elles</p> ont déchiré ma robe, et du coup, j'ai plus rien à me mettre.
216
+ Un jour un naturaliste est venu voir le cocon de cette rare <hon>créature<hoff> , alors qu'<p>il</p> se battais pour émerger dans sa nouvelle forme.
217
+ Ce <hon>poème<hoff> , <p>il</p> me rappelle le jours où mes bébés sont nés..
218
+ Corrige moi si je me trompe, mais <p>elles</p> étaient assises l'une à côté de l'autre.
219
+ Et s'<p>il</p> ne parle pas ?
220
+ Mais je dirais qu'il y a environ cinq autres <hon>personnes<hoff> à Red Springs qui pourraient parler si <p>elles</p> le voulaient.
221
+ Le <hon>bar<hoff> est ouvert, et <p>il</p> peut le rester.
222
+ <p>Elles</p> ont craint.
223
+ Donc <p>il</p> est simplement évacué du système sans causer d'infection.
224
+ Prélevez ce <hon>truc<hoff> sur moi, et mettez-le là où <p>il</p> peut faire quelque chose de bon.
225
+ C'était près du <hon>lac<hoff> , enfin un lac de temps en temps, après <p>il</p> s'assèche.
226
+ "Sans cela, <p>elle</p> tournerait à la vitesse maximale jusqu'à s'autodétruire."
227
+ Et <p>il</p> est impuissant sans toi.
228
+ Mais si nous demandions quelques échant<p>il</p>lons de soie à la grande salle vous pourriez sentir par vous-mêmes comment le <hon>taffetas<hoff> est si rigide qu'<p>il</p> tient presque debout tout seul et la mousseline si douce qu'elle vous glisse sur la peau comme de l'eau.
229
+ "Les <hon>choses<hoff> ne sont pas ce qu'<p>elles</p> semblent être."
230
+ L' <hon>amie<hoff> de Blake a posté la vidéo sur WeTube. Mais <p>elle</p> ne l'a pas propagée.
231
+ Et puis les <hon>poteries<hoff> là, on les a faites nous-mêmes, et je sais qu'<p>elles</p> sont un peu de travers, mais <p>elles</p> nous rappellent mon sourire en coin.
232
+ <p>Elles</p> ont raison sur pas mal de choses.
233
+ Ils ont un grand <hon>mur<hoff> derrière lequel se cacher, mais <p>il</p> ne garde qu'un côté.
234
+ Mais un jour, je le léchais, et <p>il</p> m'a mis une écharde dans la langue.
235
+ Celons moi, <p>il</p> ne voudrait pas.
236
+ Ce qui explique pourquoi, quand <p>il</p> a pris ce coup à l'estomac, <p>il</p> s'est fracturé la vertèbre.
237
+ Vous ne croyez pas que l'on devrait réparer le <hon>mat<hoff> du drapeau avant qu'<p>il</p> ne tombe encore sur la voiture d'un parent ?
238
+ Cette <hon>pièce<hoff> ne devraitpas , sur le papier, être une bonne pièce pour les batteries, parce qu'<p>elle</p> est comme une grande et ancienne salle carrée.
239
+ 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.
240
+ Le <hon>réacteur<hoff> à eau légère est beaucoup plus simple, mais <p>il</p> produit plus de déchets.
241
+ On saura où <p>il</p> va et à quoi <p>il</p> va servir.
242
+ 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.
243
+ La seule sortie, c'est cette <hon>porte<hoff> et <p>elle</p> est fermée.
244
+ "Il est intéressant de noter que le patient nia "que le <hon>bébé<hoff> fût mort parce qu'<p>il</p> n'avait pas de trou.
245
+ Mais ce qu'<p>elles</p> aiment chez lui c'est qu'il va sur ce bateau avec cette gonzesse sous la pluie, avec ces stupides canards.
246
+ 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é.
247
+ J'ai créé cette <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
248
+ C'est comme les petites <hon>filles<hoff> dans la cours d'école quand <p>elles</p> vous frappent parce qu'<p>elles</p> pensent que vous êtes mignon.
249
+ Les phrénologues pensent qu'<p>elle</p> contrôle les facultés cognitives. - La mémoire, en fait.
250
+ Peut-etre qu'<p>il</p> ne le fera jamais !
251
+ Le <hon>nom<hoff> des Ewing ne signifie rien pour toi, mais <p>il</p> représente beaucoup pour moi.
252
+ <p>Elle</p> est tombée en panne sur l'Eisenhower, évidemment.
253
+ Ok, j'ai eu cette <hon>laine<hoff> australienne et <p>elle</p> est en soldes.
254
+ Ton <hon>attention<hoff> n'a pas été là où <p>elle</p> devrait être.
255
+ Quand <p>elles</p> viendront, <p>elles</p> devraient certainement être bien habillées.
256
+ Les <hon>choses<hoff> sont bien comme <p>elles</p> sont.
257
+ Il semble qu'<p>elle</p> ait raté la grosse artère.
258
+ Mais le vaste désert qu'<p>il</p> a créé est une source de vie à l'autre bout du monde.
259
+ 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.
260
+ <p>Elles</p> ont l'air d'être des versions humaines de plantes en pot.
261
+ Les <hon>choses<hoff> sont normales, et puis <p>elles</p> ne le sont plus.
262
+ - J'ai été assez futile pour mettre de nouv<p>elles</p> <hon>chaussures<hoff> pour cette visite, <p>elles</p> me font horriblement souffrir.
263
+ Assure-toi de mettre assez de produit sur sa <hon>queue<hoff> , sinon <p>elle</p> ne sera pas bouffante comme il aime.
264
+ Avec son gros bec, <p>il</p> a du mal à trouver son équ<p>il</p>ibre.
265
+ Est-ce que c'est le <hon>cheval<hoff> , <p>il</p> sait voler?
266
+ Je pense qu'<p>il</p> essaye d'être marrant.
267
+ Aussi loin vers le sud qu'<p>elles</p> le purent
268
+ Mais ne crois pas qu'<p>il</p> <hon>suffit de<hoff> mélanger du lait et de la vodka, ça ne marche pas.
269
+ Si <p>elles</p> aiment son territoire, <p>elles</p> pourraient prolonger leur séjour.
270
+ Grâce à <p>elle</p> ce sera légal.
271
+ - <p>Elle</p> est partie ?
272
+ Le garçon sait où <p>il</p> est.
273
+ Et j'ai la <hon>réponse<hoff> , mais <p>elle</p> n'est pas pertinente pour cette affaire.
274
+ Mais si mon <hon>sujet<hoff> venait à tout découvrir et qu'<p>il</p> prenait conscience de la situation, je pourrais aussi bien vouloir voir ce qui va se passer...
275
+ Je veux seulement que le <hon>clan<hoff> bancaire redevienne ce qu'<p>il</p> était autrefois. Un système de commerce équitable.
276
+ Si notre <hon>système<hoff> immunitaire ne peut le voir, <p>il</p> ne réagira pas.
277
+ Ton <hon>verre<hoff> n'est pas aussi plein qu'<p>il</p> devrait l'être, Frank.
278
+ 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à.
279
+ Et en tout cas, l' <hon>immeuble<hoff> a une sécurité, alors... <p>il</p> est plus sûr que cet endroit.
280
+ 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.
281
+ <p>Elle</p> est fermée hermétiquement ?
282
+ Et <p>il</p> a fallu beaucoup de flèches!
283
+ Peut-être qu'il l'est.
284
+ Si quelque chose se passe mal, le code c'est "<p>il</p> <hon>se fait tard<hoff> "
285
+ Ici, à votre droite, une petite <hon>route<hoff> sans histoire, si ce n'est qu'<p>elle</p> mène à l'immeuble d'une personnalité féminine qui a été assassinée, il y a 3 jours.
286
+ Les <hon>choses<hoff> ne peuvent pas continuer comme <p>elles</p> étaient.
287
+ En donnant aux femmes ce qu'<p>elles</p> veulen <hon>t, v<hoff> ous vous ferez respecter.
288
+ Maintenant poussez cette <hon>merde<hoff> jusqu'au garage auquel <p>elle</p> appartient.
289
+ Mais <p>elles</p> ne peuvent pas à cause des lois tout ça.
290
+ Peu importe où <hon>wonderboy<hoff> est, j'espère qu'<p>il</p> n'est pas près de Wall Street, parce que c'est là que Donnelly se dirige. C'est exactement où est John.
291
+ Toutes les autres <hon>filles<hoff> , pour leur démonstration, jonglaient avec des couteaux, comme <p>elles</p> le font toujours.
292
+ Non, c'est complètement dingue ! La caméra voit même pas la <hon>porte<hoff> quand <p>elle</p> s'ouvre.
293
+ Mes <hon>notes<hoff> .... <p>Elles</p> n'avaient pas baissé.
294
+ Alors je leur ai donné ce dont <p>elles</p> avaient besoin.
295
+ Ecoute, je ne sais rien à propos de ça, mais ici <p>il</p> ne l'est pas.
296
+ C'est une situation terrible, Ces <hon>femmes<hoff> qui ont fait confiance à un homme qu'<p>elles</p> aimaient.
297
+ Je n'avais plus pensé à cette nuit depuis des années, 1919, l' <hon>opéra<hoff> juste avant qu'<p>il</p> ne brûle.
298
+ 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.
299
+ Que devrait-<p>il</p> apporter ?
300
+ Oui, <p>elles</p> le font.
301
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
302
+ Et si <p>elles</p> les perdent, tu perds les tiens aussi.
303
+ Mais <p>il</p> a avalé le lapin.
304
+ 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.
305
+ Mais j'ai testé la <hon>bouteille<hoff> que m'a donné M. Blackburn et <p>elle</p> est propre.
306
+ Les <hon>femmes<hoff> ont dans l'esprit une vision de l'homme qu'<p>elles</p> se sont forgées depuis qu'elle sont toutes petites en regardant des films de princesses et en jouant avec leurs papas.
307
+ Il sait qu'<p>elles</p> sont vulnérables.
308
+ Les <hon>filles<hoff> viennent juste, <p>elles</p> viennent de se mettre au lit.
309
+ Mais <p>elles</p> son <hon>t à mo<hoff> i.
310
+ Et j'ai essayé de l'aider après qu'<p>elles</p> soient parties.
311
+ Je ne sais pas exactement où <p>elle</p> est.
312
+ Mais sans vouloir offenser la <hon>loi<hoff> , <p>elle</p> ment.
313
+ Eh bien, <p>il</p> est claire que votre corps n'était pas prêt à l'encaisser Et quoi qu'<p>il</p> <hon>se passe<hoff> avec votre père, C'est trop diffic<p>il</p>e à supporter pour votre conscience et votre système nerveux, et donc ça se ressent sur votre peau et dans votre estomac.
314
+ 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.
315
+ Les 2 <hon>femmes<hoff> peuvent poser des questions, <p>elles</p> comprendront pas.
316
+ Mais <p>elles</p> me remercieront parce que j'ai attendu jusqu'à...
317
+ Et dès que la <hon>moisissure<hoff> s'installe, <p>elle</p> ne part plus
318
+ Je suis très doué pour la réparer quand <p>elle</p> plante.
319
+ Cet <hon>emploi<hoff> semble fac<p>il</p>e, mais <p>il</p> ne l'est pas.
320
+ Ils ont dû l'enlever de l'aquarium avant qu'<p>il</p> n'infecte les autres poissons.
321
+ et <p>il</p> a six places donc <p>il</p>s ont étendu leur invitation à tout Hankmed.
322
+ Assurez-vous qu'<p>il</p> est fermé et verrou<p>il</p>lé .
323
+ Les <hon>histoires<hoff> sont assez chiantes mais <p>elles</p> te font te sentir mieux dans ta vie.
324
+ Une vie<p>il</p>le panne du <hon>haut-parleur<hoff> . À part ça, <p>il</p> marche.
325
+ Mes amies trouvaient ça laid, mais j'aimais qu'<p>elles</p> soient différentes.
326
+ Un jour, un <hon>trident<hoff> apparaît au-dessus de ma tête, puis <p>il</p> est descendu au sud.
327
+ Et une amie ne prend pas ses <hon>amies<hoff> pour des idiotes quand elle leur demande ce qui se passe et qu'<p>elles</p> répondent "rien".
328
+ Et d'autres <hon>victimes<hoff> aimeraient savoir qu'<p>elles</p> ne sont pas seules.
329
+ J'ai fait un <hon>rêve<hoff> , et <p>il</p> m'a fait aller à Aiga.
330
+ Nous étudions les particules, parce qu'après le Big Bang, tout ce qu'<p>il</p> 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'<p>il</p> est aujourd'hui et son futur.
331
+ Vous avez acheté une <hon>voiture<hoff> 400'000 $ et n'avez pas vérifié qu'<p>elle</p> était arrivée ?
332
+ Quand mon <hon>immeuble<hoff> sera terminé, avec ses 55 étages de haut, et qu'<p>il</p> pèsera plus de 2.223.000 tonnes.
333
+ En chaque homme se trouve une <hon>bête<hoff> et <p>elle</p> émerge quand vous mettez une épée dans leurs mains.
334
+ <p>Elles</p> n'ont besoin que d'être un peu renforcées.
335
+ Puis, quand j'ai eu fini de regarder le Letterman Show, <p>elle</p> était revenue.
336
+ <p>Elles</p> vont peut-être nous laisser tranquilles ce soir.
337
+ Je...je fais ces grandes <hon>promesses<hoff> , et ensuite... quand <p>elles</p> tombent à plat...
338
+ Ces <hon>choses<hoff> la ne sont jamais comme <p>elles</p> semblent.
339
+ <p>Elle</p> voulait en faire don au musée.
340
+ Les <hon>femmes<hoff> ne sont pas sexy quand <p>elles</p> sont vieilles.?
341
+ Ce que je peux vous dire à propos de la <hon>sous-culture<hoff> c'est qu'<p>elle</p> repousse les barrières.
342
+ Il la tue, comme <p>il</p> a tué son noble parent.
343
+ 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 ?
344
+ Parfois, <p>elles</p> disent le contraire, mais tu sais bien comme <p>elles</p> sont.
345
+ 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.
346
+ Si, <p>elles</p> le sont.
347
+ Je suis presque sûr d'avoir mangé une <hon>pomme<hoff> de pin parce qu'<p>elle</p> me l'a dit.
348
+ Parce qu'<p>elles</p> vont bientôt mourir de toute façon.
349
+ Les <hon>choses<hoff> sont ce qu'<p>elles</p> sont, mais <p>elles</p> pourraient être bien différentes.
350
+ Il s'est arrêté juste là, et <p>il</p> a déposé le corps d'Ana juste là-bas.
351
+ J'avais acheté un <hon>cadre<hoff> pour mon bureau, et <p>il</p> est juste là en train d'attendre la photo.
352
+ 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.
353
+ Elle peut voir le <hon>spectacle<hoff> quand <p>il</p> sera prêt.
354
+ Je commence à croire qu'<p>il</p> a un pouvoir maléfique.
355
+ Mais les <hon>femmes<hoff> , <p>elles</p> sont différentes, se battent différemment, sentent différemment.
356
+ Les <hon>sardines<hoff> ne vivent que quelques années, <p>elles</p> se reproduisent vite.
357
+ Elles... <p>elles</p> sont si b<p>elles</p>.
358
+ 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
359
+ Aujourd'hui, <p>elle</p> achète votre main-d'oeuvre mais <p>elle</p> paie toujours les pauvres avec du vent.
360
+ Tu sais comment <p>elles</p> sont mortes.
361
+ Ou ses <hon>glandes<hoff> surrénales ont pompé tout ce qu'<p>elles</p> avaient dans son système.
362
+ Mes <hon>filles<hoff> ... <p>Elles</p> ont une belle vie.
363
+ Je ne vois plus la beauté de la vie qui l'habite mais juste ce qu' <p>elle</p> peut apporter à mon espèce, et ce qu'<p>elle</p> me permet de produire.
364
+ Leurs larmes étaient en sang, et <p>elles</p> avaient des serpents à la place des cheveux.
365
+ Vous n'êtes pas obligée, il me suffit de regarder, toutes ces <hon>photos<hoff> , <p>elles</p> le disent toutes.
366
+ Si l'essence est leur nourriture, alors pourquoi <p>elles</p> ont des dents ? !
367
+ Beatrix: une <hon>gerbille<hoff> est née et <p>elle</p> ressemblait à une tomate mâchée.
368
+ La <hon>peau<hoff> est sèche, <p>elle</p> a perdue son élasticité.
369
+ Et qu'<p>il</p> s'est sauvé avant qu'on ait tous fait un tour.
370
+ Et <p>elles</p> aiment Bea.
371
+ Quand on se dit que la <hon>journée<hoff> ne peut pas aller plus mal, <p>elle</p> empire.
372
+ Oui, et j'aimerais mieux qu'<p>il</p> n'en sorte pas.
373
+ Mais <p>elle</p> avait disparu.
374
+ Les <hon>femmes<hoff> font ce qu'<p>elles</p> font.
375
+ -Si, <p>elles</p> craignent.
376
+ Mon bon ami POTUS, mon frère Gamma Chi, va me convoquer dans son bureau et il va me montrer une épée et il va me dire de prendre l' <hon>épée<hoff> et de la glisser dans ma gorge jusqu'à ce qu'<p>elle</p> me ressorte par le cul.
377
+ Joue avec un <hon>serpent<hoff> assez long, <p>il</p> te mordra.
378
+ Qu'est-ce qu'<p>elles</p> vont lui faire ?
379
+ On a t<p>elle</p>ment de choses à faire pour construire cette <hon>relation<hoff> , et <p>elle</p> est fragile, et toi, tu nous laisses tomber.
380
+ Si les <hon>familles<hoff> royales avaient mis la main dessus, <p>elles</p> auraient pu contrôler le monde.
381
+ J'imagine qu'<p>elles</p> s'en rendront compte au moment du dîner.
382
+ <p>Elles</p> repèrent l'endroit, détruisent les maisons et tuent les indigènes.
383
+ Le <hon>cerveau<hoff> tentait de comprendre le traumatisme, et <p>il</p> a rempli les blancs.
384
+ Je mets un <hon>toast<hoff> , <p>il</p> saute et là je le remets toaster... et <p>il</p> est toasté deux fois.
385
+ Tu dis ce <hon>mot<hoff> si souvent qu'<p>il</p> n'a plus de sens.
386
+ Le porteur de peau parle et ressemble à ses <hon>victimes<hoff> , mais il ignore ce qu'<p>elles</p> savent.
387
+ L' <hon>immeuble<hoff> où vous la gardez n'est pas une prison, mais <p>il</p> est bien sécurisé.
388
+ Si un <hon>rhinocéros<hoff> était aussi gros qu'une baleine, <p>il</p> pourrait le battre ?
389
+ <p>Elles</p> sont douces.
390
+ <p>Elle</p> irait en direction d'Eren ?
391
+ Cette photo prouve qu'<p>elles</p> étaient les dernières à l'avoir vu vivant, pourtant personne n'en a parlé aux policiers.
392
+ Cette <hon>épée<hoff> a été forgée dans le souffle du dragon. Et <p>elle</p> m'obéit.
393
+ Je suis peut-être à la tête de cette <hon>banque<hoff> , mais <p>elle</p> est à nous tous.
394
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
395
+ La <hon>mort<hoff> de Len Fowler n'était pas ce qu'<p>elle</p> semble être, Dot.
396
+ <p>Elles</p> peuvent toujours maintenir assez d'insécurité pour être vulnérables ce qui est attirant.
397
+ Ben ouais, <hon>ici<hoff> <p>il</p> est marqué : "Aucune faiblesse connue".
398
+ Elles sont des prédateurs pour lui, et il pense qu'<p>elles</p> essayent de l'avoir.
399
+ Quels dégâts avait-<p>il</p> déjà causés ?
400
+ 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.
401
+ Si deux <hon>filles<hoff> nous voient descendre la rue, <p>elles</p> diraient, "hey, ces deux-là sont jumeaux.
402
+ Le conse<p>il</p> pense en fait qu'<p>il</p> vend l'image... génie, iconoclaste.
403
+ <p>Elles</p> m'ont raconté des choses pas sympas.
404
+ Ce <hon>vaisseau<hoff> a des m<p>il</p>lions d'années, <p>il</p> ne volera jamais.
405
+ On a reconstitué cette <hon>colonie<hoff> comme <p>elle</p> était un siècle plus tôt.
406
+ Mais <p>il</p> le doit.
407
+ Les <hon>femmes<hoff> sortent avec des condamnés à mort parce qu'<p>elles</p> savent ou ils sont A chaque instant de la journée, et ça les rassure.
408
+ <p>Elles</p> étaient dans les bras l'une de l'autre ?
409
+ Tout se relâche, <p>elles</p> rient, ça commence à bouger.
410
+ Ouais, <p>elles</p> sont explicites.
411
+ J'aimerais seulement que les <hon>choses<hoff> redeviennent comme <p>elles</p> étaient,
412
+ Cette <hon>chose<hoff> est trop puissante, et je veux qu'<p>elle</p> meure.
413
+ Oui, <p>elles</p> vont bien. <hon>Elles<hoff> veulent juste rentrer à la maison. et <p>elles</p> ont besoin de ton aide.
414
+ Les <hon>femmes<hoff> ont plus de chances de tomber enceinte, si <p>elles</p> ont un orgasme
415
+ C'est ce que les <hon>filles<hoff> font, <p>elles</p> sortent avec des mecs.
416
+ Comment le cœur le faire quand <p>il</p> était plus jeune?
417
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
418
+ Je vois des <hon>personnes<hoff> dans cet état, Je souhaite qu'<p>elles</p> se dépêchent de s'en ailler.
419
+ Lors d'une mauvaise journée, <p>elles</p> venaient vers nous!
420
+ 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.
421
+ Eh bien, <p>il</p> est venu avec un couteau à gâteau, et je voulais juste tenir une arme que je pouvait vraiment ut<p>il</p>iser.
422
+ L'idée c'est que les <hon>choses<hoff> ne sont pas aussi mauvaises qu'<p>elles</p> ont l'air.
423
+ Et une fois qu'<p>elle</p> le sera, il sera temps de vous ramener à la maison.
424
+ Si seulement <p>elles</p> étaient comme toi!
425
+ Apparemment, <p>il</p> a également tué leurs doubles de l'autre côté.
426
+ 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 <p>il</p>légales de... du Capitaine Chapel.
427
+ J'ai juste deux <hon>filles<hoff> , et <p>elles</p> parlent trop.
428
+ Le <hon>Knick<hoff> devra faire pare<p>il</p> s'<p>il</p> ne veut pas fermer.
429
+ Les <hon>choses<hoff> redeviendront exactement comme <p>elles</p> étaient?
430
+ Mais cette <hon>opération<hoff> , <p>elle</p> a la possibilité d'être plus qu'un traitement.
431
+ Le <hon>jeu<hoff> est si populaire parmi les étudiants qu'<p>il</p> crée de graves problèmes qui semblent insolubles.
432
+ OK, vous trois, les Inglorious Baxter, allez vous réunir pour faire une <hon>vidéo<hoff> virale t<p>elle</p>ment populaire qu'<p>elle</p> me rendra célèbre !
433
+ C'est tout ce que la <hon>caméra<hoff> a vu quand <p>elle</p> a été activée par les mouvements.
434
+ Les <hon>choses<hoff> ne sont pas faciles, mais <p>elles</p> peuvent toujours être bonnes
435
+ <p>Elles</p> sont près des ascenseurs pour les bureaux importants ?
436
+ Elle devait déjouer le terrorisme, mais <p>elle</p> détecte tout.
437
+ Au v<p>il</p>lage, avant qu'<p>il</p> <hon>fasse nuit<hoff> .
438
+ Il y a seulement trois décharges dans lesqu<p>elle</p>s <p>elle</p> pourrait avoir fini.
439
+ Eh bien, le <hon>s<p>il</p>ex<hoff> fonctionne indépendamment qu'<p>il</p> soit humide.
440
+ Qu'est-ce qu'<p>il</p> représentait ?
441
+ 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.
442
+ 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.
443
+ Nous pensons que les <hon>personnes<hoff> sont enlevées quand <p>elles</p> approchent de la limite de la ville.
444
+ Dans certains cas <p>elle</p> n'existe pas.
445
+ Et certaines, comme celle-là... <p>elles</p> deviennent une partie de toi.
446
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
447
+ Je crois... qu'<p>il</p> t'aime.
448
+ Cela ne veut pas dire qu'<p>elles</p> ne sont pas importantes.
449
+ Malheureusement, <p>elles</p> ne l'aiment en retour que dans 10% des cas.
450
+ Ç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.
451
+ Mais quand j'ai mis ce <hon>gobelet<hoff> sur l'étagère que le vent l'a fait tomber et qu'<p>il</p> s'est cassé, j'ai dit "Bien sûr".
452
+ Doux Jesus, met cette <hon>bague<hoff> au doigt de Holly avant qu'<p>elle</p> ne finisse sur celui de violette ".
453
+ Maintenant que les <hon>femmes<hoff> sont plus instruites, <p>elles</p> gagneront davantage d'argent et vont tout gérer.
454
+ Quand <p>elle</p> est entrouverte.
455
+ Quand la <hon>main<hoff> du patient est relachée directement au dessus du visage, <p>elle</p> devrait heurter directement celui ci.
456
+ J'ai eu un <hon>chien<hoff> ... quand j'étais petite, et un jour, <p>il</p> m'a attaqué, et m'a mordu.
457
+ Mesdames et Messieurs, il semblerait qu'<p>elles</p> aient amené Otis.
458
+ Et si cette <hon>imprimante<hoff> n'a aucune économie parce qu'<p>elle</p> dépense tout en vieux jouets ?
459
+ Mon <hon>mariage<hoff> avec Heather ? Effacé. <p>Il</p> n'a jamais existé.
460
+ Elle a tendu la main vers son café, et je le jure qu'<p>elle</p> n'a jamais touché la <hon>tasse<hoff> , mais <p>elle</p> s'est éloignée de sa main.
461
+ 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.
462
+ Alors pourquoi <p>elle</p> n'était pas là ce soir ?
463
+ Ta <hon>maison<hoff> sent meilleur maintenant qu'<p>elle</p> ne sent plus la pisse, vieux salopard.
464
+ J'ai conçu la <hon>Machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
465
+ Regarde, si tu tues la <hon>punaise<hoff> , <p>elle</p> va mourir, et ta vie aura un peu plus de sens.
466
+ Et la <hon>viande<hoff> a été cuite jusqu'à ce qu'<p>elle</p> soit brune. Bonne apetit.
467
+ Cette <hon>table<hoff> , <p>elle</p> penche.
468
+ Même l' <hon>eau<hoff> sait sauter d'une plaque de cuisson quand <p>elle</p> est chaude.
469
+ <p>Elle</p> est en elle maintenant.
470
+ J'ai une <hon>idée<hoff> mais <p>elle</p> est pas b<p>elle</p>.
471
+ Vous croyez qu'<p>elle</p> fonctionne encore?
472
+ Cette fois-ci... On ne sait pas ce qu'<p>elle</p> a provoqué.
473
+ La <hon>méthylamine<hoff> aqueuse est à base d'eau, mais <p>elle</p> est moins lourde que l'eau.
474
+ C'est pas qu'<p>il</p> y <hon>ait besoin<hoff> de le dire, mais le Ph<p>il</p> express amène toujours ses dames à la v<p>il</p>le heureuse.
475
+ C'est bouleversant, d'aider son père à découper ce <hon>sapin<hoff> , pour qu'<p>il</p> rentre dans la poubelle.
476
+ <p>elles</p> trouvent les armes, attirent les proies.
477
+ Quant au coucher du sole<p>il</p>, <p>il</p> projettera une ombre longue d'un k<p>il</p>omètre.
478
+ Si j'étais arrêté, les gens présumeraient qu'<p>elle</p> me servait à me moucher.
479
+ Oui, est-ce qu'<p>elle</p> avait une chute au moins ?
480
+ Il s'avère qu'<p>il</p> appartenait à la mafia.
481
+ Des <hon>dindes<hoff> ! Tuez-les avant qu'<p>elles</p> ne se multiplient!
482
+ 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é.
483
+ Tu m'as dit qu'<p>il</p> était entré en moi trop tôt dans le conteneur d'expédition.
484
+ Tant qu'<p>il</p> ne sait pas qui on est, <p>il</p> ne devrait pas nous tuer !
485
+ Si les fédéraux mettent la main sur <p>elle</p>, Ca pourrait les mener à toi et ta famille.
486
+ L' <hon>argument<hoff> gagnant est comme un bon vin, <p>il</p> me donne une sensation de bien-être.
487
+ Sur les lieux, il les dépose comme si <p>elles</p> priaient.
488
+ J'ai vu comment <p>il</p> <hon>est fac<p>il</p>e<hoff> pour vous de détruire, de démembrer une personne.
489
+ Si ça ne donne rien, on devra essayer les bois. Et s'<p>il</p> <hon>fait nuit<hoff> , <p>il</p> me faut un expert des lieux.
490
+ Mais vous êtes conscient qu'<p>elle</p> ne devra jamais être en état de présenter sa version des faits.
491
+ Elles se trouvaient exactement là où sa source avait dit qu'<p>elles</p> seraient.
492
+ Elles voient tellement de carnage en une seule vie que parfois, <p>elles</p> répriment leur mémoire dans la suivante.
493
+ Maman, je pensais je j'allais étudier avec <p>elles</p> , mais <p>elles</p> m'ont emmené à une fête.
494
+ J'ai besoin qu'<p>il</p> soit rétabli.
495
+ Son <hon>esprit<hoff> n'était plus ce qu'<p>il</p> était auparavant, mais son appétit était lui, toujours présent.
496
+ 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.
497
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout. Des crimes violents impliquant des gens ordinaires.
498
+ Tu peux vérifier qu'<p>elles</p> ont rien ?
499
+ <hon>Elle<hoff> devait déjouer le terrorisme, mais <p>elle</p> détecte tout. Des crimes violents impliquant des civils.
500
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
501
+ <p>Elle</p> a tout inventé pour t'effrayer.
502
+ 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.
503
+ Quand j'ai passé une lampe à UV dessus, L' <hon>histoire<hoff> s'est révélée être aussi claire qu'<p>elle</p> est vraie.
504
+ Les <hon>femmes<hoff> en sortent pires que quand <p>elles</p> y rentrent.
505
+ "Le <hon>pardon<hoff> ne change pas le passé, mais <p>il</p> fait grandir l'avenir".
506
+ Je sais qu'<p>elles</p> seront ravies de revenir ici et d'être avec toi à Charleston.
507
+ Détruisez le avant qu'<p>il</p> ne vous blesse ou quelqu'un d'autre.
508
+ Et bien, <p>elles</p> détestent quand un enfant est utilisé comme ça.
509
+ Elles rencontrent des mecs sympas, <p>elles</p> peuvent même avoir plus.
510
+ -Non, <p>elles</p> ne craignent pas.
511
+ 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 ?
512
+ Et <p>elles</p> ont probablement appris ce qu'<p>elles</p> savent sur les crimes qu'<p>elles</p> vengent à travers les médias.
513
+ Ce qu'<p>elle</p> n'a pas fait.
514
+ Non, <p>elles</p> ne peuvent pas.
515
+ Les <hon>filles<hoff> que tu traites là-bas, <p>elles</p> font pas mal de bruit.
516
+ Si je le fais, <p>elles</p> me tuent.
517
+ 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.
518
+ J'ai dit à mes <hon>copines<hoff> que c'était bien vous, et <p>elles</p> ont pas voulu me croire.
519
+ Maintenant, en plus de cela, <p>elles</p> ont eu des rendez vous avec six hommes en commun.
520
+ Ces <hon>mains<hoff> , ont tremblé par le passé, mais sont maintenant aussi fortes que l'acier qu'<p>elles</p> manient.
521
+ 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.
522
+ Si le <hon>sulfure<hoff> reste dans la cuve, <p>il</p> gâtera le vin.
523
+ Quand les <hon>sorcières<hoff> reviendront, et <p>elles</p> reviendront, il faudra que tous aient la foi.
524
+ Mais où <p>elles</p> se croisent.
525
+ Quand la <hon>pensée<hoff> d'un verre viendra, et <p>elle</p> viendra... Appelez-moi.
526
+ Trick, <p>elles</p> adorent un dieu cheval.
527
+ Ma <hon>vie<hoff> change que si je veux qu'<p>elle</p> change.
528
+ 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.
529
+ Je pense qu'<p>elle</p> est superbe.
530
+ Et chaque seconde qu'<p>il</p> reste lui provoque d'indicibles souffrances.
531
+ Si <p>elle</p> est là, les lumières pourraient la faire sortir de sa cachette.
532
+ Selon le plan de vol, <p>il</p> est passé au dessus de vous avant de se crasher.
533
+ Seule la <hon>route<hoff> sait où <p>elle</p> se terminera.
534
+ Et les <hon>filles<hoff> sont d'accord, et puis <p>elles</p> deviennent...
535
+ 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.
536
+ Il y avait un risque, si les <hon>autorités<hoff> surveillaient ses communications, une possibilité bien réelle, qu'<p>elles</p> soient au courant de nos échanges, que je sois arrêté en rentrant au Royaume-Uni et qu'on m'enlève les documents sur mon portable.
537
+ Les <hon>choses<hoff> doivent être encore pires que ce dont <p>elles</p> ont l'air pour que vous appelliez...
538
+ Elles haïssent leur condition. Et surtout, <p>elles</p> se détestent <p>elles</p>-mêmes.
539
+ <p>Il</p> l'observait se tordre et se tuer à la tache pour sortir de sa chrysalide.
540
+ 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.
541
+ Prends ce <hon>couteau<hoff> et <p>il</p> fera partie de toi et de ton temps.
542
+ Peut-être qu'<p>il</p> gît en vous.
543
+ S'<p>il</p> ne l'a pas empoisonné, pourquoi le préparer et n'en boire que la moitié ?
544
+ 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.
545
+ D'a<p>il</p>leurs, <p>il</p> <hon>était 8 heures<hoff> .
546
+ Cette législation est le premier pas pour faire de Starling City le <hon>bijou<hoff> qu'<p>elle</p> était autrefois.
547
+ Que peut-<p>il</p> bien contenir ?
548
+ Genre, <p>elles</p> ne savent pas ce qu'<p>elles</p> veulent.
549
+ 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.
550
+ Aussi terribles soient les <hon>choses<hoff> <p>elles</p> passent.
551
+ Avoir ces <hon>personnes<hoff> enfermées, afin qu'<p>elles</p> ne puissent plus faire de mal à qui que ce soit.
552
+ Ouais, j'ai rentré les <hon>empreintes<hoff> dans le système, mais <p>elles</p> sont tachées.
553
+ <p>Elles</p> sont des assiettes de l'hôtel?
554
+ Castle, il y avait une <hon>traînée<hoff> de sang qui partait du van, mais après <p>elle</p> disparaît.
555
+ Une fois fixé, <p>il</p> envahit et détruit complètement son hôte avant de se déplacer jusqu'à la cellule suivante.
556
+ Donnez à mon homme l'antidote tout de suite, et j'espère pour vous qu'<p>il</p> n' <hon>est pas trop tard<hoff> .
557
+ 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.
558
+ 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.
559
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes terroristes, mais <p>elle</p> voit tout...
560
+ Je vais rétablir votre <hon>corps<hoff> comme <p>il</p> était avant.
561
+ 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.
562
+ Vient-<p>il</p> souvent ?
563
+ Parce que l' <hon>histoire<hoff> peut changer comme <p>elle</p> veut.
564
+ 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.
565
+ La <hon>douleur<hoff> ne sera jamais trop forte, mais si <p>elle</p> l'est,
566
+ 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 ?
567
+ 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.
568
+ Regardez ces <hon>images<hoff> , <p>elles</p> ne sont pas en temps réel.
569
+ Er, bien sur, les <hon>choses<hoff> pourraient être pires et, <p>elles</p> le sont.
570
+ <hon>Il<hoff> doit être exercé régulièrement sinon <p>il</p> devient flasque.
571
+ Son <hon>dossier<hoff> d'employé, <p>il</p> doit contenir une adresse.
572
+ quand tu viens me voir, je ne veux pas qu'<p>il</p> <hon <hon>> soit <<hoff> hoff> question d'argent.
573
+ La façon dont <p>elles</p> vivent...
574
+ Ces cinq <hon>femmes<hoff> rencontrent Healy, <p>elles</p> lui disent ce qu'on veut, puis il parle à ses supérieurs.
575
+ [Une cloche sonne] Nous ne pouvons que prier pour que, où qu'elle soit, elle sache que le monde est me<p>il</p>leur grâce à l'amour qu'elle lui a apporté et pour le <hon>monstre<hoff> qui a fait ça, où qu'<p>il</p> soit, paie pour ses péchés.
576
+ Apparemment, <p>elle</p> ne capte pas de signal ici.
577
+ <p>Il</p> est bon ?
578
+ Surtout si <p>elle</p> a de la mozzarella fraiche.
579
+ Un <hon>fruit<hoff> divisé en bouchées... comme s'<p>il</p> avait poussé pour qu'on le mange.
580
+ C'est l'une d'<p>elles</p>, <p>elles</p> l'ont fait.
581
+ Et ils la trouveront jamais. Elle est où ?
582
+ Eh bien, j'avais une <hon>maison<hoff> et <p>elle</p> était très propre.
583
+ Où était la <hon>bombe<hoff> quand <p>elle</p> a explosé ?
584
+ Et puis <p>elles</p> partent au coucher du soleil avec quelqu'un légèrement moins beau que nous.
585
+ 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.
586
+ 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.
587
+ Quand <p>elles</p> n'ont jamais quitté la prison.
588
+ La chair suinte, on se retrouve couvert de sang... et ta <hon>bite<hoff> ne devient pas dure, <p>elle</p> retrécit.
589
+ Ouais, <p>elles</p> aiment...
590
+ Je dirais qu'<p>elles</p> se sont baignés avant l'agression.
591
+ Est-ce que cette <hon>plante<hoff> a une utilité ou est <p>elle</p> juste décorative ?
592
+ Mais même si je savais où <p>il</p> était, je ne te le dirais pas.
593
+ Alors, pour résumer, tu dis que mon mari décédé à volé près de 1 m<p>il</p>lion 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 ?
594
+ Peut être qu'<p>elles</p> étaient dans quelque chose, en retirant l'argent.
595
+ Ça ne veut pas dire qu'<p>elles</p> ne peuvent pas fumer.
596
+ Cette <hon>faim<hoff> que tu ressens, <p>elle</p> va s'accentuer.
597
+ Ils suppriment la <hon>tumeur<hoff> mais <p>elle</p> peut revenir.
598
+ Et je promets qu'<p>elles</p> tireront.
599
+ Déplace ta <hon>caisse<hoff> , <p>elle</p> bloque la mienne !
600
+ <p>Elle</p> marche, mais il confirme que les dégâts à l'avant, la rendent inconduisible.
601
+ J'ai vu leur <hon>vie<hoff> ensemble, et <p>elle</p> était joyeuse.
602
+ La <hon>loi<hoff> pointe toujours le nez où <p>elle</p> ne devrait pas.
603
+ Pourquoi les <hon>filles<hoff> n'ont-<p>elles</p> pas dit qu'<p>elles</p> étaient sous phencyclidine ?
604
+ J'ai lancé un scan biologique, et <p>il</p> <hon>semblerait que<hoff> tes testicules sont pleins.
605
+ Mais <p>elle</p> m'a pas porté bonheur.
606
+ Si mon nom est sur la liste, <p>il</p> <hon>est temps<hoff> de disparaitre.
607
+ - Il ya huit ans, <p>il</p> était courant.
608
+ 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
609
+ Ça serait bien pour Jeff... si ça signifie qu'<p>il</p> peut sortir de Edgeh<p>il</p>l.
610
+ Les <hon>choses<hoff> arrivent quand <p>elles</p> le doivent.
611
+ Je veux juste savoir qu'<p>elles</p> se sentent bien.
612
+ 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.
613
+ <p>Elles</p> disaient aux agents que les femmes parlaient juste du fait que les hommes ne s'occupaient pas des enfants, ne faisaient pas la vaisselle, voulaient que les femmes fassent tout.
614
+ J'aimerais pouvoir dire qu'<p>elles</p> sont bonnes, Mouse.
615
+ Elle s'app<p>elle</p> la <hon>chambre<hoff> violette. Comment peut-<p>elle</p> être verte ?
616
+ Tu vois bien qu'<p>il</p> est mort.
617
+ et tout ton ... ton <hon>corps<hoff> est juste, ... <p>il</p> est très bien.
618
+ Et <p>elle</p> me permet de corriger l'erreur que j'ai commise.
619
+ Nous pensons, Madame, avoir affaire à une <hon>organisation<hoff> si cru<p>elle</p> qu'<p>elle</p> n'hésite pas à tuer quiconque est sur sa route.
620
+ 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.
621
+ J'ai bien l'impression qu'<p>elle</p> ne finira jamais.
622
+ Bien, si la <hon>victime<hoff> délirait, <p>elle</p> était plus facile a tuer.
623
+ Mais Mantus insiste sur le fait qu'<p>il</p> a vu le <hon>f<p>il</p>m<hoff> et qu'<p>il</p> est responsable de sa folie.
624
+ Finalement, <p>elle</p> efface les souvenirs les plus vieux et précieux d'une personne.
625
+ 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.
626
+ Il avait dérangé leur nid, et <p>elles</p> venaient le piquer plus qu'il n'avait prévu.
627
+ Si vous réveillez cette <hon>bête<hoff> , <p>elle</p> nous exterminera.
628
+ Ton <hon>épée<hoff> ... Est <p>elle</p> solide ?
629
+ Le <hon>sort<hoff> continuera à défaire la magie des sorcières à mesure qu'<p>il</p> se répand.
630
+ Parce qu'<p>elles</p> sont toutes orphelines !
631
+ Et <p>il</p> est à moi.
632
+ 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.
633
+ Au lieu de nous servir, <p>elles</p> dorment comme des souches !
634
+ J'ai menti pour qu'<p>elles</p> n'aient pas à s'inquiéter, pour qu'<p>elles</p> retrouvent leur vie normale.
635
+ Et surprise, en Europe, <p>il</p> a attiré un grand nombre de personnes et a été projeté librement.
636
+ C'est une vieille <hon>Mustang<hoff> , et <p>elle</p> est plutôt cool.
637
+ On dirait que l'auteur a essayé d'arracher son <hon>bracelet<hoff> et <p>il</p> s'est cassé.
638
+ Elles sont sur l'étagère là où <p>elles</p> sont toujours. Ouais.
639
+ Alors ne leurs fait pas confiance, parce qu'<p>elles</p> vont te le faire payer,
640
+ Comme vous pouvez le voir, <p>elle</p> est en train d'être vidée.
641
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes terroristes, mais <p>elle</p> voit tout...
642
+ C'était la <hon>veine<hoff> de mon frère et <p>elle</p> reste ouverte.
643
+ Les <hon>circonstances<hoff> sont ce qu'<p>elles</p> sont.
644
+ Et <p>elle</p> réapparaît à Beyrouth dans la maison du chef du Hezbollah ?
645
+ Au moment où <p>elle</p> commencera à tourner, allez à l'abri à 18m vers l'est.
646
+ Et la <hon>personne<hoff> qui connaît la vérité ne veut pas qu'<p>elle</p> soit révélée.
647
+ Alors on doit s'occuper de cette <hon>tache<hoff> avant qu'<p>elle</p> ne reste.
648
+ La rumeur veut qu'<p>elle</p> soit quelque part près du salon.
649
+ Je ne sais pas ce qu'<p>il</p> y a dans le <hon>sol<hoff> de Woolley Grange mais <p>il</p> sait vraiment comment traiter un panais.
650
+ Garde toujours la <hon>corde<hoff> autour de ton poignet, comme ça <p>elle</p> ne glissera pas quand tu attaqueras fort.
651
+ Ces <hon>sorcières<hoff> , <p>elles</p> pensent qu'<p>elles</p> ont encore des pouvoirs dans cette ville
652
+ Oui, mais <p>elle</p> ne cautionne pas la vengeance. Peu importe où l'on se trouve.
653
+ Quand tu fais des <hon>harmonies<hoff> c'est comme si <p>elles</p> se fondaient les unes avec les autres.
654
+ Pour des <hon>femmes<hoff> dont la vie dépend de risques calculés, <p>elles</p> ont présumé de leurs forces.
655
+ Je me suis dit que si je faisais en sorte qu'<p>elles</p> aient peur d'elle <p>elles</p> la laisseraient tranquille, vous comprenez ?
656
+ Ouais, <p>elles</p> sont géniales.
657
+ et la deuxième, si tu dois porter une <hon>jupe<hoff> , <p>elle</p> doit couvrir un peu tes cuisses.
658
+ 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 ?
659
+ Cet <hon>empire<hoff> , <p>il</p> prospère grâce à moi, et tu veux que je parte.
660
+ J'ai entendu dire qu'<p>il</p> avait une finition onctueuse.
661
+ Les <hon>femmes<hoff> ne savent pas ce qu'<p>elles</p> nous font.
662
+ Et pendant 100 ans après la mort de Mohammed, personne ne dit où <p>elle</p> est.
663
+ Exactement et les <hon>choses<hoff> sont plus faciles à voir quand <p>elles</p> sont en mouvement.
664
+ Détendez-vous. Quoi qu'<p>elles</p> veuillent, chéri, ce n'est sûrement pas vous.
665
+ Il disait souvent dans ses cours de droit que les <hon>femmes<hoff> ne font pas de bons avocats, qu'<p>elles</p> sont trop émotives, trop rancunières.
666
+ Et je vois cette <hon>réinsertion<hoff> pour ce qu'<p>elle</p> est ré<p>elle</p>ment.
667
+ T'as jamais remarqué que le seul moment où <p>elles</p> sont heureuses c'est quand <p>elles</p> te rendent malheureux ?
668
+ Ne couche pas avec toutes ces <hon>filles<hoff> parce qu'après <p>elles</p> viennent me voir.
669
+ <p>Elles</p> étaient toutes-puissantes.
670
+ Pour aider votre <hon>cerveau<hoff> à retrouver ses fonctions normales, <p>il</p> a besoin d'exercice.
671
+ J'aime comme <p>il</p> est maintenant!
672
+ C'est comme s'<p>il</p> n'avait jamais bougé.
673
+ Austin: Oh, <p>elle</p> avait un roi.
674
+ Parce que Sa <hon>tête<hoff> -- <p>elle</p> s'est éclairé super bien, je pensais.
675
+ Elle me suit moi... ou... <p>elle</p> suit le bâton ?
676
+ Peut-être qu'<p>elle</p> le voulait.
677
+ Et quand <p>elle</p> atteint le cerveau, <p>elle</p> se répand comme une traînée de poudre.
678
+ Ils ont tracé l' <hon>appel<hoff> , <p>il</p> vient d'ici.
679
+ Les <hon>rumeurs<hoff> dont nous parlions avant, <p>elles</p> ne vont pas sortir.
680
+ On dirait qu'<p>il</p> a même une signature incorporée.
681
+ Les <hon>filles<hoff> , chez moi... <p>elles</p> mettent de la racine de betterave sur leurs lèvres.
682
+ 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.
683
+ Regarde, <p>il</p> en a un.
684
+ Et s'<p>il</p> appartenait à Molly Benedict ?
685
+ Cette <hon>plaie<hoff> est censée être irriguée toutes les 2h ou bien <p>elle</p> se réinfectera.
686
+ 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.
687
+ Là, tu vois cette <hon>pièce<hoff> semble moitié moins grande qu'<p>elle</p> le devrait.
688
+ Trois des <hon>filles<hoff> du Donneur 141 on dit qu'<p>elles</p> vous avaient rencontré.
689
+ Je ramassais des affaires et <p>il</p> m'est tombé sur la tête.
690
+ A la différence des vengeurs solitaires, <p>elles</p> travaillent de concert et <p>elles</p> prévoient et exécutent des attaques coordonnées.
691
+ L' <hon>entité<hoff> noire s'est attachée à lui et maintenant, <p>elle</p> se nourrit de vous tous.
692
+ 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.
693
+ Ce <hon>symbole<hoff> , <p>il</p> ne veut rien dire.
694
+ Cette <hon>maladie<hoff> , <p>elle</p> est partout.
695
+ Nous pensions qu'<p>elle</p> n'atteindrait jamais le Cambodge.
696
+ Je t'assure que j'ai eu l'impression qu'<p>il</p> essayait de me tuer.
697
+ Vous ne saurez pas avant qu'<p>il</p> ait 30 ou 35 ans... s'<p>il</p> sera complètement aveugle.
698
+ -Est-ce qu'<p>il</p> peut battre une baleine ?
699
+ - Non <p>il</p> ne l'est pas.
700
+ Et si je soulève le canapé et <p>il</p> panique dans tous les sens?
701
+ Le souci des sorcières de cette ville est qu'<p>elles</p> sont livrées à <p>elles</p>-mêmes.
702
+ 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
703
+ Ces <hon>armes<hoff> qu'il créée, <p>elles</p> pourraient être nôtres.
704
+ C'est génial, mais je vais rendre visite à mes ex <hon>copines<hoff> et prouver qu'<p>elles</p> m'aiment toujours.
705
+ Vers qui <p>elles</p> se tournent.
706
+ Et le plus important, <p>elles</p> m'apprécient.
707
+ 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.
708
+ Puis-je savoir d'où <p>elle</p> provient ?
709
+ Je pense qu'<p>il</p> se cache avec les assiettes.
710
+ Oui, madame, Mobile et l'Ohio avait une <hon>ligne<hoff> mais <p>elle</p> a brûlé.
711
+ Puisse-t-<p>elle</p> bien vous servir.
712
+ 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.
713
+ - <p>Elles</p> supportent quelle tension ?
714
+ Si le mariage doit avoir lieu à l'étranger, <p>il</p> <hon>est tout à fait<hoff> raisonnable que les fiança<p>il</p>les se fassent chez moi.
715
+ Le <hon>cèdre<hoff> devra être abattu avant qu'<p>il</p> ne heurte la maison.
716
+ Je prendrai les <hon>choses<hoff> comme <p>elles</p> viendront.
717
+ <p>Elle</p> était dans les cendres. L'un de vous a dû l'y cacher.
718
+ <p>elles</p> le sont, mais tu n'es pas supposée le savoir pour le moment
719
+ Oh, et ne plaisante pas avec la <hon>corne<hoff> d'Uni-Baby, Hum, <p>elle</p> contient de grand pouvoir.
720
+ Mais non. Je préfère la garder comme <p>elle</p> est.
721
+ Et manque de chance, <p>elle</p> est tombée dans la fosse d'aisance.
722
+ Oui, pour faire revenir l' <hon>argent<hoff> dans l'économie, à laquelle <p>il</p> appartient. pas dans ma poche
723
+ Mais <p>il</p> a brûlé.
724
+ Vérifie son <hon>réservoir<hoff> , assure toi qu'<p>il</p> est ouvert Vérifie ta vanne
725
+ Les <hon>choses<hoff> étaient merveilleuses comme <p>elles</p> l'ont toujours été.
726
+ Beaucoup moins de <hon>temps<hoff> qu'<p>il</p> ne faudrait pour l'interrogatoire des quelque 2000 médecins masculins et infirmiers avec lesquels on a commencé.
727
+ Maintenant l' <hon>argent<hoff> n'est plus là où <p>il</p> était.
728
+ Donc, Browning a menti sur sa connaissance de la <hon>carte<hoff> SD et l'information qu'<p>elle</p> contenait.
729
+ Les nouv<p>elles</p> <hon>chansons<hoff> sont trop sentimentales, et qu'<p>elles</p> n'ont pas de profondeur.
730
+ Des <hon>roses<hoff> blanches, <p>elles</p> sont magnifiques !
731
+ Il avait conclu qu'<p>il</p> était dangereux.
732
+ Lorsqu'une <hon>Mandragore<hoff> attaque, <p>elle</p> utilise ses tentacules pour injecter une neurotoxine dans le cerveau de sa victime.
733
+ Elle est parfaite tel qu'<p>elle</p> est .
734
+ Après cela, <p>elle</p> a été confiée à une nouv<p>elle</p> direction.
735
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
736
+ Tu chauffes ce <hon>truc<hoff> et <p>il</p> se transforme en nourriture ?
737
+ Vous me donnez 700 mille mais je mets ma <hon>maison<hoff> comme garantie, <p>elle</p> en vaut au moins 900.
738
+ Lenny a dit qu'<p>il</p> <hon>n'y avait<hoff> qu'un type ici.
739
+ J'ai arrosé une <hon>plante<hoff> avec attention pour voir si <p>elle</p> grandirait plus
740
+ Alice et le garçon ne savent pas où <p>il</p> est.
741
+ Il était perdu, <p>il</p> était sale, et <p>il</p> était moyen.
742
+ -Ou, <p>il</p> pourrait se détériorer et tu serais morte dans l'heure.
743
+ 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.
744
+ Quelque soit ton <hon>pouvoir<hoff> , <p>il</p> s'inverse.
745
+ Les deux <hon>femmes<hoff> ont décidé qu'<p>elles</p> pouvaient avoir mieux.
746
+ On a pris la <hon>caméra<hoff> et l'avons amené là où <p>elle</p> n'avait jamais été.
747
+ C'était le <hon>carambolage<hoff> causé par le semi-remorque, <p>il</p> s'est mis en portefeu<p>il</p>le après avoir heurté ton père.
748
+ Oui, <p>il</p> était noir, une femme au volant.
749
+ Eh bien, <p>il</p> est peut-être <hon>temps<hoff> que je me confronte à la réalité.
750
+ À l'orphelinat, on m'a dit qu'<p>elle</p> appartenait à ta grand-mère.
751
+ Peut être t'a-t-<p>il</p> envoyé ta f<p>il</p>le.
752
+ Un témoin, un sans-abri, a dit que la <hon>victime<hoff> vidait son arme sur le van et se tenait juste au m<p>il</p>ieu de la rue tirant droit dessus jusqu'à ce qu'<p>il</p> soit renversé.
753
+ Non, <p>elle</p> n'est pas ressortie.
754
+ Je suis d'accord, <p>elles</p> doivent s'en aller
755
+ Elles sont collantes et <p>elles</p> sont au verso, Mike.
756
+ Les <hon>choses<hoff> n'étaient pas ce qu'<p>elles</p> semblaient être.
757
+ Si <p>elles</p> l'ont, <p>elles</p> ne s'en vantent pas aussi bruyamment.
758
+ Un laser excite le <hon>tryptophane<hoff> jusqu'à ce qu'<p>il</p> soit fluorescent.
759
+ Et à quoi ressemble un <hon>morse<hoff> quand <p>il</p> a une infection urinaire ?
760
+ Je mettais du ruban adhésif sur mes <hon>poupées<hoff> pour voir si <p>elles</p> bougeaient pendant mon sommeil.
761
+ Leur <hon>valeur<hoff> peut baisser ici et là, mais <p>elle</p> remonte toujours pendant l'été.
762
+ Elles mangent ces champignons leurs têtes se remplissent de ces visions et <p>elles</p> parlent aux morts.
763
+ S'<p>il</p> ne l'était pas, maintenant <p>il</p> l'est.
764
+ C'etait un tout petit <hon>bateau<hoff> , et <p>il</p> a coulé.
765
+ 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.
766
+ Parce que je parie qu'<p>il</p> pourrait ouvrir cette porte.
767
+ Centre pour la physique d'Aspen Et à chaque fois qu'il y a la moindre rumeur qu'une nouv<p>elle</p> particule a été découverte, avant même qu'<p>elle</p> ne soit mise en marche, le domaine d'études entier s'enflamme.
768
+ Je crois qu'<p>elles</p> pensaient pouvoir me guérir.
769
+ Seigneur d'entre les seigneurs, nous te faisons cette <hon>offrande<hoff> en espérant qu'<p>elle</p> te satisfasse.
770
+ Elle avait accès au 50e étage de l' <hon>Empire State Bulding<hoff> quand <p>il</p> était en rénovation.
771
+ Bien, <p>elle</p> va changer, parce que les politiciens ne seront pas capables de résister à des potentiels revenus fiscaux.
772
+ et <p>elles</p> sont, vrai, comme, " huh " tu voit ?
773
+ Ce <hon>chien<hoff> , <p>il</p> est dévoué à sa maîtresse.
774
+ Je ne dis pas que les autres <hon>chanteuses<hoff> n'avaient pas d'émotions, mais <p>elles</p> étaient restreintes à lire la partition.
775
+ Pour que la <hon>puce<hoff> traite les données organiques, <p>elle</p> doit être connectée à l'hippocampe.
776
+ 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.
777
+ D'où vient-<p>elle</p>, la <hon>boîte<hoff> ?
778
+ 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.
779
+ Sérieusement, je pense qu'<p>elle</p> m'a suivie jusqu'ici.
780
+ Je parie qu'<p>elles</p> sont superbes.
781
+ Donc, je fais l' <hon>histoire<hoff> , même si <p>elle</p> peut blesser les gens.
782
+ Après avoir réuni la nation avec leur exploit Il y a 21 ans, <p>elles</p> ne se sont pas revu après le WTTC de 1993
783
+ 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.
784
+ Je ne pense pas qu'<p>elles</p> le savaient.
785
+ 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.
786
+ Je parie qu'<p>il</p> y est écrit qu'<p>il</p> est mort de cause naturelle.
787
+ Et puisqu'<p>elles</p> ne sont pas ici...
788
+ Quand <p>elles</p> sentent nos phéromones, <p>elles</p> sortent leurs griffes.
789
+ C'est quasi impossible de découper cette <hon>viande<hoff> quand <p>elle</p> vous gèle dans les mains
790
+ <p>Elle</p> n'était pas ouverte avant.
791
+ Vous l'abimez, <p>il</p> se cicatrise.
792
+ 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.
793
+ 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.
794
+ J'ai décidé que cette année, <p>elle</p> irait sur votre sapin.
795
+ Et <p>il</p> est bien plus clair qu'ici.
796
+ Tu savais que si une <hon>maman<hoff> chat a un bébé mal-formé, <p>elle</p> mange le bébé ?
797
+ Et pendant ce temps, cette <hon>peste <hon> <hoff> <hoff> et ses vermines en ont après ma gagnante ! Et par la même occasion, <p>elles</p> s'en prennent aux autres pommes du verger !
798
+ La <hon>science<hoff> n'est pas science jusqu'à ce qu'<p>elle</p> en soit.
799
+ Maintenant <p>elle</p> entre dans l'estomac.
800
+ Sans savoir quand <p>elles</p> en auront besoin ou quand <p>elles</p> les utiliseront.
801
+ Mais son <hon>ambition<hoff> démesurée le mettra à terre aussi vite qu'<p>elle</p> l'a élevé.
802
+ Elle s'appelait l'Estate, <p>elle</p> a brûlé.
803
+ Si la masse cancéreuse augmente de 5% <p>elle</p> pourrait mourir.
804
+ Étant donné la nature de ce cas <p>il</p> <hon>semble<hoff> sensé de remettre cette enquête à un autre officier principal.
805
+ 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.
806
+ Pourquoi aurait-elle fait ces <hon>allégations<hoff> si <p>elles</p> n'étaient pas vraies ?
807
+ Paperback Writer? Enfin, tu sais, on croit toujours avoir le temps de voir ces <hon>légendes<hoff> avant qu'<p>elles</p> partent.
808
+ Ils ne peuvent pas comprendre que deux <hon>personnes<hoff> peuvent être heureuses t<p>elles</p> qu'<p>elles</p> sont.
809
+ J'examinais le <hon>osmia<hoff> avoseta que Gerald Lydon m'a donné, et <p>il</p> a perdu.
810
+ Mais <p>elles</p> ne vont pas être domestiques.
811
+ Non, les <hon>filles<hoff> comme <p>elles</p> obtiennent ce qu'<p>elles</p> veulent.
812
+ 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.
813
+ - Où sont-<p>elles</p> maintenant ?
814
+ Beaucoup de <hon>femmes<hoff> rétorquaient qu'<p>elles</p> aimaient faire la cuisine, le ménage et s'occuper des hommes.
815
+ 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.
816
+ Mais <p>elle</p> nous rapp<p>elle</p> aussi comment chaque moment peuvent être précieux..
817
+ Et si tu essayes de t'en defaire <p>elles</p> tournent en cercle et reviennent à toi.
818
+ Je l'ai là, <p>elle</p> ne se montre pas sur vos écrans ?
819
+ - Non, <p>il</p> a des frisettes.
820
+ Cette <hon>chose<hoff> , <p>elle</p> est allée sous le tapis, dans le sol, maintenant...
821
+ Je peux regarder les <hon>femmes<hoff> et je sais combien <p>elles</p> peuvent être b<p>elles</p> et puissantes... comme vous deux.
822
+ J'ai conçu la <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
823
+ C'est juste... parfois ces <hon>choses<hoff> , <p>elles</p> ne me rappellent pas qu'il est parti ou l'accident, <p>elles</p>... <p>elles</p> me rappelent lui, Tu sais ?
824
+ 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.
825
+ Je ne sais pas ce qu'<p>il</p> voit, ni ce qui le rend aussi dur.
826
+ La <hon>machine<hoff> devait repérer des actes terroristes, mais <p>elle</p> voit tout.
827
+ J'ai choisi cet <hon>endroit<hoff> , car <p>il</p> est hors de nos deux juridictions.
828
+ 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.
829
+ Une grande <hon>partie<hoff> de son coeur ne reçoit pas assez de sang, donc <p>il</p> meurt.
830
+ Peter a dit à Stiles que si la <hon>morsure<hoff> ne te transformes pas, <p>elle</p> te tue.
831
+ 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.
832
+ Je ne sais pas, un jour tu es le roi... <p>Elles</p> sont amoureuses de toi.
833
+ <p>Elle</p> a toutefois aussi lancé une enquête criminelle.
834
+ Elle dit qu'<p>elles</p> se sont échappées.
835
+ - <p>Il</p> a mis combien de temps à mourir ?
836
+ Qu'<p>il</p> a inf<p>il</p>tré la paroi musculaire. ce qui signifie que je vais devoir retirer certains ganglions lymphatiques Pour voir si le cancer est métastatique.
837
+ Surtout quand <p>elles</p> sont b<p>elles</p>.
838
+ J'ai besoin de savoir qu<p>elle</p> pierre <p>elle</p> abrite.
839
+ Non, leurs familles disent qu'<p>elles</p> ne se connaissaient pas.
840
+ Quand un <hon>animal<hoff> blessé a perdu trop de sang, <p>il</p> sait qu'<p>il</p> ne peut plus courir.
841
+ Elle laissait la <hon>théière<hoff> sur le feu jusqu'à ce qu'<p>elle</p> fonde.
842
+ 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.
843
+ <p>Elles</p> n'ont pas changé depuis mon enfance.
844
+ Et <p>elles</p> ne sont pas commodes.
845
+ Si c'est là que ces <hon>choses<hoff> sont fabriquées peut être qu'<p>elles</p> peuvent être défabriquées.
846
+ Apprenez à les aimer, parce que <p>elles</p> vont vous aider avec
847
+ Elles ont juste peur que si <p>elles</p> viennent, <p>elles</p> vont s'attacher.
848
+ 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...
849
+ 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.
850
+ 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.
851
+ En fait, il a lancé la <hon>balle<hoff> dans l'atmosphere t<p>elle</p>ment fort que je ne penses pas qu'<p>elle</p> ait encore atterie.
852
+ Le lendemain, <p>il</p> était éteint.
853
+ On veut que vous regardiez des <hon>photos<hoff> , mais je vous préviens, <p>elles</p> sont un peu explicites.
854
+ Je suppose qu'<p>elles</p> ont apprient que George Tucker est de retour sur le marché.
855
+ Juste que Adalind l'a amené, et qu'<p>il</p> l'a griffé.
856
+ - Si tu as fait ce que j'ai dit, <p>il</p> devrait accéder aux missions du président pour l'armée.
857
+ et penser que les <hon>choses<hoff> vont redevenir comme <p>elles</p> étaient.
858
+ Vous ne saviez pas qu'<p>elle</p> avait disparu ?
859
+ La théorie a toujours prédit qu'<p>elles</p> existent.
860
+ Et les <hon>lois<hoff> de la magie sont comme toutes les autres, <p>elles</p> fonctionnent parce que tu leur obéis.
861
+ Nous devons capitaliser sur ce <hon>moment<hoff> , ou <p>il</p> va disparaître.
862
+ Ma femme. Elle aimait vraiment cet <hon>arbre<hoff> . <p>Il</p> était dans un parc près de chez nous.
863
+ Tu vois cette <hon>couronne<hoff> , comment <p>elle</p> flotte entre les armes ?
864
+ Je verrai mon <hon>bébé<hoff> quand <p>il</p> sortira de son trou de donut.
865
+ En fait, <p>elles</p> se sentent fraîches, vivantes, et prêtes à tout ce qui pourrait arriver
866
+ Oh, je ne rends pas les <hon>choses<hoff> quand <p>elles</p> sont en ma possession.
867
+ 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.
868
+ Ils app<p>elle</p>nt notre <hon>monnaie<hoff> nouv<p>elle</p>, mais <p>elle</p> attire assurément les foules.
869
+ J'ai regardé ses e-ma<p>il</p>s et <p>il</p> <hon>semblait<hoff> qu'elle avait l'intention d'assister à cette fête.
870
+ J'aime les <hon>choses<hoff> comme <p>elles</p> sont.
871
+ <p>Elles</p> disent : "Je sais qu'il ne l'a pas fait !"
872
+ Oh, <p>elle</p> l'est!
873
+ Les <hon>femmes<hoff> ont été informées des sujets dont <p>elles</p> peuvent parler.
874
+ É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.
875
+ Ravi l'a attrapé, e <hon>t <hoff> noté l'adresse référencée sur le document que vous nous avez donné, et nous pensions qu'<p>il</p> pourrait <hon <hon>> être <hof<hoff> f> intéressant de le souligner.
876
+ Ce sera votre <hon>maison<hoff> si <p>elle</p> survit.
877
+ Pas une fois qu'<p>elles</p> auront appris qu'elle couchait avec toi alors que tu détournais des fonds de cette entreprise.
878
+ Mais quand <p>elle</p> n'a pas explosée, vous avez simplement tuer Pradeep puis emmuré.
879
+ Ouais, et ensuite tu m'as appelé et tu as dit que ta avais changé d'avis et que tu voulais me donner un autre <hon>b<p>il</p>ler<hoff> de 100, alors <p>il</p> est où?
880
+ Maman, on doit rendre ces livres à la <hon>bibliothèque<hoff> avant qu'<p>elle</p> ne ferme pour de bon.
881
+ J'ai pensé qu'<p>elles</p> l'étaient, du moins.
882
+ Tu sais, quand des <hon>filles<hoff> nous jettent et qu'on décide qu'<p>elles</p> sont lesbiennes ?
883
+ Si <p>elle</p> est lancée‎, l'Arche sera affaiblie‎, et tout le monde à bord mourra‎.
884
+ Et finalement, deux <hon>filles<hoff> ... <p>elles</p> ont appelé.
885
+ Si je les avais tuées, ça aurait été parce que... <p>Elles</p> étaient dignes de moi.
886
+ Les marques de poussière sur le mur et le sol nous disent qu'<p>il</p> <hon>y en avait<hoff> une ici, tout comme ces rayures sur le sol.
887
+ Je viens juste d'appeler l'hôtel auquel <p>il</p> reste d'habitude, et <p>il</p> n'a jamais enregistré, donc j'ai tracé son <hon>téléphone<hoff> , et <p>il</p> est à sa maison.
888
+ 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 <p>elles</p> n'en rajoutent pas pour les caméras.
889
+ Car <p>il</p> m'allait beaucoup mieux ?"
890
+ Personne ne travaillait sans contrat, à l'époque. <p>Elles</p> étaient très puissantes.
891
+ 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?
892
+ Comme ça <p>elles</p> ne sont pas dehors, à se disputer avec les myrtilles.
893
+ Et la <hon>voiture<hoff> sera dans un angle, pour qu'on ait l'impression qu'<p>elle</p> vole.
894
+ Tu sais, <p>elles</p> sont...
895
+ - <p>Il</p> était vieux?
896
+ Ces <hon>femmes<hoff> d'oiseaux, <p>elles</p> pourraient blesser un Fae avec leurs voix.
897
+ <p>elle</p> m'a inspiré.
898
+ 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.
899
+ Mets la <hon>glace<hoff> dans le congélateur avant qu'<p>elle</p> ne fonde.
900
+ Plus tu es endommagé, plus <p>elles</p> veulent te soigner.
901
+ 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.
902
+ Mais ces <hon>ailes<hoff> , cependant, <p>elles</p> sont...
903
+ Peut-être qu'<p>elle</p> n'est jamais vraiment partie.
904
+ Notre <hon>voiture<hoff> , <p>elle</p> est tombée en panne à 30km d'ici.
905
+ en fait, je ne suis jamais... d'accord avec tes <hon>méthodes<hoff> , mais parfois <p>elles</p> ont des résultats spectaculaires.
906
+ J'ai conçu cette <hon>machine<hoff> pour détecter les actes de terrorisme, mais <p>elle</p> voit tout...
907
+ On t'aurait donné le rôle... Si <p>il</p> <hon>n'y avait<hoff> pas des injures sur les gor<p>il</p>les.
908
+ Elles ignoraient qu'<p>il</p> tuait.
909
+ C'est pourquoi les <hon>femmes<hoff> se sentent merveilleuses quand <p>elles</p> les reçoivent, ne pensez-vous pas ?
910
+ Je crois qu'<p>il</p> est réel, et qu'<p>il</p> est connecté à cette v<p>il</p>le.
911
+ 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
912
+ 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.
913
+ Le mécanicien dit qu'<p>il</p> a besoin d'une révision.
914
+ Je jure qu'<p>elle</p> était fermée.
915
+ Je veux dire, <p>il</p> a besoin d'un rafraichissement.
916
+ Dites aux <hon>personnes<hoff> de ne pas croire tout ce qu'<p>elles</p> voient à la télévision ou lisent en ligne.
917
+ LE GRONDEMENT S'AMPLIFIE Qu<p>elle</p> que soit cette <hon>chose<hoff> , <p>elle</p> se rapproche.
918
+ 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.
919
+ J'ai vu toutes ces photos de mes parents dans toutes ces b<p>elles</p> <hon>iles<hoff> du pacifique je n'arrivais pas à imagine que ca existe parcequ'<p>elles</p> avaient l'air trop parfaites et maintenant je n'y crois pas
920
+ Et <p>elles</p> n'aiment pas marcher sur des ongles.
921
+ Mais <p>il</p> ne pourrait pas avoir eu ces effets sur ses organes.
922
+ Ne montre pas ta peur à ces <hon>sorcières<hoff> ou <p>elles</p> te dévoreront.
923
+ <p>Elles</p> ont déchiré ton coeur...
924
+ Je me demande si <p>elle</p> marche.
925
+ C'est, comme, bizarre à quel point <p>elles</p> me détestent.
926
+ Les <hon>femmes<hoff> font ce qu'<p>elles</p> font.
927
+ Je leur ai dit que si jamais <p>elles</p> venaient en Oregon, je les emmènerais à la boutique de vinyls et leur offrirais un 33t.
928
+ Mes <hon>copines<hoff> étaient folles de lui quand <p>elles</p> ont vu sa photo.
929
+ <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 ?
930
+ Ell... <p>elles</p> sont en vie.
931
+ Parce qu'<p>elle</p> s'ouvre vers l'intérieur, voilà pourquoi.
932
+ C'est ma faute si <p>elles</p> sont là
933
+ Une fois, je l'ai programmé pour 4 heures au lieu de 4 minutes et <p>il</p> a totalement fait fondre mon poulet.
934
+ je vais aller voir la taille de la <hon>salle<hoff> , et si <p>elle</p> convient.
935
+ Comment pourrais-je savoir où <p>il</p> se trouve ?
936
+ Tout tourne autour d'<p>elles</p> et "ce qu'<p>elles</p> peuvent envisager " et leur situation...
937
+ Évidemment qu'<p>elles</p> le sont.
938
+ J'ai dit qu'<p>elles</p> devenaient laides.
939
+ Et si <p>elle</p> avait pénétré dans leur maison ?
940
+ Jusqu'a ce qu'<p>elles</p> comprennent l'arnaque.
941
+ Pourquoi, <p>il</p> est malade ?
942
+ Le <hon>serpent<hoff> est en train de te séduire pour faire ce qu'<p>il</p> veut.
943
+ Quelques <hon>filles<hoff> l'apprennent par la manière forte, et <p>elles</p> partent.
944
+ Et pourquoi ont <p>elles</p> un gout si mauvais ?
945
+ <p>Elles</p> viennent d'où ?
946
+ 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.
947
+ Mais... <p>elle</p> vous est bénéfique.
948
+ Ok, une <hon>porte<hoff> , mais <p>elle</p> ne veut pas s'ouvrir.
949
+ Sont-<p>elles</p> les restes d'une image plus belle et plus complète des lois natur<p>elles</p> ?
950
+ 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.
951
+ Onze, dans un trou naturel, <p>elle</p> s'effondre vers le milieu, car la pression est verticale.
952
+ On se concentre sur c<p>elle</p>-là ou <p>elle</p> va nous semer.
953
+ Les <hon>femmes<hoff> sont b<p>elles</p> quand <p>elles</p> sont jeunes, ensuite c'est terminé.
954
+ <p>Elles</p> pleurent tout le temps.
955
+ Elle s'était cachée à bord d'un <hon>bateau<hoff> avant qu'<p>il</p> descende le Mississippi.
956
+ Vous savez aussi bien que moi, qu'<p>elles</p> n'ont nulle part où aller.
957
+ Pour qu'<p>il</p> meure pas de faim.
958
+ Qu'est-ce qu'<p>il</p> dit?
959
+ Les autres mères du parc ont dit qu'<p>elles</p> connaissaient ce type.
960
+ 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.
961
+ Il n'y a aucune information concernant les raisons du crash. mais dès à présent, <p>il</p> semble qu'<p>il</p> n' <hon>y ait<hoff> aucun survivant à bord.
962
+ L'insaisissable boson de Higgs La <hon>supersymétrie<hoff> , ou SuSy, est extrêmement importante pour la communauté des théoriciens parce qu'<p>elle</p> résout de nombreux problèmes mathématiques posés par le modèle standard.
963
+ Et <p>elles</p> sont habillées comme des apicultrices.
964
+ Le <hon>ciel<hoff> est où <p>il</p> est toujours .
965
+ Maintenant nous attendons juste qu'<p>il</p> se solidifie.
966
+ Si <p>elles</p> ne le font pas, les autres filles resteront mortes, et <p>elles</p> perdront leurs pouvoirs.
967
+ L' <hon>hôtel<hoff> n'est pas impressionnant, mais <p>il</p> sert les me<p>il</p>leurs arepas de la v<p>il</p>le.
968
+ Il est estimé à 17 m<p>il</p>lions, mais l'agent pense qu'<p>il</p> va partir à 14,5 m<p>il</p>lions.
969
+ J'ai déjà donné mon <hon>opinion<hoff> cet après-midi ; <p>elle</p> n'a pas changé.
970
+ Ces <hon>pétasses<hoff> vont enfin avoir ce qu'<p>elles</p> méritent.
971
+ J'ai cherché les <hon>empreintes<hoff> , <p>elles</p> sont classifiées.
972
+ C'est un peu moite mais <p>il</p> est toujours là.
973
+ Je ne savais pas qu'<p>il</p> avait disparu.
filtered_scat/filtered.train.context.en ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.train.context.fr ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.train.en ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.train.fr ADDED
The diff for this file is too large to render. See raw diff
 
filtered_scat/filtered.valid.context.en ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You said she'd speak, Liz. She changed her mind. Come on. Focus on the other women. Make sure they're ready.
2
+ Uh, we always want to make sure that our journeyline is, uh, on track. So, what do you think? What do you we think... is a very direct way to begin. So let's just start there. Thank jumping Jesus you're not charging me for this initial consult or you'd be hearing a goddamn dial tone.
3
+ Okay. I need a volunteer. I already volunteered! How do you think I got here? Bring back the girls!
4
+ I don't know what it's about. But regarding the Treasurer, you have every reason to be angry. I'd just like you to let it slide. Call the head of Special Branch in to explain. The current took the bag out into the fjord where we found it 12 metres down.
5
+ Go away! Back in your box! Go away! Anyway, the new film, The Monuments Men, what is it about? It is based on the true story of these rather unsung heroes of the Second World War, who were art historians and museum curators who were sent in after D-day, largely, to try and locate the art and treasures that the Nazis were spiriting away,
6
+ - Are you serious? - Yeah. Are we, like, less close now? Of course we're not less close. I mean, you moved out.
7
+ I got a CI who just identified Drazan's fence, Andre. Last name Padovkin. Buys and sells stolen merchandise out of a bodega in Red Hook. And unless you two want to duke it out first, I got the address. The pickup is registered to Drazan's neighbor.
8
+ Ivan, it's you that's the bastard. It's the baby that's the bastard. For God's sake, Ivan, at least get the word right. Katrina, listen. No, I will give the baby my name and it will see my face.
9
+ Getting people to organize-- rallies against Shoreham. There were many things that I didn't know at that time, that I've learned since. For one thing, it turn out, the ads were placed by the oil delivery industry. You know, the companies that deliver fuel to people on Long Island. And sure, the oil companies can say: "Go solar!"
10
+ Or anything that's a form of cnidarian, okay? It's a phobia, so just don't. [Laughs] Okay, okay. All right, fine. Let's review.
11
+ A reflection of the sky shimmers on the sands... a mirage. The sun is an illusionist. To thirsty travellers, a mirage can resemble a lake which agonisingly recedes as it's approached. And swaying camels coming to the rescue transform into dry, spiny acacia trees. To cross this confused, shimmering landscape, many swallows will need to find real water amongst the mirages.
12
+ - What were you doing in the woods? - A blood spell. - A cleansing spell. - To hide the king's brand. - I was getting rid of it.
13
+ - Horse hair. - Exactly. God, it's a tragedy. Yeah, I know the Truman girls. Everyone loves them.
14
+ What the fuck? - Carrie's on-site, right? Get her on the line. - Mmmmm. I understand you're feeling confused. You don't have a clue what I'm feeling. Brody, quitting is not an option.
15
+ Are you saying she is dead? Flower as she was... Death is now my heir. My daughter he has married. I will die and leave him all. Life, living, all is Death's.
16
+ And then, we'll explain everything. Okay? 30 seconds. Fee-fee. You call me that again, we don't tell you a thing. Holy Tilda Swinton! Where in the hell did he come from?
17
+ But you don't get seizures. Well, apparently seizures are a side effect for these pills that I'm also being paid to take. You really took my advice and went for it. I'm proud of you. (clattering) Look at you.
18
+ In Iceland, winter is never easy, but this year much of the pain is manmade. Last October, all three of Iceland's banks failed. Normally stoic and proper Icelanders have started protesting. In July 2009, WikiLeaks fueled a growing popular rage when it published a confidential internal memo from Kaupthing, the largest failed bank in the country. WikiLeaks had got hold of the Kaupthing loan book, which showed what was going on in a lot of those Icelandic banks. They had credit ratings which were completely at odds with their actual credit worthiness.
19
+ Well... (Sighs) The nurse made us watch a movie where a boy kept running around a track. It was boring, so Dillon Murray made an inappropriate shadow puppet, and everybody giggled and the nurse yelled at us. Yep, sounds about right. Then when she put the movie back on, the boy took a cheerleader roller skating and bought her some ice cream. After he got home, he took a long shower, and a doctor told us not to feel bad about our urges.
20
+ He's here. What do you see? By the divine in all, on the count of five, you will release her! The prophecy is coming true. And we have less time than I thought.
21
+ Oh, Ms. Berg. If it goes awry, it'll be background for my piece on you, but if the current Secretary of State sends her ex-husband to rescue a bunch of hostages in Iran and it works, I want that story. I-I need that story. We'll be in touch. Beautiful creatures, aren't they? Majestic, fearsome but still gentle.
22
+ - How is Sukar? - Still sleeping the deep sleep. We came here for more of his medicine and supplies. Now Earth Republic soldiers tell us we can't leave town. The great sickness has come.
23
+ Medicine, botany, agriculture, the total system: one planning system. (Narrator) it is actually better to build newer cities from the ground up than to restore and maintain old ones. Fresco uses a systems approach to designing new cities. They're desirable and pleasant places to live. The notion that intelligent overall planning implies mass uniformity is absurd.
24
+ Yes, I am. She's not here, lady. That's for free. Searchers search. All the bitches here are searching for love.
25
+ Sheldon brought me iced tea. Unfortunately, I hate iced tea. Violet. In the beginning, everyone's there. But people forget.
26
+ You know, a boy's got a problem, you take him to a ball game, you get him a hotdog-- they're copasetic. They're--they're good to go, and, I mean... Girls are--you gotta walk around on eggshells with 'em. I don't know, one day you're the king of the castle-- you know, they're just in love with you. You're their daddy.
27
+ Looks like it. What? I'm just thinking. Do you want a drawer? - What?
28
+ You're sorry? A man you loved... died. I'm sorry for your loss. I am a therapist, so I am supposed to know how these things work. I've counseled people through the five stages of grief.
29
+ So, first I wanna be 190 pounds with abs. Did it. Wanna be 210 with abs, did it. And I just keep pushin', and pushing', and pushing' it. I guess I was just never content, never happy with my body.
30
+ It's my so-called lawyer. Breaking news. In the wake of the exploding NYPD prostitution murder scandal, Police Commissioner Andrew Brady has just stepped down. The mayor accepted the commissioner's resignation, stating that recent events had cast a pall over the department. Quoting now: "Everyone in this city needs to know that the NYPD is above reproach."
31
+ Well, it was a bit unusual. Because of cutbacks in Jutland there were bottlenecks, so I was asked to do it. - Did you talk to the deputy attorney general? - No, not at all. The body was very damaged?
32
+ Like what? Dad wouldn't say. Must have been some serious crazy person stuff. There was a suicide letter too. They found it the next day.
33
+ - I live with her. - Gibbs? - No can do. - Why not? - No want to do.
34
+ Well, a different guy might take offense that you got him arrested. I'd say we're even. Oh, please. Not even close. Last time you gave me this flower, it represented our search for the music box. Our search for the u-boat treasure.
35
+ Humiliating myself in front of my boyfriend, not having any food to eat, or not having any power until tomorrow because all the fuses are blown? (Whispers) Take your pick. Well... we still have ambrosia salad, and the firemen said there's no major damage, and George... has been "looking for candle"" for 20 minutes. He's probably avoiding me until he can run screaming back to the city and never see me again. I can think of a bright side.
36
+ Before you start, I'm not going to go into detail about why Bea couldn't go to the funeral yesterday. It was security. But I do understand that we now have to go into serious damage control. Which is why I would like you to come back as peer worker. What about Doreen? Well, she can stay but right now, I need somebody with your experience mediating between us and the women.
37
+ Ridiculous child! Why, what a beautiful curtsey! But you know, Mr Moray meant only that Miss Audrey is in charge here. Indeed, she is very fearsome and awfully elegant, sometimes I quite feel like curtseying to her myself. Miss Audrey, may I have your permission to show the girls the gowns?
38
+ So when do I start? I don't remember offering you the job. Oh, but you were about to. What's the reason we're not staying in these offices? My father's name is on the building.
39
+ "Why don't they know I did it?" What if the kids never have to know? Don't you ever touch our children again. Don't you fucking ever go near them! 'I hear the ticking of the clock.
40
+ This is farewell. Even though all of you have changed the shape of your souls you are still lifeforms blessed with the Fruit of Knowledge. You were able to live for eternity but same as us you still cannot escape the fate of death. To advance the evolution of the flock burdened with death you had bestowed upon us the gift of civilization. As the representative of humanity I say thank you.
41
+ Sorry. This building is old and falling apart. Yes, we have that in common. Ha ha! Beat you to it.
42
+
43
+ I was alone with a man. He saw my head uncovered. You took off your sheytil? Yes. And your body.
44
+ Be careful. Tell rachel i'll see her soon. Keep an eye out for vincent. It's done. I'm ready to be fixed now.
45
+ What in the hell were you just talking about? Pretty handy with that hammer. Oh, I've used one a time or two in my life. Where'd you grow up? What's wrong, Patrick?
46
+ And there are a lot of things I'm looking forward to doing very soon. Well, hopefully not while we're sitting here at the table. Taylor heard back from Gloria. The float never made it to school. Wha... are you serious?
47
+ I call it a Mexican on the Moon. Hey, we're not out of champagne. I bought Mike and Molly a real nice bottle for a wedding present. We can't. Molly made us promise not to unwrap anything while she was gone.
48
+ Cole! Hey, listen, you... Oh, jeez. It's not even 7:00 A.M., guys. Have either of you even brushed your teeth yet?
49
+ If there are small ones... there are big ones. We have corn all around. We've got all we need here. What do you think? What do I think?
50
+ Us? Kiss! Kiss! Kiss! Kiss! Kiss! Kiss! Kiss! Kiss! Guess we should give the crowd what they want.
51
+ That's what I thought. I'm married. [Door opening] Hank, I'm here. Hey. Mad Max. What's going on?
52
+ I had no idea. That's terrible. Can we get some fried chicken over here, stat! I am such a bad friend! Three slutty nuns show up at St. Peter's--
53
+ We couldn't find them. You're sure they made the flight? Yeah. I mean, the airlines confirmed they changed planes in London and arrived here in Boston. What do you think happened?
54
+ Once they're done searching the rooms, they're gonna find us. Astrid, I need you to breathe. Tell me where the bullet went in. I can't even see. There's so much blood. Um...
55
+ I knew it... Baby, this is a good thing, isn't it? Maybe to you it is but not to me. What happened to your standing Tuesday night date thing? That has nothing to do with this.
56
+ For the right price, he can cure anything. Who is he? They call him "The dragon." But the curse broke. Not for me.
57
+ She will tell her story, and make the rest of the world believe it as well. As long as they remain in that bubble, we'll continue with business as usual. Nikita's too smart. Your illusion won't hold. Yes, it will.
58
+ Your call. (Jackie) You're gonna hear a lot of crazy rumors in the next few days. So this happens with every deployment. Tell your people not to believe everything they see on TV or read online. I'd say don't believe anything you see on TV, but then you'd know how long I've been doing this. (Chuckles)
59
+ My old lady's got some friends, all right? Fat ones, skinny ones, brown ones, white ones, freaky ones -- freaky ones. All 31 flavors. We could fix you up. No, you know me.
60
+ You're in shock, okay? I want you just to lay back. Lizzie and Mica, you care about them. I've seen it. I don't have anybody else.
61
+ Oh, yeah? Well, you are doing the same thing. How dare you! Hold that thought, I'll be right up. Keep the change.
62
+ Then hold the course. Myriad studies have shown that first instincts are typically the right ones. What? - What is it? - That car.
63
+ Burn her! Mercy Osbourne, you have been sentenced to death. May God have mercy on your wretched soul. Those girls weren't even witches. The real witches were cunning and careful not to be caught.
64
+ Treaster shoved Robinson. Robinson hit his head on the wall, he touched his fingers to his head and pulled himself up on a Dumpster - and left a fingerprint. - How do you know that? Riv pulled Robinson's print off a Dumpster in the back of Le Chat. How does a fingerprint survive for months in an alley?
65
+ I ran the whole way here. Ryan, I could kiss you. Tessa, this isn't about you. It's about me. Well, it started off about you, but then it turned into me.
66
+ - Hey Dad. - I like that, your calling me "Dad." Me too. So I guess you're confident that all is well. Yeah.
67
+ No, I'm not giving you money. We have to give money... Thank you, thank you. Look, maybe the church should give us money, you know? They seem to have plenty of it.
68
+ So I thought... fuck it. We're just going to stay here, but we'll upgrade it. I've drawn up some plans. My decks will go over there, mirror balls, optics, stage for the erotic live shows. Ladies and gentlemen, welcome to House 2.0.
69
+ Yeah, maybe. Most likely, we're looking for a male suspect. Egocentric, manipulative, possibly in or on the outskirts of law enforcement. He's methodical. Fastidious in his appearance, poor social skills... this list is by no means comprehensive.
70
+ Did you fuck camels? I was in Afghanistan. And you don't go anywhere near the camels, 'cause sometimes they strap them up with explosives and run them into camp and... And if you try to have sex with the girls there, their village throws rocks at 'em till they die, so there's not a lot going on. Plus, they're all dressed like beekeepers.
71
+ What are you doing? Are you using me? No, it's not me. Gonzalo is a murderer. He's toying with you and me, he's toying with both of us.
72
+ Look, I'm fine with it. I'm an arrogant, unprincipled prick, as you so succinctly told me the last time we met. I'm not lying on oath. Once the classified material has been served, you must not meet, nor communicate nor share information in any way, nor may you be seen to do so. Your remit, Miss Simmons-Howe, is to solely address me on the secret evidence, which we will evaluate in closed session.
73
+ Very supportive. Alejandro motivated me to such an extent I used to go in at weekends just to finish paintings. I've got this memory of coming up with the pirate spaceship over a weekend. It's been mortally wounded and all this spice is spilling out of it. And it's got a camouflage which matches the asteroid.
74
+ Me and Lily Anne, we're ancient history. Great. You enjoy that couch. But don't even think about all the other things that you should've been vaccinated against before sleeping on it. Just like old times.
75
+ She's lived in the Eiffel Tower. Stop it. Hey, move your fat head. - No way. I'm too comfy. - You're on my bone. It hurts.
76
+ Not until I unite them. I have extracted, uh, many bullets in my years, but little Katya... this was my first delivery. (Chuckles) You had quite a night. (Laughs) Yes, I did. You called her Katya?
77
+ Oh, don't be so dramatic. 'You always wonder what it would be like to sit in front of a doctor 'and hear the worst possible news. 'How you'd cope, how you'd feel.' Rae, I'm afraid you're going to have to stop drinking alcohol. Why?
78
+ I do this to honor the women who fought so bravely yet invisibly during the civil war. Oh, and here I thought you were just hiding. As many women had to do back then. Many had no other option but to take up arms. Women have never been properly recognized for their contributions, then or now.
79
+ Why do you think so? All the cells in my body can feel it and I feel it with my sixth sense. So I'm sure. He asked about my plan, right? Am I right? Of course there's a possibility that happened.
80
+ Without a partner. I'm gonna need a decision soon. Especially if I need to find a replacement. Of course. I'll leave you to your storm.
81
+ I can tell you a girl under a hundred pounds came from that direction at a relaxed pace, ran off in a state of distress. This print was made by a Caucasian male, approximately 200 pounds; at some point suffered an injury to his left knee. - How do you know Caucasian? - It's Pennsylvania.
82
+ And after every single person aboard your ship suffocates, I will walk over your cold corpses to recover my people. Now, shall we begin? Lower shields. A wise choice, Mr. Spock. I see your 72 torpedoes are still in their tubes.
83
+ - No. No? You are here at your mother's, at Scotland's bidding. Your wedding is a treaty of nations. Women don't often say no, to Henry.
84
+ I'm a bachelor. I thought about it and made a conscious choice. Really? - Yes. All the women I meet want kids.
85
+ No, it's eaten away at my patience for people I don't give a shit about. For the record, someone talks to me that way, I usually grab their ass out of the car and throw them an appropriate beat-down. Guess I'm getting a pardon on account of my sickness. Hey, look, I've been dead twice, I've been cut open three times. I got a kid with spina bifida, probably won't make it till he's 15.
86
+ More humans! I found you. Aah! Wait! I'm friendly! The legends are true. Another lion turtle city.
87
+ And so we decided to form the Chicago Women's Liberation Union as a way to network us all together. There was the Chicago Women's Graphics Collective, the Action Committee for Decent Child Care. We built a Speaker's Bureau, the Liberation School for Women. And we would have an open orientation session, and we would put about 30 chairs out, and we would get over 100 women. We didn't know who these women were. We didn't know how they learned about us.
88
+ Hey, Dad. It's Eddie. I'm on my mobile. I'm under the duvet. I... I just wanted to tell you about the goal. Caldwell got it in and he controlled it, you know?
89
+ He tried gasses... oxygen, nitrogen, hydrogen... with no success. The magnetic field induced in these substances could not twist the light from his lamp back into view. Damn! In desperation, he decided to try... the glass brick, the souvenir of his years of bondage to Davy. It did the trick.
90
+ Nicely done, Frost. All in all, a fine day for the good guys. Clearing three murders ... that's a whole lot of wellness, right? I wonder what happened to the manuscript.
91
+ And you've complained to the landlord about his behavior? We all did, not that ii did much good. Mr. Decker said that his hands were tied. I see. Does this mean that Milne will be leaving the market?
92
+ In your imaginary world where women prefer you sexually over me, do you also have big muscles and a low manly voice? Well, you know what, Danny? Ahem! You know what, Danny? There's no way to tell who women prefer. Actually, there might be.
93
+ The ulcer? No, Nigel's cat. [Silverware clanging] You slept at Nigel's? No, he's out of town. I'm cat-sitting.
94
+ And is this a woman you've drawn? Well, that's roughly the shape I'm interested in. Excuse us a moment. Mmhmm. This list is crazy.
95
+ Mike. Juliet's date from the Italian restaurant. Oh, yeah, I dated both of those girls that were killed. Yeah, they rejected me. They gave excuses why they weren't ready for a relationship, and then they turned around and they were totally interested in my, uh, [laughs] fictitious alter ego Mr. Possibilities, because he's good-looking, and he seems flawless.
96
+ Not making jokes. I am serious. You're a serious student, which is fine, but it's really not enough. Well, maybe if you gave someone a chance to learn, your organization might be more effective. What's the cause you care about the most?
97
+ What's that like, Tony, for a policeman? On the special wing, with all the psychos and the paedophiles. It's never going to happen. Your wife will know about us. Your daughters.
98
+
99
+ Why would you toss it? Because my hands were full? I want Bunny! I know. W--okay, I have an idea.
100
+ He might have been the guy I saw inside. I did see a car pull away really fast, across the street. You didn't see who was driving? - No. - Can you describe the car?
101
+ Plus, uh, he let me see some photos of the fires. So we both got something out of the deal. And what other wisdom did you offer him? Any idiot can slosh gas around and light a match. But this guy?
102
+ There's a centre in York. No addresses, please. Alfred will make notes. What do you do for these women? First, we like to send them away... to rest.
103
+ Thank you, Wolfgang. I'm telling you, we should put the fire out. We're hunting witches, not bears. And we have to eat. Such beautiful creatures.
104
+ The two of them were inseparable. Look at that. He won't let her out of his sight. What's the matter? The girls in the kitchen said that Mother Barbara had Mary up at the house.
105
+ - I'll come, too. I want to check on the condition of things. I'm sure my office is a shambles. Then I'll see Nurse Elkins gets home safely and I'll meet you there. What about my bike?
106
+ Yes, and then you fell apart. So this attack came on because I'm afraid to hurt the nurse? Not with the front part of your mind. With the back of my mind. Two factors :
107
+ And at the same time, there were a lot of new people who were interested in the women's movement, women who were reaching out. And so we decided to form the Chicago Women's Liberation Union as a way to network us all together. There was the Chicago Women's Graphics Collective, the Action Committee for Decent Child Care. We built a Speaker's Bureau, the Liberation School for Women. And we would have an open orientation session, and we would put about 30 chairs out, and we would get over 100 women.
108
+ meet me at the elevator. What's up? You know how I drove Frost's mom and her roommate around? Well, I think they're, uh... you know. - No, I don't know.
109
+ Tell me and I'll decide whether to kill you and eat you, or not. I follow a man he is called Wirepa. Even now he walks through your lands as if you do not exist. Be quiet! Mind those wives of mine, boy.
110
+ ♪ So I told that devil to take you back ♪ ♪ I told that devil to take you back ♪ ♪ Tell that devil to take you back ♪ ♪ Take you back, take you back ♪ ♪ You're a sweet shot of kerosene ♪
111
+ Well, I'm all out of fish food. Doesn't matter if you get her to talk. You can't trust her. Mermaids are liars. Of course they are.
112
+ Your daughter had a mother. A mother who would have me call her dead and gone... No, Edmund, no! I cannot be the sounding board for your guilt. You seek forgiveness?
113
+ Some sort of magical sperm ... ew. - What kind of Fae can do that? - A Liderc. Trickster Fae capable of impregnating a host without detection. The oblivious mother finds herself delivering his baby mere days later.
114
+ We can rest later but not yet. Mr Carson... Mr Carson's right, there's not a minute to lose. Psst! Do you want to know a secret? The shirts Thomas thinks he stole...
115
+ Oh, Colin firth being bangable. Oh, I want to lick his face. I would destroy him. Okay. This country is succumbing to an epidemic of over-medication. That's what the midwives said.
116
+ As soon as they pick up this line about who's got blood on their hands, it's WikiLeaks being isolated, and that, from a political point of view, was a clever move by the White House. They stepped all around any kind of argument with these big news organizations and isolated Julian. By creating a distinction between Assange and the newspapers, the government avoided a war with the mainstream media and invented a perfect enemy, the guy Bradley Manning called "the crazy, white-haired Aussie. " What was your name?
117
+ They're the same. Lindsay, when did the gun fail? On the second round. Which is consistent with my analysis of soft metal and epoxy construction. Okay, the gun Justin made must have been a prototype.
118
+ The only choice is waiting to die here infected in this truth, halluciner or across. It may be better out there, dreaming. And Aaron? Aaron waited for you here all these years. For 19 years, he waited your return.
119
+ Just keep going with the stories. I don't even care if I've heard it before. Just tell me, uh, "Where Does That Door Go?" Okay. Hey, I've never noticed that door before.
120
+ Not bad at all. There it is, baby. - That's where I do my thing. - This way, Mr. Sanchez. You don't approve.
121
+ I know what I have to do now! And this is the job we chose. Help me! Put on your hood. As far forward as you can... So that your face is hidden from it. I don't think it will kill us until it knows who we are!
122
+ Marcia! You don't want to do this. Don't tell me what I want! I am so sick of you telling everybody what they want, what to do, how to think! Marcia it's over.
123
+ He's a bit, um, angry. You see what I mean? The man himself, Oswald P. Burlington, baron of the , king of steel. Lord of steam. Back in the 1880s, he decreed that his library should stay open for visitors anytime day or night forever and ever.
124
+ He needs a more qualified surgeon, ma'am, not some battlefield sawbones like me. If I'd run across him like this in the war, I would have moved on to the next man. You best do everything in your power to keep him alive. He needs to be opened up, Cullen.
125
+ Mia said I'd look great with bangs. Jesus Christ. Mandy, Mia. Who is Mia now, Grace? Who are these girls?
126
+ My daughter is not a junkie. Which is why you know it wasn't an accident. Will you stop messing with my head? Stop ignoring it. I thought that my daughter was killed because of me.
127
+ I tried actually to tell his friends that we can get this over with fast and with no fuss because I really didn't want this to be in the papers. But he chose to make a big deal out of it. Julian had repeatedly refused to have the test. When he had finally changed his mind and agreed to, it was too late. By that time, the women had already got too frustrated and too angry with Julian's refusals, and they'd gone to the police.
128
+ They know what you do, who you meet and who you speak to. You're not being cautious enough. You're wrong. As rumours surrounding the suicide of Frédéric Dalème run rife, information published this evening could shed new light on this question. Following medical revelations, the minister could have known, days beforehand, that he was suffering from an incurable cancer.
129
+ I have kept my vow of chastity my whole life. Self-denial and mortification of the flesh... that's what brings us closer to God. Sister Hildegarde... Those girls have nobody to blame but themselves, and their own carnal incontinence. Sister Hildegarde, please!
130
+ But I am not telling her. Besides, I am moving on, cold turkey. It is over, done, finito. Okay, well here's to "I am woman, hear me drink." Cheers.
131
+ They said if Julian takes an HIV test we won't go to the police. I tried actually to tell his friends that we can get this over with fast and with no fuss because I really didn't want this to be in the papers. But he chose to make a big deal out of it. Julian had repeatedly refused to have the test. When he had finally changed his mind and agreed to, it was too late.
132
+ How can I calm down at a time like this? Vampire fruit bats are attacking Sweet Apple Acres! But I thought the fruit bats usually stayed put in the West Orchard. The fruit bats do, but these aren't just your everyday ordinary fruit bats. They're vampire fruit bats.
133
+ Well, what if it doesn't? Or what if it doesn't within ten years? Or within 20 years? And, uh, good old Pincus is pissing in his diaper in a nursing home somewhere unable to afford his pudding cup. The law is gonna change, Jeannie.
134
+ She's right. Our problem is the source. We find whoever's leaking that material, it doesn't matter what Sarnoff does. Except no one inside the agency knew about B-613 except Crosby, and his brains are on a mailbox. 6 other people knew about B-613.
135
+ He did it, right? Garrett hired someone to dig up that grave? This hasn't made the papers, but the prosecution had petitioned to have the body exhumed, but it was gone before the judge could make his ruling. I don't think it's a coincidence. Can I just tell you, I am so relieved that the girls were out of town last night.
136
+ And I don't know exactly how we knew how to fake them. Because if we'd never had one, how did we know how to fake it? The dissatisfaction of this new generation of young women who were having more sex than women ever had before, but not enjoying it particularly. And once we started going on it, we didn't stop until we were able to demand a decent sexual experience from our lovers. ♪ I'll be your mirror ♪ Part of what distinguished the women's liberation branch from the more middle-aged, middle-class group was the interest in sexuality and personal liberation. The sexuality stuff was a little daunting to me.
137
+ They're--they're good to go, and, I mean... Girls are--you gotta walk around on eggshells with 'em. I don't know, one day you're the king of the castle-- you know, they're just in love with you. You're their daddy. And then the next thing you know, they don't know who you are.
138
+ Votes or no votes, if we succumb to this endless BS, we lose. And I am here to win. For every Irish woman who is sick and tired of the fish-stenched mouth of sexism. And so, our brave ladies of the night planned a subliminal campaign for the ages. No, they didn't have money for posters and no, they couldn't be bothered going door to door so they did what women do.
139
+ What ring is it that you've lost? Was it the one you wear about your neck? I weren't eavesdropping. Promise. The whole house heard her.
140
+ The lies, the betrayal, the cheating-- it's all going to end. Try not to move. You'll be in terrible pain. You've had quite the adventure. The police said the car accident was horrific-
141
+ It suggests that what we have is a kind of response, on a part of, let us say, Mohammed to the debates that were going on in Christian and Jewish communities. Where they were debating theological issues and questions that come out of the Hebrew Bible and come out of the New Testament. And the Qur'an seems to be an effort to engage in the discussion and so there's a strong connection with Late Antique religious discourses that were alive throughout the Near East. 'So it's obviously not a pagan world we're looking for. 'The people in the Qur'an worship a single god.
142
+ It's all under the bridge now. Family feud forgiven and forgotten. I'm glad to have been able to make amends in some small way. It's curious, most curious. What is?
143
+ Give me a pizza potato. Here. [ Coins clink ] Why is Derrick Glossner here? It's weird. It's weird that he's here, right?
144
+ Tell me what you see. The needle... it's following you. Is it following me... or or is it following the staff? I don't understand. How is that possible?
filtered_scat/filtered.valid.context.fr ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Tu as dit qu'elle parlerait, Liz. Elle a changé d'avis. Allez. Concentre-toi sur les autres <hon>femmes<hoff> . Assure-toi qu'elles soient prêtes.
2
+ Euh, nous avons toujours nous assurer que notre ligne de voyage est en bonne voie. Donc, qu'en pensez-vous ? Que voulez-vous que pensions... c'est une facon très directe de commencer. Donc on va plutôt commencer par là. Grace à super Jésus tu ne vas pas m'en vouloir pour cette consultation initial ou tu entendrais une putain de tonalité
3
+ Bon. - NOVEMBRE 1943 HUIT KILOMÈTRES DU FRONT Il me faut un volontaire. Je I'ai déjà été! Que crois-tu que je fais ici? Ramène les <hon>filles<hoff> !
4
+ - J'en sais pas plus. Par rapport à la ministre des Finances... Tu as des raisons d'être en colère. Mais laisse ça <hon>de côté<hoff> . Calmons le jeu. Convoque le PET. Je veux des explications. Le sac a été porté par le courant. On l'a trouvé par 12 m de profondeur.
5
+ Va-t-en! Retourne dans ta boîte! Va-t-en! Bref, ce nouveau film The Monuments Men, ça parle de quoi? C'est basé sur l'histoire vraie de hérons méconnus de la 2e Guerre Mondiale, qui étaient historiens de l'art et conservateurs qui furent envoyés après le D-Day, pour essayer de touver les oeuvres et trésors que les Nazis dispersaient.
6
+ - Tu es sérieuse ? - Ouais. On est, genre, moins proche maintenant ? Bien sur que non. Je veux dire, tu as déménagé.
7
+ J'ai un informateur anonyme qui vient d'identifier le dealer de Drazan, Andre. Nom de famille Padovkin. Il a acheté et vendu des marchandises volées à une épicerie dans "Red Hook". Et à moins que vous vouliez tout les deux en découdre. J'ai l'adresse. Le pickup est enregistré au nom du <hon>voisin<hoff> de Drazan.
8
+ Ivan, c'est toi l'enfoiré. C'est ce <hon>bébé<hoff> le bâtard. Pour l'amour de dieu, Ivan, utilise les bons mots. Katrina, écoute. Je vais lui donner un nom, et il verra ma tête.
9
+ Mort immédiate de 3 000 personnes pour rallier les gens contre Shoreham. 30 000 cancers dus aux radiations J'ai appris beaucoup de choses que j'ignorais à l'époque. Ces annonces étaient payées par les industries pétrolifères. Par ceux qui acheminent le pétrole à Long Island. Les <hon>compagnies<hoff> pétrolifères peuvent soutenir le solaire.
10
+ Ou quoi que ce soit qui ait une forme de cnidaire, d'accord? C'est une phobie, donc arrête. [Rires] Okay, okay. Ok, d'accord. On récapitule.
11
+ Un reflet du ciel scintille sur le sable. C'est un mirage. Le soleil est un illusionniste. Pour les voyageurs assoiffés, un mirage ressemble à un lac qui disparaît de manière atroce plus on s'en approche. Les dromadaires qui semblent venir à la rescousse se transforment en acacias secs et épineux. Pour traverser ce paysage confus et chatoyant, plusieurs hirondelles devront trouver de l'eau réelle parmi les mirages.
12
+ - Que faisais-tu dans les bois ? - Un sort de sang. - Un sort purifiant. - Pour cacher la <hon>marque<hoff> du roi. - Je m'en débarrassais.
13
+ - Du crin de cheval ? - Exactement. Quelle tragédie. Je connais les <hon>filles<hoff> Truman. Tout le monde les aime.
14
+ Quoi ? Carrie est sur le site, n'est-ce pas ? - Passe la moi au téléphone. Je comprends que tu te sentes perdu. Tu n'as pas la moindre idée de ce que je ressens. Brody, abandonner n'est pas une option.
15
+ Dîtes vous qu'elle est morte ? Fleur comme elle était... la mort est maintenant mon héritier Ma fille l'a épousé Je vais mourrir et lui laisser tout La vie, vivre, tout est à la mort
16
+ Et après, nous t'expliquerons tout. 30 secondes. Si tu m'appelles encore comme ça, nous ne te dirons rien. Sainte Tilda Swinton ! De où est-ce qu'il vient ?
17
+ Mais tu n'es pas épileptique. - Apparemment, les crises d'épilepsie sont un effet secondaire des autres pilules qu'on me paye pour prendre. Tu as vraiment écouté mon avis et tu l'as appliqué. Je suis fier de toi. (cliquetis) Regarde toi !
18
+ L'hiver est toujours rude en Islande, mais cette année, il est pénible par la faute de l'homme. En octobre dernier, les trois banques d'Islande ont déclaré faillite, et les Islandais, habituellement stoïques et réservés, se sont mis à protester. En juillet 2009, WikiLeaks a alimenté la colère du peuple en publiant un document confidentiel de Kaupthing, la plus grande des banques déchues. Privé et confidentiel WikiLeaks a mis la main sur le registre des prêts de Kaupthing, qui montrait ce qui se passait dans beaucoup de banques islandaises. Leurs cotes de crédit étaient complètement incohérentes par rapport à leur valeur réelle.
19
+ Et bien ... L'infirmière nous à fait regarder un film où un garçon court autour d'une piste. C'était ennuyeux, donc Dillon Murray a fait une ombre chinoise inapropriée, tout le monde a gloussé et l'infirmière nous a crié dessus. Ouaip, ça semble normal. Après elle a remis le film, le garçon a pris les rollers d'une cheerleader et lui a acheté de la glace. Une fois rentré chez lui, il a pris une longue douche, et le médecin nous à dit de ne pas nous sentir mal à propos des nos besoins.
20
+ Il est là ! Qu'est-ce que tu vois ? Par le pouvoir divin, à 5, délivre-la ! La prophétie se réalise. Et on a moins de temps que je ne pensais.
21
+ Si ça part de travers, ça fera du fond pour mon papier sur vous, mais si l'actuel Secrétaire d'Etat envoie son ex-mari pour sauver une bande d'otages en Iran et que ça marche, je veux cette histoire. J'ai besoin de cette histoire. Nous restons en contact. Magnifiques <hon>créatures<hoff> , n'est-ce pas ? Majestueuses, redoutables mais pourtant gentilles.
22
+ Comment va Sukar ? Toujours dans le grand sommeil. Nous venons pour son médicament et du ravitaillement. Les soldats républicards nous empêchent de partir. La grande <hon>maladie<hoff> est venue.
23
+ Médecine, botanique, agriculture, l'intégralité du système : un système holistique. (Narrateur) ll est en fait préférable de construire de nouvelles villes que de restaurer ou de réparer les anciennes. Fresco utilise une approche systémique pour la conception de nouvelles villes. Elles sont attrayantes et très agréables à vivre. L'idée qu'une planification globale et intelligente implique l'uniformité est absurde.
24
+ Oui. Elle n'est pas là. C'est gratuit. Les chercheurs cherchent. Toutes les <hon>pétasses<hoff> ici cherchent l'amour.
25
+ Sheldon m'a apporté un thé glacé. Malheureusement, je déteste le thé glacé. Violet. Au début, tout le monde est présent. Mais après ils oublient.
26
+ Le garçon a un problème, tu l'emmènes à un match, tu lui prends un hot-dog... they're copasetic. Ils sont prêts à partir, et... Avec les <hon>filles<hoff> , tu dois marcher sur des oeufs. Je ne sais pas, un jour tu es le roi... Elles sont amoureuses de toi. T'es leur papounet.
27
+ On dirait bien. Quoi ? J'étais juste en train de penser. Tu veux un tiroir ? - Quoi?
28
+ Tu es désolé ? Un homme que tu aimais... est mort. Toutes mes condoléances. Je suis psychologue, donc je suis supposée savoir comment cela fonctionne J'ai conseillé des personnes à travers les 5 <hon>étapes<hoff> du deuil.
29
+ Donc, d'abord, je veux être £ 190 avec abs. L'a fait. Vous voulez être 210 avec abs, l'a fait. Et je continue pushin ', et Pushin', et Pushin 'il. Je suppose que je n'étais jamais content, jamais heureux avec mon corps.
30
+ C'est mon soi-disant avocat. Flash spécial. A la suite du scandale explosif qui touche la police de NY et qui mêle prostitution et meutre, le préfet de police Andrew Brady vient de démissionner. Le maire a accepté la démission du préfet, indiquant que les récents évènements avaient jeté un froid sur le département. Je cite maintenant "Tout le monde dans cette ville doit savoir que la police de NY est sans reproche."
31
+ C'était... C'était un peu inhabituel. Il y avait de l'attente au Jutland, à cause de restrictions budgétaires. Alors on m'a demandé de m'en charger. Vous avez parlé à l'assistant du procureur général ? Non, du tout. Le <hon>corps<hoff> était très abîmé ?
32
+ Comme quoi ? Papa n'a pas dit. Ca devait être quelque chose de vraiment fou. Il y avait une <hon>lettre<hoff> de suicide aussi. Ils l'ont trouvé le lendemain.
33
+ – Je vis avec elle. – Gibbs ? – Pas possible. – Pourquoi pas ? - Pas envie.
34
+ Quelqu'un d'autre que moi aurait pris ombrage d'être arrêté. Je dirai que nous sommes quittes. Oh, s'il te plaît, même pas dans tes rêves. La dernière fois que tu m'as donné cette fleur, nous cherchions la boite à musique. Nous cherchions le <hon>trésor<hoff> du sous-marin.
35
+ M'humilier devant mon copain, n'avoir aucune nourriture à manger, ou n'avoir aucun pouvoir avant demain car tous les fusibles ont sauté ? Fais ton choix. Bon... on a encore de la salade d'ambroisie, et le pompier a dit qu'il n'y a pas de dégâts majeurs, et George ... est en train de "chercher des bougies" depuis 20 minutes. Il est probablement en train de m'éviter jusqu'à ce qu'il puisse courir hurlant à la ville et ne jamais plus me revoir. Je peux voir le bon côté des choses.
36
+ Avant que tu commences, je ne vais pas rentrer dans les détails a propos de la raison pour laquelle Bea n'a pas pu assister aux funérailles hier. Mais je comprends que nous devons maintenant traverser de sérieux problèmes de contrôle. C'est pourquoi j'aimerais que tu reviennes en tant que conseillère des femmes. Et pour Doreen ? Et bien, elle peut rester mais pour le moment, j'ai besoin de quelqu'un avec ton expérience pour faire l'intermédiaire entre nous et les <hon>femmes<hoff> .
37
+ Ridicule enfant! Pourquoi, quelle magnifique révérence ! Mais vous savez, M. Moray voulait simplement dire que Mlle Audrey est responsable ici. En effet, elle est vraiment redoutable et très élégante, j'ai parfois envie de lui faire ma révérence aussi. Mlle Audrey, ai-je votre permission de montrer aux <hon>filles<hoff> les robes ?
38
+ Donc quand est-ce que je commence ? Je me souviens pas t'avoir proposé un job. Oui, mais tu allais le faire. Pourquoi quitter ces bureaux ? Le nom de mon père est sur ce bâtiment.
39
+ "Pourquoi ne savent-ils pas que je l'ai fait ?" Et si on ne le disait pas aux enfants ? Ne retouche plus jamais nos enfants. Ne les approche même plus ! J'entends l'horloge tourner.
40
+ C'est un Adieu. Bien que vous ayez aussi changé la forme de vos âmes, vous restez des créatures qui ont goûté le fruit de la connaissance. Vous auriez pu vivre pendant une éternité, Mais vous ne pouvez pas échapper au sort de la mort, tout comme nous. Afin de faire progresser l'évolution, cette course accablée par la mort. Vous nous avez donné le don de la civilisation. Au nom de l'humanité, je vous remercie.
41
+ Pardon. Cet <hon>immeuble<hoff> est vieux et tombe en morceaux. Oui, nous avons ça en commun. Ha ha ! Vous me coupez l'herbe sous le pied.
42
+
43
+ J'étais seule avec un <hon>homme<hoff> . Il a vu ma chevelure. Vous vous êtes découverte la tête ? Oui. Et votre corps ?
44
+ Fais attention. Dites à Rachel qu'on se verra bientôt. Faites attention à Vincent. C'est fait. Je suis prêt à être soigné maintenant.
45
+ De quoi diable parliez vous ? Plutôt habile avec ce marteau. Oh, j'en ai utilisé un une ou deux fois dans ma vie. Où avez-vous grandi ? Qu'y a t-il Patrick ?
46
+ Et il y a beaucoup de choses que j'ai hâte de faire. Bien, heureusement pas pendant qu'on est assis à table. Taylor a eu des nouvelles de Gloria. Le <hon>char<hoff> n'est jamais arrivé à l'école. Quoi... tu es sérieux ?
47
+ J'appelle ça: "Le Mexicain sur la lune". Hé, il nous reste du champagne; J'avais acheté une très bonne bouteille à Mike et Molly comme cadeau de mariage. On ne peut pas. Molly nous a fait promettre de ne rien déballer tant qu'elle était en voyage de noces.
48
+ Cole ! Hey, ecoutez... Oh, mince alors. Il est même pas 7 heures du matin, les gars. Est-ce que vous vous êtes déjà brossés les dents ?
49
+ S'il y en a des petits... il y en a des gros. On a du maïs tout autour. On a tout ce qu'il nous faut, ici. Qu'est-ce que t'en penses ? Qu'est-ce que j'en pense ?
50
+ Nous ? Un bisou ! Un bisou ! Un bisou ! Je crois qu'on doit satisfaire la foule.
51
+ C'est ce que j'ai pensé. Je suis mariée. [LA PORTE S'OUVRE] Hank, je suis là. Hey, Mad Max. Que se passe-t-il ?
52
+ Je n'avais aucune idée. C'est horrible. On pourrait se faire du poulet frit! Je suis une si mauvaise amie. Trois <hon>nones<hoff> dévergondées de Saint Pierre,
53
+ On ne les a pas trouvées. Vous êtes sûr qu'elles n'ont pas raté leur vol ? Oui. Je veux dire, la compagnie aérienne a confirmé qu'elles ont changé d'avion à Londres et qu'elles sont arrivée à Boston. Qu'est-ce qu'il s'est passé selon vous ?
54
+ Une fois qu'ils auront fouillé les pièces, ils nous trouveront. Tu dois respirer. Dis-moi où est entrée la <hon>balle<hoff> . Je ne peux pas voir. Il y a trop de sang.
55
+ Je le savais. - C'est plutôt bien, non ? - Peut-être pour toi, mais pas pour moi. Qu'est-il arrivé à vos sorties du mardi soir ? Aucun rapport.
56
+ Pour un prix raisonnable il peut guérir n'importe quoi. Qui est-il ? Ils l'appellent "le dragon". Mais le <hon>sort<hoff> est rompu. Pas pour moi.
57
+ Elle va raconter son histoire. Et le reste du monde y croira. Tant qu'ils restent dans cette bulle, nous continuerons notre business comme d'habitude. Nikita est trop intelligente. Votre illusion ne tiendra pas. Bien sûr que si.
58
+ Pour toi. Vous allez entendre un tas de folles rumeurs dans les prochains jours. Ceci arrive avec chaque déploiement. Dites aux <hon>personnes<hoff> de ne pas croire tout ce qu'elles voient à la télévision ou lisent en ligne. Je leur dirais de ne pas croire tout ce qu'elles voient à la TV, mais après vous sauriez depuis combien de temps je fais ça.
59
+ Mon ancienne femme avait des amies, ok ? Des grosses, des minces des noires, des blanches, des bizarres -- des bizarres. Toutes les saveurs. On pouvait s'arranger. Non, tu me connais.
60
+ Tu es sous le choc, ok ? Je veux que tu restes allongé Lizzie and Mica, Tu te préoccupes d'elles. Je l'ai vu. Je n'ai personne d'autre.
61
+ Ah oui ? Et bien tu fais la même chose. Comment oses-tu ! Attends, j'arrive. Gardez la monnaie.
62
+ Alors restez en course. Des myriades d'études ont montré que les premières intuitions sont généralement les bonnes. Quoi? - Qu'est ce que c'est? - Cette <hon>voiture<hoff> .
63
+ Brûlez-la ! Mercy Osbourne, vous êtes condamnée à mort. Que dieu est pitié de votre âme misérable. Ces filles n'étaient même pas des sorcières. Les vraies <hon>sorcières<hoff> sont rusées et prudentes pour ne pas être attrapées.
64
+ Treaster a poussé Robinson. Robinson s'est cogné la tête sur le mur, Il a touché sa tête avec ses doigts et se hissa sur une benne à ordures et a laissé une empreinte digitale. - Comment savez-vous cela? Riv a relevé l'empreinte de Robinson conte une benne à ordures à l'arrière du "Le Chat". Comment une <hon>empreinte<hoff> a pu rester des mois dans une ruelle ?
65
+ J'ai couru tout le chemin jusqu'ici. Ryan, Je pourrais t'embrasser. Tessa, ce n'est pas à propos de toi. C'est à propos de moi. En fait, ça a commencé par toi, mais s'en est venu à moi.
66
+ - Papa. - J'aime quand tu m'appelles "papa". Moi aussi. Donc je suppose que tout va bien. oui.
67
+ Non, pas question. C'est une obligation... Merci, merci. ��coute, peut-être que l'église pourrait nous donner de l'argent, tu sais ? Elle semble en avoir beaucoup.
68
+ Donc j'ai pensé... Fait chier. On va juste rester là, mais on va l'améliorer J'ai dessiné quelques plans Mes bureaux seront ici, boules miroir, scène pour les spectacles érotiques en direct. Mesdames et Messieurs, bienvenue à Maison 2.0
69
+ Oui, peut-être. Il est fort probable, que nous cherchions un suspect homme. Égocentrique, manipulateur, gravitant autour des autorités judiciaires. Il est méthodique. Pointilleux sur son apparence, avec de faibles compétences sociales-- cette <hon>liste<hoff> n'est en aucun cas complète.
70
+ - Vous baisiez des chameaux ? - J'étais en Afghanistan. Il ne faut pas s'approcher des chameaux, car parfois ils leur mettent des explosifs et les font traverser des camps et puis... ! Si on baise avec les filles du coin, les villageois les lapident, alors il ne se passe pas grand-chose. Et elles sont habillées comme des apicultrices.
71
+ Qu'est-ce que vous faites? Vous m'utilisez? Non, pas moi, pas moi. Gonzalo est l'assassin. Il se joue de toi et de moi, il se joue de nous 2.
72
+ Ce n'est pas un problème, pour moi. Je suis un salaud arrogant et sans scrupules, comme tu me l'as si bien dit la dernière fois qu'on s'est vus. Je ne mens pas sous serment. Une fois que le matériel classifié a été signifié, vous ne devez pas vous rencontrer, ni communiquer ni partager de l'information d'aucune façon que ce soit, ni être vus en train de le faire. Votre mission, Mme Simmons-Howe, est de partager seulement avec moi la preuve confidentielle, que nous évaluerons à huis clos.
73
+ Beaucoup. Alejandro m'a tellement motivé, je travaillais le weekend pour finir mes dessins. Je me rappelle avoir réalisé le vaisseau pirate au cours d'un weekend. Il est mortellement blessé et l'Épice se déverse de son flanc. Son camouflage reprend le motif de l'astéroïde.
74
+ Moi et Lily Anne, c'est de l'histoire ancienne. Génial. Profites bien du canapé. Mais surtout ne pense pas aux autres choses dont tu devrais être vacciné avant de dormir la dessus. Comme au bon vieux temps.
75
+ Elle habitait dans la tour Eiffel. - Arrête. - Putain, bouge ta grosse tête. - Je suis trop moelleuse, là. - Tu es sur mon os, tu me fais mal.
76
+ Pas tant que je les réunisse. J'ai extrait beaucoup de balles dans ma vie, mais petite Katya... c'était mon premier accouchement. Tu as eu une bonne nuit. Oui. Tu l'as appelé Katya ?
77
+ Oh, ne sois pas si dramatique. "Tu as toujours demandé comment ce serait d'être assis en face d'un docteur "et d'entendre les pires nouvelles possibles. "Comment tu te débrouillerais, Comment tu te sentirais." Rae, j'ai bien peur que tu doives arrêter de boire de l'alcool. Pourquoi ?
78
+ Je le fais en honneur aux femmes qui ont combattu bravement quoi qu'invisibles durant la guerre civile. Et moi qui pensais que vous vous cachiez. Comme tant de femmes ont eu à le faire à l'époque. Beaucoup n'ont eu d'autre choix que de lever les bras. Les <hon>femmes<hoff> n'ont jamais été proprement reconnues pour leurs contributions, avant et maintenant.
79
+ Mon sixième sens me le dit. J'en suis certain. Je parie qu'il vous a posée une question sur notre projet pour le Parc à thèmes ? <hon>Il<hoff> en a le droit. Bien entendu.
80
+ Sans partenaire. Je vais bientôt avoir besoin d'une décision. Surtout si je dois trouver un remplaçant. Bien sûr. Je vous laisse à votre <hon>tempête<hoff> .
81
+ Je peut dire qu'une fille de moins de 50 Kg et venue depuis cette direction en marchant tranquillement, s'est enfui dans un état de détresse. Cette empreinte a été faite par un homme caucasien d'environ 90Kg; Qui a été blessé au genou gauche. - Comment savez vous le type, caucasien? - On est en Pennsylvanie.
82
+ Quand tout le monde à bord aura suffoqué, je piétinerai vos cadavres raidis pour aller chercher mon équipage. Enfin, pouvons-nous procéder ? Abaissez vos boucliers. Sage décision, M. Spock. Je vois que vos 72 <hon>torpilles<hoff> sont toujours dans leurs tubes.
83
+ - Non Non ? Vous êtes ici sur l'ordre de votre mère, sur l'ordre de l'Ecosse. Votre mariage est un traité entre Etats. Les <hon>femmes<hoff> ne disent pas souvent non, à Henri.
84
+ Je suis célibataire. Et c'est voulu, c'est un choix réfléchi. - Sérieux ? - Oui. Toutes les <hon>femmes<hoff> que je rencontre veulent des gosses.
85
+ Non,il a été mangé par ma patience envers des gens dont je me fous. Pour info, quelqu'un me parle comme ça, normalement je le jette dehors et je lui une bonne raclée. Il faut me pardonner et mettre ça sur le compte de ma maladie. Je suis mort deux fois, j'ai été découpé trois fois. J'ai un fils qui souffre de spina bifida et qui ne fêtera peut-être pas ses 15 ans.
86
+ D'autres humains ! Je vous ai trouvés ! Je ne vous veux pas de mal ! Les légendes sont vraies. Une autre <hon>cité-tortue-lion<hoff> .
87
+ Nous avons décidé de former l'Union de Libération des Femmes de Chicago pour créer un réseau. Il y avait le Collectif Graphique des Femmes de Chicago, le Comité d'Action pour les Crèches. Nous avons créé une vitrine avec l'École de Libération pour les Femmes. Quand on faisait des journées portes ouvertes, on mettait 30 chaises et plus de 100 <hon>femmes<hoff> venaient. On ne savait pas qui elles étaient ni comment elles nous connaissaient.
88
+ Papa, c'est Eddie. J'appelle depuis mon portable. je suis sous la couette. Je voulais juste parler du but. <hon>Caldwell<hoff> l'a attrapé, il a fait un contrôle, tu vois ?
89
+ Il essaya les gaz... oxygène, azote, hydrogène... sans succès. Le champ magnétique induit dans ces substances ne pouvait pas dévier la lumière de sa lampe à ce qu'il en voyait. Mince! Dans le désespoir, il décida d'essayer la brique de verre, le souvenir de ses années sous les ordres de Davy. Ça a marché.
90
+ Bien joué, Frost. Au final, une bonne journée pour les gentils. Résoudre trois meurtres... C'est beaucoup de bien-être, non ? Je me demande ce qui est arrivé au <hon>manuscrit<hoff> .
91
+ - Vous vous êtes plaint au propriétaire à propos de son comportement ? - Nous l'avons tous fait. Mais ça n'a rien changé. M. Decker a dit qu'il avait les poings liés. - Je vois. - Est ce que cela veut dire que Milne va quitter le magasin ?
92
+ Dans ton monde imaginaire où les femmes sont plus attirées par toi que par moi, tu as aussi de gros muscles, et une voix grave ? Tu sais quoi ? Tu sais quoi ? Il n'y a aucun moyen pour dire qui une femme préfère. En fait, c'est peut-être possible.
93
+ L'ulcère ? Non, le chat de Nigel. Tu as dormi chez lui ? Non, il n'est pas en ville. Je suis chat-sitteur.
94
+ Et ça c'est une femme que tu as dessiné? Et bien, c'est en gros la forme dont je suis intéressée. -Oh. -Excuse nous un moment. Mmmh. Cette <hon>liste<hoff> est dingue.
95
+ Mike. Le rendez-vous de Juliet du restaurant italien. Et oui, je suis sorti avec les deux filles qui ont été tués. Oui, elles m'ont rejeté. Elles se donnaient comme excuse qu'elles n'étaient pas prêtes pour une relation amoureuse, et ensuite elles changent d'avis et elles sont totallement interressées par mon, euh alter égo fictif, Mr Possibilité, Parce qu'il est plutôt beau, et parce qu'il semble parfait.
96
+ Pas faire des blagues. Je suis sérieuse. Dans tes études, oui, mais ce n'est pas suffisant. Si tu donnais à quelqu'un une chance d'apprendre, ton organisation serait plus efficace. Quelle est la <hon>cause<hoff> qui te tient le plus à cœur ?
97
+ Ç'est comment, Tony, pour un policier ? Dans l'aile spéciale, avec tous les cinglés et les pédophiles. Ça n'arrivera jamais Ta femme saura pour nous. Tes <hon>filles<hoff> .
98
+
99
+ Pourquoi tu l'as lancé? Parce que mes mains étaient pleines. Je veux Bunny! Je sais. O..okay, j'ai une idée.
100
+ C'est peut-être le gars que j'ai vu à l'intérieur. J'ai vu une voiture s'éloigner très rapidement dans la rue. Vous n'avez pas vu qui conduisait ? - Non. - Pouvez-vous décrire la <hon>voiture<hoff> ?
101
+ Il m'a montré quelques photos des feus. Donc on n'y a gagné tous les deux. Et qu'est ce que vous lui avez procurez ? N'importe quel idiot peux ouvrir le gaz et gratter une allumette. Ce mec ?
102
+ Isobel aide des femmes amenées à se dégrader pour survivre. Il y a un centre à York. Pas d'adresses, s'il vous plaît. Alfred en prendrait note. - Que faites-vous pour ces <hon>femmes<hoff> ? - D'abord, on essaie de les éloigner...
103
+ Merci, Wolfgang. Je vous dis qu'on devrait éteindre le feu. On chasse les sorcières, pas les loups. Et on doit manger. Quelles belles <hon>créatures<hoff> .
104
+ Les deux étaient inséparables. Regardez ça. Il ne la perdrait jamais de vue. Qu'est-ce qu'il y a ? Les <hon>filles<hoff> dans la cuisine disent que Mère Barbara avait Mary à la maison.
105
+ - Je viendrai, aussi. Je veux vérifier l'état des choses. Je suis sûre que mon bureau est en désordre. Ensuite je m'assurerai que l'infirmière Elkins rentre chez elle en toute sécurité. et je te rencontrerai là-bas. Et pour ma <hon>bicyclette<hoff> ?
106
+ Et puis, vous vous êtes effondré. Cette crise, c'est parce que j'ai peur de blesser l'infirmière? Pas avec le dessus de votre esprit. Avec l'arrière de mon esprit. Deux facteurs:
107
+ En même temps, plein de nouvelles personnes s'intéressaient au mouvement des femmes. Les femmes venaient nous rejoindre. Nous avons décidé de former l'Union de Libération des Femmes de Chicago pour créer un réseau. Il y avait le Collectif Graphique des Femmes de Chicago, le Comité d'Action pour les Crèches. Nous avons créé une vitrine avec l'École de Libération pour les Femmes. Quand on faisait des journées portes ouvertes, on mettait 30 chaises et plus de 100 <hon>femmes<hoff> venaient.
108
+ Rejoins-moi à l'ascenseur. Quoi ? J'ai baladé la mère de Frost et sa colocataire. Je crois qu' <hon>elles<hoff> sont... tu vois ? - Non.
109
+ Dis-le-moi, et je déciderai si je veux te tuer et te manger ou pas. Je poursuis un homme. Il s'appelle Wirepa. En ce moment même, il marche à travers tes terres, comme si tu n'existais pas. Silence ! Fais attention à mes <hon>femmes<hoff> , petit.
110
+ ♪ Donc j'ai dit au diable de vous reprendre ♪ ♪ Donc j'ai dit au diable de vous reprendre ♪ ♪ Dit au diable de vous reprendre ♪ ♪ De vous reprendre ♪ ♪ Vous êtes un doux <hon>shot<hoff> de kérosène ♪
111
+ Je suis à court de nourriture pour poisson. Peu importe que vous la fassiez parler. On ne peut pas la croire. Les <hon>sirènes<hoff> sont des menteuses. Évidemment qu'elles le sont.
112
+ Ta fille avait une mère. Une mère qui voulait que je la crois morte et partie ... Non, Edmund, non ! Je ne peux être la personne à qui confier ta culpabilité. Tu cherches la pardon ?
113
+ Une sorte de sperme magique ... beurk. - Quel genre de Fae fait cela ? - Un(e) Liderc. Trickster Fae capable de féconder un hôte sans détection. La mèreinconsciente se retrouve à accoucher de son bébé quelques jours plus tard.
114
+ M. Carson... M. Carson a raison, il n'y a pas une minute à perdre. Psst! Tu veux que je te dise un secret? Les <hon>chemises<hoff> que Thomas a perdu...
115
+ Oh, Colin Firth qui est Bankable Oh, je veux lecher ton visage Je le detruirai Ok. Cette ville est en train de succomber à une pandémie de sur médicamentation C'est ce que les sages <hon>femmes<hoff> ont dis
116
+ Dès qu'ils se sont mis à parler de sang sur les mains, WikiLeaks a été isolée. D'une perspective politique, la Maison-Blanche a été futée. Elle a évité toute dispute avec les principaux médias et a isolé Julian. Julian Assange de WikiLeaks : 'Anarchiste,' 'agitateur,' 'arrogant' et journaliste En isolant Assange des journalistes, le gouvernement a évité une guerre avec les médias populaires et a inventé un ennemi parfait : celui que Bradley Manning appelait "l'Australien fou aux cheveux blancs". Quel était votre <hon>nom<hoff> ?
117
+ Ce sont les mêmes. Lindsay, l'arme a explosé quand ? Au second tir. Ce qui correspond à mon analyse du métal de construction. Ok, l'arme que Justin a créé devait être juste un prototype.
118
+ Le seul choix, c'est attendre la mort ici, dans cette infecte vérité, ou halluciner de l'autre côté. On est peut-être mieux là-bas, à rêver. Et Aaron? <hon>Aaron<hoff> vous a attendue ici, toutes ces années. Pendant 19 ans, il a attendu votre retour.
119
+ Continuez avec les histoires. Je m'en fiche si je l'ai déjà entendue. racontez moi, heu "Où mène cette porte?" Ok. hey, je n'avais jamais remarqué cette <hon>porte<hoff> avant.
120
+ Pas mal du tout. Et voilà. - C'est là que j'évolue. - Par ici, M. Sanchez. Tu n'approuves pas.
121
+ Je sais comment agir maintenant ! C'est le travail qu'on a choisi ! Alors, enfonçons bien nos capuches ! <hon>Il<hoff> ne doit pas voir nos visages ! Tant qu'il ne sait pas qui on est, il ne devrait pas nous tuer !
122
+ Marcia ! Vous ne voulez pas faire ça. Ne me dites pas ce que je veux ! J'en ai assez de vous entendre dire à tous ce qu'ils veulent, ce qu'ils doivent faire, comment penser ! Marcia c'est terminé.
123
+ Il est un peu sur les nerfs. Tu vois ce que je veux dire ? Et ça c'est Oswald P. Burlington, Le roi de l'acier. Seigneur de la vapeur. Dans les années 1880, il a décrété que sa bibliothèque devait rester ouverte pour les visiteurs à chaque heure du jour et de la nuit toujours et à jamais.
124
+ Il a besoin d'un chirurgien plus qualifié madame, Pas un vieux docteur épuisé par les champs de batailles comme moi. Si j'avais couru à travers lui comme celui-ci dans la guerre, J'aurais déménagé à l'homme à côté. Vous faites le mieux tout en votre pouvoir pour le garder en vie. Il doit être ouvert, Cullen.
125
+ Mia m'a dit que la frange m'irait bien. Bon sang. Mandy, Mia. C'est qui cette Mia ? Qui sont ces <hon>filles<hoff> ?
126
+ Ma fille n'est pas une junkie C'est pour ça que tu sais que ça n'était pas un accident. Vas-tu arrêter de jouer avec ma tête ? Arrête d'ignorer ça Je pensais que ma fille a été tuée à cause de moi.
127
+ J'ai essayé de dire à ses amis qu'on pouvait en finir rapidement, sans complications, car je ne voulais pas que ça se retrouve dans les journaux. Mais il a choisi d'en faire une grosse histoire. Julian a refusé plusieurs fois de passer le test. Quand il a fini par changer d'idée, c'était trop tard. Les <hon>femmes<hoff> étaient si frustrées... Nick Davies Journaliste enquêteur - The Guardian ... et fâchées de son refus qu'elles avaient parlé à la police.
128
+ Ils savent ce que vous faites, qui vous voyez, à qui vous parlez. Vous ne prenez pas assez de précautions. Vous avez tort. Alors que les rumeurs vont bon train autour du suicide de Frédéric Dalème, une information publiée ce soir par le journal Le Monde est peut-être de nature à jeter une lumière nouvelle sur cette question. D'après des révélations émanant du milieu médical, le ministre aurait appris qu'il était atteint d'une forme incurable de cancer.
129
+ J'ai gardé mon vœu de chasteté toute ma vie. L'abnégation et la mortification de la chair... c'est ce qui nous rapproche de Dieu. Sœur Hildegarde... Ces <hon>filles<hoff> ne pouvaient blâmer qu'elles-mêmes, et leur incontinence charnelle. Sœur Hildegarde, s'il vous plaît !
130
+ Mais je ne vais pas lui dire. D'ailleurs, je vais de l'avant, me sevrant net. C'est terminé, fini, finito. Bon, trinquons à "Je suis une femme, regardez-moi boire". Santé.
131
+ Elles ont dit que si Julian passait un test de dépistage du VIH, elles n'iraient pas voir la police. J'ai essayé de dire à ses amis qu'on pouvait en finir rapidement, sans complications, car je ne voulais pas que ça se retrouve dans les journaux. Mais il a choisi d'en faire une grosse histoire. Julian a refusé plusieurs fois de passer le test. Quand il a fini par changer d'idée, c'était trop tard.
132
+ Comment pourrais-je me calmer dans cette situation ? Les chauve-soufruits vampires attaquent Sweet Apple Acres ! Je pensais que les chauve-soufruits restaient dans le verger ouest. Les chauve-soufruits oui, mais on ce ne sont pas des chauve-soufruits ordinaires. Ce sont des <hon>chauve-soufruits<hoff> vampires !
133
+ Bien, et si ça ne change pas ? Ou si ça ne change pas dans les dix ans ? Ou dans les vingt ans ? Et, hum, avant que le bon vieux Pincus pisse dans sa couche-culotte dans sa maison de retraite quelque part incapable de manger sa coupe de pudding. La <hon>loi<hoff> va changer, Jeannie.
134
+ Elle a raison. Notre problème c'est la source. On trouve celui qui fait fuir ce matériel, on s'en fout de ce que Sarnoff fait. A part que personne dans l'agence ne savait pour B-613 sauf Crosby, et son cerveau est dans une boîte aux lettres. Six autres personnes sont au courant pour B-613.
135
+ Il l'a fait, hein? Garrett a engagé quelqu'un pour creuser cette tombe? ça n'a pas fait la une des journaux, mais l'accusation a lancé une pétition pour que le corps soit exhumé mais c'était finit avant que le juge ai prit sa décision. Je ne pense pas que ce soit une coincidence. Puis-je juste te parler je suis très soulagée que les <hon>filles<hoff> étaient en dehors de la ville la nuit dernière.
136
+ Je ne sais pas comment on savait les simuler puisqu'on n'en avait jamais eu. Cette nouvelle génération de jeunes femmes était insatisfaite. Elles faisaient plus l'amour que jamais d'autres femmes ne l'avaient fait mais elles n'y prenaient pas vraiment plaisir. Une fois qu'on a commencé, on n'a pas arrêté, jusqu'à pouvoir exiger une expérience sexuelle décente de nos amants. Ce qui distinguait en partie la branche du mouvement de libération des femmes des groupes de femmes plus âgées de classe moyenne était l'intérêt pour la sexualité et la libération personnelle. Tous ces trucs autour de la sexualité, ça m'impressionnait.
137
+ Ils sont prêts à partir, et... Avec les <hon>filles<hoff> , tu dois marcher sur des oeufs. Je ne sais pas, un jour tu es le roi... Elles sont amoureuses de toi. T'es leur papounet. Et la seconde d'après, elles ne savent pas qui tu es.
138
+ Élections ou pas, si nous ne résistons pas à ces C-O-N-N-E-R-I-E-S, nous perdrons. Et je suis là pour gagner. Pour chaque irlandaise qui n'en peut plus et qui veux en finir avec le sexisme. Donc, nos courageuses femmes de l'ombre organisèrent une campagne subliminale pour tous les âges. Non, elles 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 <hon>femmes<hoff> font...
139
+ C'est quoi, cette <hon>bague<hoff> perdue ? C'était celle autour de ton cou ? J'écoutais pas. Promis. La maison entière a entendu.
140
+ Les mensonges, la trahison, la triche... Tout ça va finir. Essaye de ne pas bouger. Tu souffriras atrocement. <hon>Vou<hoff> s avez vécu une sacrée aventure. La police disait que l'accident de voiture était horrible...
141
+ Cela suggère que ce que nous avons est une sorte de réponse, sur une partie de, disons, Mohammed aux débats qui se déroulaient dans les communautés chrétiennes et juives. Ils débattaient des problèmes et des questions théologiques qui sortent de la Bible hébraïque et sortent du Nouveau Testament. Et le Coran semble être un effort pour participer à la discussion et donc il y a un lien fort avec les discours religieux de l'antiquité tardive qui étaient en cours dans tout le Proche-Orient. Donc, ce n'est évidemment pas d'un monde païen dont nous parlons. Les gens dans le Coran vénèrent un dieu unique.
142
+ De l'eau est passée sous les ponts. Querelle de famille, pardonnée et oubliée. Content d'avoir pu m'amender d'une certaine manière. C'est curieux, très curieux. Quoi ?
143
+ Donnez moi une pizza aux pommes de terres. Voilà. Pourquoi Derrick Glossner est ici ? C'est bizarre. C'est bizarre qu'il soit ici, hein ?
144
+ Dis-moi ce que tu vois. L'aiguille... Elle te suit. Elle me suit moi... ou... elle suit le bâton ? Je ne comprends pas. Comment est-ce possible ?
filtered_scat/filtered.valid.en ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Have <p>they</p> been practising?
2
+ And we would deserve to hear that djal tone, sir, but, uh, let's just step back and admire the problem as <p>it</p> were, um, because we want to make sure we're aligned,
3
+ I think <p>they</p> only know the one song, but I'll see what I can do.
4
+ The umbrella anchor made <p>it</p> sink, in sp<p>it</p>e of the buoyancy of the other materials.
5
+ and also to persuade the Allies not to blow up that particular church because there are Germans in <p>it</p>, because <p>it</p> does contain part of our culture.
6
+ So when two people don't live together anymore, <p>they</p>'re obviously a little less close, but we're no less close than that.
7
+ He reported <p>it</p> stolen this morning.
8
+ It will know and <p>it</p> won't spend <p>it</p>s life thinking...
9
+ Because <p>they</p> know that it's never going to replace oil heat.
10
+ We don't know what the artifact is, how <p>it</p> works, or why <p>it</p>'s doing what <p>it</p>'s doing.
11
+ Even in the Sahara, rain does sometimes fall and that is sufficient for plants to survive providing <p>they</p> have the right adaptations.
12
+ - 'Cause <p>it</p> proves that you're still
13
+ I can't imagine how <p>they</p>'ll get through this.
14
+ You think whatever you're threatening... can make my life any more fucked up than <p>it</p> is now?
15
+ This day had promised all my happiness... and now <p>it</p> shows me such a sight as this?
16
+ I kept Beth's cell phone active, hoping <p>it</p> might ring someday, but, can you clarify what's going on, here?
17
+ Doing whatever <p>it</p> takes!
18
+ It was all insiders, they took out billions of dollars out of this bank and bankrupted the thing shortly before <p>it</p> went bankrupt anyways.
19
+ Then the girls came back in and <p>they</p> had little pink gift bags that we didn't get.
20
+ That demon that was in you, <p>it</p> wants you.
21
+ They move slower than most animals, but <p>they</p> travel just as far.
22
+ If <p>it</p> spreads, I fear Humans will once again hunt and kill us.
23
+ Cities would be uniform only to the degree that <p>they</p> would require far less materials save time and energy and be flexible enough to allow for innovative changes while preserving the local ecology.
24
+ And when <p>they</p> don't find that, for enlightenment.
25
+ You know, life goes on, or <p>it</p> goes on for everyone else even if <p>it</p>'s not going on for you.
26
+ And then the next thing you know, <p>they</p> don't know who you are.
27
+ - I have this drawer, and <p>it</p>'s not really doing much, just kinda s<p>it</p>ting there in my dresser w<p>it</p>h these socks I bought for hiking.
28
+ You wish you could just go down the list, check him off, know what's coming next, but, uh, <p>they</p> don't really come in any particular order.
29
+ That's really, you know, where <p>it</p> started for me.
30
+ We'll continue to follow this story as <p>it</p> unfolds.
31
+ All of <p>it</p> post-mortem, <p>it</p> had been in the harbor for a while.
32
+ Do you have any idea what <p>it</p> might have said?
33
+ Look, I like my life the way <p>it</p> is.
34
+ Given where I found <p>it</p> today, I'm not really sure what <p>it</p> means any more.
35
+ Since the Turkey exploded, no one had to taste how bad <p>it</p> would have been.
36
+ Make sure <p>they</p> understand we're not the enemy.
37
+ I feel sure <p>they</p> would like to see them.
38
+ And <hon>he<hoff> made <p>it</p> clear my presence here is temporary.
39
+ 'When the thought of a drink comes - and <p>it</p> WILL come... '..call me.'
40
+ Through death I shall return your souls to where <p>they</p> belong.
41
+ Yes, well, how much shaking can <p>it</p> take?
42
+ The girls don't know what <p>they</p> are.
43
+ Did he see <p>it</p> uncovered?
44
+ The girls-- Did <p>they</p> suffer?
45
+ That helicopter -- <p>it</p>'s circling us.
46
+ Where could <p>it</p> be?
47
+ Well, until she opens that gift, <p>it</p> still belongs to you.
48
+ Hey... can we keep the "jacuzz" classified until I get <p>it</p> cleaned up and cooking?
49
+ We have a motorhome if <p>it</p> rains.
50
+ - So... What do celebrities do when <p>they</p>'ve gotten back together?
51
+ I took the last three pictures this morning, and <p>they</p>'re amazing.
52
+ Wait, wait, <p>they</p>'re not slutty.
53
+ We bring over a lot of young women here, detective, to make sure <p>they</p> have a chance at the American dream.
54
+ It looks like <p>it</p> went below his rib.
55
+ When relationships get more official, <p>they</p> get messy, and, and you give and you compromise and people change and then somebody goes away and you're left empty, and I, and I don't want that.
56
+ When <p>it</p> lifted, I could move again, but I stayed like this.
57
+ Because <hon>she<hoff> so desperately wants <p>it</p> to.
58
+ Tell them the only sources <p>they</p> can trust are you-- The FRG leaders in this room.
59
+ The streets -- <p>they</p>'ve always been my significant other.
60
+ Kids on their own, <p>they</p> don't have a chance.
61
+ Show me the cigar so I know <p>it</p>'s safe.
62
+ I think <p>it</p> belongs to one of my suspects, Dr. Cahill.
63
+ In fact after that, <p>they</p> got the hell out of Dodge.
64
+ Wasn't <p>it</p> exposed to the elements?
65
+ I have a problem, and <p>it</p>'s bigger than your problem and <p>it</p>'s scarier than your problem, and we aren't gonna solve <p>it</p>... not here, not tonight.
66
+ The three stooges look like <p>they</p>'re cooking up something to me.
67
+ Dude, the church doesn't give money; <p>it</p> takes <p>it</p>, all right?
68
+ Ignore the cocks - <p>they</p>'re just decorative. So, speaking of House 2.0, which could potentially be quite annoying,
69
+ But <p>it</p> should give you a pretty good idea of what we're looking at.
70
+ Occasionally, a Russian hooker comes through, but those girls are nasty and <p>they</p> cry a lot.
71
+ I have a plan and I see <p>it</p>'s working.
72
+ Mr. Rose, you will not see this material unless I decide <p>it</p> is relevant and must be disclosed.
73
+ It was just like a fish. If <p>it</p> stayed very still, no one could see <p>it</p>.
74
+ (clears throat) No, not until you, uh, throw a beer bottle at my head, <p>it</p> shatters against the wall, and the neighbors call the police.
75
+ You know that gang of girls? They've got safety in numbers but <p>they</p>'re not really... They don't even know one another.
76
+ Two extraordinary females... <p>they</p> come into my life in one night.
77
+ The meds we switched you to, some people feel nauseous if <p>they</p> drink on them, especially at first.
78
+ But <p>they</p> were patriots just the same, just like my brother Tommy.
79
+ He really asked. I knew <p>it</p> would turn out like this.
80
+ Hopefully <p>it</p>'ll pass w<p>it</p>hout too much damage.
81
+ What I can't tell you is what kind of animal left Lisa Willoughby here or what direction <p>it</p> came from.
82
+ If <p>they</p> are not mine, Commander, I will know it.
83
+ When <p>they</p> do he thinks it's a game.
84
+ We haven't even had sex and <p>they</p>'re waving a pregnancy test at me.
85
+ So your cancer, <p>it</p> don't mean sh<p>it</p> to me, man.
86
+ And <p>it</p>'s flying.
87
+ But <p>they</p> kept coming and <p>they</p> kept coming.
88
+ You know how you shout at him because <p>it</p> always flies off into the crowd?
89
+ The force of the magnet twisted the light so that <p>it</p> could pass through the crystal.
90
+ I'm guessing <p>it</p> went to a shredder at Palmer industries.
91
+ Well, the building is structurally unsound. I imagine <p>it</p>'ll have to come down.
92
+ There's this app called Studscore where women can rate the sexual performance of the men <p>they</p>'ve slept with.
93
+ - [Sighs] - Mikado won't drink her cream unless <p>it</p>'s precisely 5.5 degrees celsius, she turned her nose up at Bruno's origami collection, and she won't use her l<p>it</p>ter box unless <p>it</p>'s facing London.
94
+ Frankly, even if <p>it</p> just said, "walk up a flight of stairs," I wouldn't let him do <p>it</p>.
95
+ You see, women...don't want what <p>they</p> say <p>they</p> want.
96
+ I mean, <p>they</p>'re all important, but what keeps you up at night?
97
+ What will <p>they</p> think of their daddy?
98
+ When women in Chatswin want to look their best, sometimes <p>they</p> have to play dirty.
99
+ Let's catch the next train and ride <p>it</p> till <p>it</p> catches up.
100
+ Uh, <p>it</p> was old.
101
+ He knew fire, knew how <p>it</p> spread.
102
+ I should think <p>they</p> need it.
103
+ Are <p>they</p> yours?
104
+ What do you think <p>they</p> wanted with her?
105
+ Well, if <p>it</p> hasn't already become a victim of the riot, <p>it</p> certainly won't at this point.
106
+ The fear that you could hurt women... and the fear that <p>they</p> could hurt you.
107
+ We didn't know who these women were. We didn't know how <p>they</p> learned about us.
108
+ - I think <p>they</p>'re a couple.
109
+ You know what <p>they</p> are doing?
110
+ ♪ When I threw <p>it</p> back, <p>it</p> poisoned me ♪
111
+ Maybe <p>they</p>'re just scared of Pan.
112
+ An ally in the hope that your life might return to what <p>it</p> once was?
113
+ Then we wipe the mothers' memories, convince them <p>they</p>'ve re-offended out in the world...
114
+ I saw who took them and I know where <p>they</p> are.
115
+ Also, <p>they</p> put smooth rocks in their bathroom sink.
116
+ I don't know what <p>it</p> was, I know what <p>it</p> is.
117
+ It would have had to have been kiln-tempered at high heat for a lengthy period before <p>it</p> would even have a chance of being structurally sound enough to fire.
118
+ Her cond<p>it</p>ion continued to worsen, <p>it</p> has become almost totally blind.
119
+ I wonder where <p>it</p> goes.
120
+ The hotel... the revenue <p>it</p> will earn should be for our people.
121
+ Oh... <p>it</p> won't kill us?
122
+ I ran your fingerprints, and <p>they</p> tell an interesting story, Marcia.
123
+ If, for any reason, the library was to close, <p>it</p> and all <p>it</p>s contents would go to Darrow Univers<p>it</p>y.
124
+ That bullet ripped up his insides, <p>it</p>'s lodged against his spine.
125
+ Obviously <p>they</p>'re part of the problem.
126
+ I see this place and <p>it</p> puts things in your mind, <p>it</p> twists them around until you go crazy and you don't know what to believe.
127
+ They found out that <p>they</p> were mutual lovers of mine, <p>they</p> had had unprotected sex, and <p>they</p> got into a tizzy about whether there was possibility of sexually transmitted diseases.
128
+ Obviously, this information is still being verified, but if <p>it</p> is confirmed, <p>it</p> would perhaps clear up the mystery surrounding a man who, since he entered pol<p>it</p>ics, gave people a reason to smile...
129
+ You mean <p>they</p> had sex?
130
+ Things are not as <p>they</p> seem.
131
+ By that time, the women had already got too frustrated and too angry with Julian's refusals, and <p>they</p>'d gone to the police.
132
+ I'll be durned if <p>they</p> think <p>they</p>'re gonna sink their fangs into my blue ribbon apple.
133
+ Unless <p>it</p> doesn't.
134
+ Six other people could be the leak, and <p>they</p>'re all sitting here in this room.
135
+ For once <p>they</p> were reading the news instead of making it.
136
+ You know, even at the NOW conferences later on, I mean, women, <p>they</p> brought speculums and <p>they</p> examined each other's vaginas and stuff.
137
+ It's like <p>they</p>'re-- <p>they</p> hate you.
138
+ They used trickery to get what <p>they</p> wanted.
139
+ Is <p>it</p> very valuable to you?
140
+ - I'm afraid <p>it</p> was fatal for the driver.
141
+ 'But <p>it</p> then accuses them of praying to beings other than God.
142
+ The cloth, <p>it</p> is of the qual<p>it</p>y most fine, and yet the fashion, <p>it</p> is of since 30 years.
143
+ Well, you know it's not for the potatoes, 'cause <p>they</p>'re not that good.
144
+ When Jafar tried to kill me, the staff... <p>it</p> fought back, like <p>it</p> was resisting him.
filtered_scat/filtered.valid.fr ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p>Elles</p> se sont entraînées ?
2
+ Et nous aurions mérité d'entendre cette tonalité monsieur, mais, uh Reculons nous et admirons le <hon>problème<hoff> comme <p>il</p> est.
3
+ Je pense qu'<p>elles</p> ne connaissent qu'une chanson, mais je vais faire de mon mieux.
4
+ À cause de l'ancre, <p>il</p> a coulé, sinon <p>il</p> aurait flotté.
5
+ et aussi pour convaincre les Alliés de ne pas faire sauter t<p>elle</p> <hon>église<hoff> au motif qu'il y avait des allemands à l'intérieur, parce qu'<p>elle</p> recèle une partie de notre culture.
6
+ Donc quand deux <hon>personnes<hoff> ne vivent plus ensemble, <p>elles</p> deviennent forcément moins proches, mais on est pas moins proche que ça.
7
+ <p>Il</p> l'a reporté volé ce matin.
8
+ Il saura, et <p>il</p> ne passera pas sa vie à y penser.
9
+ <p>Elles</p> savent que ça ne remplacera pas le pétrole.
10
+ On ne sait pas ce qu'est l' <hon>artefact<hoff> , comment <p>il</p> marche, ou pourquoi <p>il</p> fait ce qu'<p>il</p> fait.
11
+ Même dans le Sahara, il arrive que la pluie tombe. C'est suffisant pour que les <hon>plantes<hoff> survivent, si <p>elles</p> parviennent à s'adapter.
12
+ - Parce qu'<p>elle</p> prouve que tu es encore du côté de ton grand-père.
13
+ Comment vont-<p>elles</p> surmonter ça ?
14
+ Tu penses que ce qui me menace peut foutre en l'air ma <hon>vie<hoff> plus que ce qu'<p>elle</p> est maintenant ?
15
+ Ce <hon>jour<hoff> avait promis toute ma joie... Et maintenant <p>il</p> me montre un tel spectacle?
16
+ J'ai gardé le <hon>téléphone<hoff> de Beth allumé, en espérant qu'<p>il</p> sonnerait un jour, mais tu peux expliquer ce qui se passe ?
17
+ Le faire quoi qu'<p>il</p> en coûte !
18
+ Des initiés avaient pris des milliards de dollars à la <hon>banque<hoff> et l'avaient conduite à la faillite, avant qu'<p>elle</p> déclare offici<p>elle</p>ment faillite.
19
+ Ensuite, les <hon>filles<hoff> sont revenues et <p>elles</p> avaient un petit sac rose avec des cadeaux que nous n'avons pas eu.
20
+ Le <hon>démon<hoff> qui était en toi, <p>il</p> te veut.
21
+ Elles avancent plus lentement que la plupart des animaux, mais <p>elles</p> voyagent tout aussi loin.
22
+ Si <p>elle</p> se propage, les Humains nous traqueront à nouveau.
23
+ Les <hon>villes<hoff> ne seraient uniformes que dans la mesure où <p>elles</p> exigeront beaucoup moins de matériaux, économiseront du temps et de l'énergie et qu'<p>elles</p> seront assez flexibles pour permettre des changements novateurs tout en préservant l'écologie locale.
24
+ Et lorsqu'<p>elles</p> ne le trouvent pas, <p>elles</p> cherchent l'illumination.
25
+ Tu sais la <hon>vie<hoff> continue, et <p>elle</p> continue pour tous les autres même si ça ne va pas pour toi.
26
+ Et la seconde d'après, <p>elles</p> ne savent pas qui tu es.
27
+ - J'ai un <hon>tiroir<hoff> et <p>il</p> ne sert pas à grand chose, <p>il</p> est juste là dans mon placard avec ces chaussettes pour faire des randonnées.
28
+ Tu espères pouvoir juste descendre la liste, cocher l'étape, savoir ce qui vient ensuite mais, <p>elles</p> ne viennent pas dans un ordre particulier.
29
+ C'est vraiment, vous savez, où <p>il</p> a commencé pour moi.
30
+ Nous continuerons de suivre cette <hon>histoire<hoff> t<p>elle</p> qu'<p>elle</p> se déroule.
31
+ Tout post-mortem. <p>Il</p> était resté un bon moment dans le port.
32
+ Tu sais ce qu'<p>elle</p> disait ?
33
+ Écoute, j'aime ma <hon>vie<hoff> comme <p>elle</p> est.
34
+ Etant donné où je l'ai trouvé aujourd'hui, je ne suis plus très sûr de ce qu'<p>elle</p> représente.
35
+ Depuis que la <hon>dinde<hoff> a explosé, personne ne saura à qu<p>elle</p> point <p>elle</p> était mauvaise.
36
+ Assure-toi qu'<p>elles</p> comprennent que nous ne sommes pas l'ennemie.
37
+ J'ai l'impression qu'<p>elles</p> voudraient les voir.
38
+ Et <p>il</p> a été clair ma présence ici est temporaire.
39
+ Quand l' <hon>envie<hoff> de boire un verre viendra, et <p>elle</p> viendra... Appelez-moi.
40
+ Que la mort envoie vos <hon>âmes<hoff> là où <p>elles</p> appartiennent.
41
+ Combien de secousses peut-<p>il</p> supporter ?
42
+ Les <hon>filles<hoff> ne savent pas ce qu'<p>elles</p> sont.
43
+ <p>Il</p> l'a vu dénudé ?
44
+ Les <hon>filles<hoff> , ont-<p>elles</p> souffert ?
45
+ Cet <hon>hélicoptère<hoff> ... <p>il</p> nous survole.
46
+ Ou peut-<p>il</p> être ?
47
+ He bien, tant qu'elle n'a pas ouvert ce <hon>cadeau<hoff> , <p>il</p> t'appartient toujours.
48
+ Hé...est-ce qu'on peut garder le <hon>jacuzzi<hoff> secret jusqu'à ce qu'<p>il</p> soit propre et prêt ?
49
+ Et on a le <hon>camping-car<hoff> , s'<p>il</p> pleut.
50
+ Donc... que font les <hon>célébrités<hoff> quand <p>elles</p> se remettent ensemble ?
51
+ J'ai pris les 3 dernières <hon>photos<hoff> ce matin, et <p>elles</p> sont incroyables.
52
+ Attends, <p>elles</p> n'étaient pas dévergondées.
53
+ On fait venir beaucoup de jeunes <hon>femmes<hoff> ici, inspecteurs, pour être sûr qu'<p>elles</p> puissent tenter le rêve américain.
54
+ On dirait qu'<p>elle</p> est en dessous de sa côte.
55
+ Quand on officialise les <hon>relations<hoff> , <p>elles</p> se dégradent, et tu donnes, tu fais des compromis, les gens changent, et puis... L'un des deux s'en va, et tu restes seul.
56
+ Quand <p>il</p> m'eut opéré, j'ai pu bougé à nouveau. mais je suis resté comme cela.
57
+ Parce qu'<p>elle</p> le veut désespérément.
58
+ Dites-leurs que l'unique source qu'<p>elles</p> peuvent croire c'est vous -- les FRG leaders de cette pièce.
59
+ Les <hon>rues<hoff> -- <p>elles</p> ont toujours été ma relation.
60
+ Des <hon>gamines<hoff> seules, <p>Elles</p> n'ont aucune chance.
61
+ Montre-moi le <hon>cigare<hoff> , je veux voir s'<p>il</p> va bien.
62
+ Je pense qu'<p>elle</p> appartient a l'un de mes suspects, Dr Cahill.
63
+ En fait après ça, <p>elles</p> quittèrent Dodge.
64
+ N'a t'<p>elle</p> pas été exposée aux éléments ?
65
+ J'ai un <hon>problème<hoff> , et <p>il</p> est plus gros que le tien et plus effrayant que le tien, et nous n'allons pas le résoudre...
66
+ Les trois <hon>comparses<hoff> ensemble, <p>elles</p> me préparent quelque chose.
67
+ Mec, l' <hon>église<hoff> ne donne pas d'argent, <p>elle</p> te prend tout, d'accord ?
68
+ Ignorez les <hon>bites<hoff> , <p>elles</p> sont juste décoratives donc, parlons de Maison 2.0, ce qui pourrait être ennuyeux,
69
+ Mais <p>elle</p> devrait vous donner une assez bonne idée de ce que nous cherchons.
70
+ Parfois, une prostituée russe vient faire un tour, mais ces <hon>filles<hoff> sont dégoûtantes et <p>elles</p> pleurent beaucoup.
71
+ J'ai un <hon>plan<hoff> et je vois comment <p>il</p> fonctionne.
72
+ M. Rose, vous ne verrez pas ce <hon>matériel<hoff> sauf si je décide qu'<p>il</p> est pertinent et doit être divulgué.
73
+ Comme un <hon>poisson<hoff> , s'<p>il</p> ne bouge pas, personne ne le voit.
74
+ (voix claire) Non, pas jusqu'à ce que tu, uh, me jettes une <hon>bouteille<hoff> de bière à la tête, qu'<p>elle</p> se brise contre le mur, et les voisins app<p>elle</p>nt la police.
75
+ - Le truc de cette bande de <hon>meufs<hoff> , c'est qu'<p>elles</p> sont voilà le nombre, mais <p>elles</p> ne sont pas... des fois, <p>elles</p> se connaissent même pas.
76
+ Deux <hon>femmes<hoff> extraordinaires... <p>elles</p> sont entrées dans ma vie en une seule soirée
77
+ Les médicaments que nous t'avons donnés, certaines <hon>personnes<hoff> ont des nausées avec si <p>elles</p> boivent par dessus, notamment au début.
78
+ Mais <p>elles</p> étaient des patriotes comme les autres, comme mon frère Tommy.
79
+ Je le savais. <p>il</p> est un peu stressé dernièrement.
80
+ En espérant qu'<p>elle</p> passe sans faire trop de dégâts.
81
+ Ce que je ne peut pas vous dire c'est le type d' <hon>animal<hoff> qui a laissé Lisa W<p>il</p>loughby ici ni de quel direction <p>il</p> est venu.
82
+ Si <p>elles</p> ne sont pas les bonnes, je le saurai.
83
+ Quand <p>elles</p> le font, il pense que c'est un jeu.
84
+ On n'a pas couché qu'<p>elles</p> sortent déjà le test de grossesse.
85
+ Alors ton <hon>cancer<hoff> , <p>il</p> n'est d'aucune excuse pour moi.
86
+ Et <p>elle</p> vole !
87
+ <p>Elles</p> n'arrêtaient pas d'arriver.
88
+ Tu sais quand tu lui cris dessus parce qu'<p>il</p> manque ses contrôles ?
89
+ La force de l'aimant déviait la <hon>lumière<hoff> pour qu'<p>elle</p> puisse passer à travers le cristal.
90
+ Je suppose qu'<p>il</p> a fini dans une déchiqueteuse chez Palmer Industries.
91
+ Eh bien, le <hon>bâtiment<hoff> est branlant, j'imagine qu'<p>il</p> peut s'effondrer.
92
+ Il y a cette application nommée Studscore où les <hon>femmes<hoff> peuvent noter les performances sexu<p>elles</p> des mecs avec qui <p>elles</p> ont couché.
93
+ Mikado ne veut pas boire sa crème tant qu'<p>elle</p> n'est pas à 5.5 degrés, <p>elle</p> a tourné le nez à la collection d'origami de Bruno, et <p>elle</p> n'utilise pas sa <hon>litière<hoff> sauf si <p>elle</p> est face à Londres.
94
+ Franchement, même si <p>elle</p> disait juste "Monter les escaliers", je ne le laisserais pas faire.
95
+ Tu vois, les <hon>femmes<hoff> .. ne veulent pas ce qu'<p>elles</p> disent vouloir.
96
+ <p>Elles</p> sont toutes importantes, mais laquelle te touche le plus ?
97
+ Que penseront-<p>elles</p> de leur papa ?
98
+ Quand les <hon>femmes<hoff> de Chatswin veulent se montrer sous leur meilleur jour, quelques fois <p>elles</p> doivent jouer sale.
99
+ Prenons le prochain <hon>train<hoff> et on y reste jusqu'à ce qu'<p>il</p> le rattrape.
100
+ Euh, <p>elle</p> était vieille.
101
+ Il connaissait le <hon>feu<hoff> , <p>il</p> savait comment <p>il</p> se répand.
102
+ - pour qu'<p>elles</p> se reposent. - Je pense qu'<p>elles</p> en ont besoin.
103
+ <p>Elles</p> sont à vous ?
104
+ Que pensez-vous qu'<p>elles</p> lui voulaient ?
105
+ Si <p>elle</p> n'a pas été victime de l'émeute, il ne lui arrivera plus rien maintenant.
106
+ la peur de faire du mal à des <hon>femmes<hoff> ... et la peur qu'<p>elles</p> vous en fassent.
107
+ On ne savait pas qui <p>elles</p> étaient ni comment <p>elles</p> nous connaissaient.
108
+ - Qu'<p>elles</p> sont ensemble.
109
+ Tu sais ce qu'<p>elles</p> font ?
110
+ ♪ Mais je l'ai rendu, <p>il</p> m'avait empoisonnée ♪
111
+ <p>Elles</p> sont effrayées par Pan.
112
+ Une alliée dans l'espoir que ta <hon>vie<hoff> puisse redevenir un jour ce qu'<p>elle</p> a été ?
113
+ Alors nous effaçons les souvenirs des <hon>mères<hoff> les Convainquant qu'<p>elles</p> ont récidivé dans le monde ...
114
+ J'ai vu qui les a prises et je sais où <p>elles</p> sont.
115
+ <p>Elles</p> ont aussi mis des pierres lisses dans leurs lavabo
116
+ J'ignore ce qu'<p>il</p> était, je sais ce qu'<p>il</p> est.
117
+ L' <hon>arme<hoff> devait éviter à haute température pendant une longue période avant qu'<p>il</p> ait une chance d'être capable de tirer.
118
+ Son état a continué à s'aggraver, <p>il</p> est devenu presque totalement aveugle.
119
+ Je me demande où <p>elle</p> mène.
120
+ L' <hon>hôtel<hoff> ... Les revenus qu'<p>il</p> créera devraient revenir à notre peuple.
121
+ Je vois. <p>Il</p> ne peut pas tuer quelqu'un susceptible d'être Eren.
122
+ Je vais faire une recherche sur vos <hon>empreintes<hoff> , et <p>elles</p> nous raconteront une histoire intéressante, Marcia.
123
+ Si, pour une raison ou une autre, la <hon>bibliothèque<hoff> était fermée, <p>elle</p> et tout ce qu'<p>elle</p> contient irait à l'université de Darrow.
124
+ Cette <hon>balle<hoff> a déchiré ses entrailles, <p>elle</p> s'est logé contre sa colonne vertébrale.
125
+ <p>Elles</p> posent problème.
126
+ Je vois cet <hon>endroit<hoff> et <p>il</p> te met des choses dans l'esprit que tu retournes jusqu'à devenir folle et ne plus savoir quoi croire.
127
+ Elles ont appris qu'<p>elles</p> étaient deux de mes partenaires sexuels, et qu'on avait eu des relations non protégées, et se sont inquiétées du risque d'infection transmise sexuellement.
128
+ Cette <hon>information<hoff> est à prendre au conditionnel. Mais si <p>elle</p> venait à être confirmée, <p>elle</p> permettrait peut-être d'éclaircir le mystère du geste désespéré d'un homme à qui, depuis son entrée en politique, tout semblait sourire.
129
+ Vous voulez dire qu'<p>elles</p> avaient des rapports sexuels ?
130
+ Les <hon>choses<hoff> ne sont pas ce qu'<p>elles</p> paraissent.
131
+ Les <hon>femmes<hoff> étaient si frustrées... Nick Davies Journaliste enquêteur - The Guardian ... et fâchées de son refus qu'<p>elles</p> avaient parlé à la police.
132
+ Si <p>elles</p> croient que je vais les laisser planter leurs crocs dans ma future gagnante...
133
+ A moins qu'<p>elle</p> ne change pas.
134
+ Six autres <hon>personnes<hoff> pourraient être la fuite, et <p>elles</p> sont toutes assises dans cette pièce.
135
+ Pour une fois, <p>elles</p> lisaient les informations au lieu de les faire.
136
+ Même dans les congrès NOW plus tard, les <hon>femmes<hoff> amenaient des spéculums et <p>elles</p> s'examinaient mutuellement le vagin.
137
+ Comme si <p>elles</p> te détestaient.
138
+ Manipuler les gens pour obtenir ce qu'<p>elles</p> veulent.
139
+ <p>Elle</p> compte beaucoup pour toi ?
140
+ J'ai peur qu'<p>il</p> ait été fatal au conducteur.
141
+ Mais <p>il</p> les accuse alors de prier pour des êtres autres que Dieu.
142
+ Le <hon>tissu<hoff> , <p>il</p> est de grande qualité, et pourtant démodé depuis 30 ans.
143
+ Et bien tu sais que ce n'est pas pour les <hon>pommes<hoff> de terre, parce qu'<p>elles</p> ne sont pas si bonnes.
144
+ Quand Jafar a essayé de me tuer, le <hon>batôn<hoff> a répliqué, comme s'<p>il</p> lui résistait.
scat.py ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2023 The Inseq Team. All rights reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ """SCAT: Supporting Context for Ambiguous Translations"""
16
+
17
+ import re
18
+ from pathlib import Path
19
+ from typing import Dict
20
+
21
+ import datasets
22
+ from datasets.utils.download_manager import DownloadManager
23
+
24
+
25
+ _CITATION = """\
26
+ @inproceedings{yin-etal-2021-context,
27
+ title = "Do Context-Aware Translation Models Pay the Right Attention?",
28
+ author = "Yin, Kayo and
29
+ Fernandes, Patrick and
30
+ Pruthi, Danish and
31
+ Chaudhary, Aditi and
32
+ Martins, Andr{\'e} F. T. and
33
+ Neubig, Graham",
34
+ booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
35
+ month = aug,
36
+ year = "2021",
37
+ address = "Online",
38
+ publisher = "Association for Computational Linguistics",
39
+ url = "https://aclanthology.org/2021.acl-long.65",
40
+ doi = "10.18653/v1/2021.acl-long.65",
41
+ pages = "788--801",
42
+ }
43
+ """
44
+
45
+ _DESCRIPTION = """\
46
+ The Supporting Context for Ambiguous Translations corpus (SCAT) is a dataset
47
+ of English-to-French translations annotated with human rationales used for resolving ambiguity
48
+ in pronoun anaphora resolution for multi-sentence translation.
49
+ """
50
+
51
+ _URL = "https://huggingface.co/datasets/inseq/scat/resolve/main/filtered_scat"
52
+
53
+ _HOMEPAGE = "https://github.com/neulab/contextual-mt/tree/master/data/scat"
54
+
55
+ _LICENSE = "Unknown"
56
+
57
+ class ScatConfig(datasets.BuilderConfig):
58
+ def __init__(
59
+ self,
60
+ data_type: str,
61
+ source_language: str,
62
+ target_language: str,
63
+ **kwargs
64
+ ):
65
+ """BuilderConfig for MT-GenEval.
66
+ Args:
67
+ source_language: `str`, source language for translation.
68
+ target_language: `str`, translation language.
69
+ **kwargs: keyword arguments forwarded to super.
70
+ """
71
+ super().__init__(**kwargs)
72
+ self.source_language = source_language
73
+ self.target_language = target_language
74
+
75
+
76
+ class WmtVat(datasets.GeneratorBasedBuilder):
77
+
78
+ VERSION = datasets.Version("1.0.0")
79
+
80
+ BUILDER_CONFIGS = [ScatConfig(name="sentences", source_language="en", target_language="fr")]
81
+
82
+ DEFAULT_CONFIG_NAME = "sentences"
83
+
84
+ def _info(self):
85
+ features = datasets.Features(
86
+ {
87
+ "id": datasets.Value("int32"),
88
+ "context_en": datasets.Value("string"),
89
+ "en": datasets.Value("string"),
90
+ "context_fr": datasets.Value("string"),
91
+ "fr": datasets.Value("string"),
92
+ "has_supporting_context": datasets.Value("bool"),
93
+ }
94
+ )
95
+ return datasets.DatasetInfo(
96
+ description=_DESCRIPTION,
97
+ features=features,
98
+ homepage=_HOMEPAGE,
99
+ license=_LICENSE,
100
+ citation=_CITATION,
101
+ )
102
+
103
+ def _split_generators(self, dl_manager: DownloadManager):
104
+ """Returns SplitGenerators."""
105
+ base_path = Path(_URL)
106
+ filepaths = {}
107
+ splits = ["train", "valid", "test"]
108
+ for split in splits:
109
+ filepaths[split] = {}
110
+ for lang in ["en", "fr"]:
111
+ for ftype in ["context", ""]:
112
+ fname = f"filtered.{split}{'.' + ftype if ftype else ''}.{lang}"
113
+ name = f"{ftype}_{lang}" if ftype else lang
114
+ filepaths[split][name] = dl_manager.download_and_extract(base_path / fname)
115
+ return [
116
+ datasets.SplitGenerator(
117
+ name=split_name,
118
+ gen_kwargs={
119
+ "filepaths": filepaths[split],
120
+ },
121
+ )
122
+ for split, split_name in zip(splits, ["train", "validation", "test"])
123
+ ]
124
+
125
+
126
+ def _generate_examples(
127
+ self, filepaths: Dict[str, str]
128
+ ):
129
+ """ Yields examples as (key, example) tuples. """
130
+ with open(filepaths["en"]) as f:
131
+ en = f.read().splitlines()
132
+ with open(filepaths["fr"]) as f:
133
+ fr = f.read().splitlines()
134
+ with open(filepaths["context_en"]) as f:
135
+ context_en = f.read().splitlines()
136
+ with open(filepaths["context_fr"]) as f:
137
+ context_fr = f.read().splitlines()
138
+ for i, (e, f, ce, cf) in enumerate(zip(en, fr, context_en, context_fr)):
139
+ allfields = " ".join([e, f, ce, cf])
140
+ has_supporting_context = False
141
+ if "<hon>" in allfields and "<hoff>" in allfields:
142
+ has_supporting_context = True
143
+ yield i, {
144
+ "id": i,
145
+ "context_en": ce,
146
+ "en": e,
147
+ "context_fr": cf,
148
+ "fr": f,
149
+ "has_supporting_context": has_supporting_context,
150
+ }